Lines Matching refs:closure
14 static inline void closure_put_after_sub(struct closure *cl, int flags) in closure_put_after_sub()
31 struct closure *parent = cl->parent; in closure_put_after_sub()
46 void closure_sub(struct closure *cl, int v) in closure_sub()
55 void closure_put(struct closure *cl) in closure_put()
67 struct closure *cl; in __closure_wake_up()
85 cl = container_of(reverse, struct closure, list); in __closure_wake_up()
101 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait()
120 void closure_sync(struct closure *cl) in closure_sync()
142 void closure_debug_create(struct closure *cl) in closure_debug_create()
155 void closure_debug_destroy(struct closure *cl) in closure_debug_destroy()
172 struct closure *cl; in debug_seq_show()