Lines Matching refs:closure
16 static inline void closure_put_after_sub(struct closure *cl, int flags) in closure_put_after_sub()
29 struct closure *parent = cl->parent; in closure_put_after_sub()
44 void closure_sub(struct closure *cl, int v) in closure_sub()
53 void closure_put(struct closure *cl) in closure_put()
65 struct closure *cl, *t; in __closure_wake_up()
88 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait()
106 static void closure_sync_fn(struct closure *cl) in closure_sync_fn()
118 void __sched __closure_sync(struct closure *cl) in __closure_sync()
141 void closure_debug_create(struct closure *cl) in closure_debug_create()
154 void closure_debug_destroy(struct closure *cl) in closure_debug_destroy()
171 struct closure *cl; in debug_seq_show()