Lines Matching refs:closure
14 #include "closure.h"
16 static inline void closure_put_after_sub(struct closure *cl, int flags)
29 struct closure *parent = cl->parent;
44 void closure_sub(struct closure *cl, int v)
50 * closure_put - decrement a closure's refcount
52 void closure_put(struct closure *cl)
63 struct closure *cl, *t;
79 * closure_wait - add a closure to a waitlist
82 * @cl: closure pointer.
85 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl)
102 static void closure_sync_fn(struct closure *cl)
114 void __sched __closure_sync(struct closure *cl)
136 void closure_debug_create(struct closure *cl)
148 void closure_debug_destroy(struct closure *cl)
164 struct closure *cl;