Home
last modified time | relevance | path

Searched refs:closure_debug_create (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/
Dclosure.h212 void closure_debug_create(struct closure *cl);
217 static inline void closure_debug_create(struct closure *cl) {} in closure_debug_create() function
319 closure_debug_create(cl); in closure_init()
/linux-6.12.1/lib/
Dclosure.c230 void closure_debug_create(struct closure *cl) in closure_debug_create() function
241 EXPORT_SYMBOL(closure_debug_create);