Home
last modified time | relevance | path

Searched refs:closure_debug_destroy (Results 1 – 3 of 3) sorted by relevance

/linux/lib/
H A Dclosure.c47 closure_debug_destroy(cl); in closure_put_after_sub()
243 void closure_debug_destroy(struct closure *cl) in closure_debug_destroy() function
257 EXPORT_SYMBOL(closure_debug_destroy);
/linux/include/linux/
H A Dclosure.h213 void closure_debug_destroy(struct closure *cl);
218 static inline void closure_debug_destroy(struct closure *cl) {} in closure_debug_destroy() function
/linux/drivers/md/bcache/
H A Drequest.c725 closure_debug_destroy(cl); in CLOSURE_CALLBACK()