Lines Matching defs:cl
189 static inline void closure_debug_create(struct closure *cl) {} in closure_debug_create()
190 static inline void closure_debug_destroy(struct closure *cl) {} in closure_debug_destroy()
194 static inline void closure_set_ip(struct closure *cl) in closure_set_ip()
201 static inline void closure_set_ret_ip(struct closure *cl) in closure_set_ret_ip()
208 static inline void closure_set_waiting(struct closure *cl, unsigned long f) in closure_set_waiting()
215 static inline void __closure_end_sleep(struct closure *cl) in __closure_end_sleep()
223 static inline void __closure_start_sleep(struct closure *cl) in __closure_start_sleep()
233 static inline void closure_set_stopped(struct closure *cl) in closure_set_stopped()
238 static inline void set_closure_fn(struct closure *cl, closure_fn *fn, in set_closure_fn()
249 static inline void closure_queue(struct closure *cl) in closure_queue()
262 static inline void closure_get(struct closure *cl) in closure_get()
278 static inline void closure_init(struct closure *cl, struct closure *parent) in closure_init()
291 static inline void closure_init_stack(struct closure *cl) in closure_init_stack()
375 static inline void closure_call(struct closure *cl, closure_fn fn, in closure_call()