Lines Matching defs:cl
30 static inline void closure_put_after_sub(struct closure *cl, int flags) in closure_put_after_sub()
59 void closure_sub(struct closure *cl, int v) in closure_sub()
68 void closure_put(struct closure *cl) in closure_put()
80 struct closure *cl, *t; in __closure_wake_up() local
103 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait()
124 struct closure *cl = container_of(ws, struct closure, work); in CLOSURE_CALLBACK() local
135 void __sched __closure_sync(struct closure *cl) in __closure_sync()
160 void __sched closure_return_sync(struct closure *cl) in closure_return_sync()
188 int __sched __closure_sync_timeout(struct closure *cl, unsigned long timeout) in __closure_sync_timeout()
230 void closure_debug_create(struct closure *cl) in closure_debug_create()
243 void closure_debug_destroy(struct closure *cl) in closure_debug_destroy()
261 struct closure *cl; in debug_show() local