Lines Matching defs:cl
176 static inline unsigned closure_nr_remaining(struct closure *cl) in closure_nr_remaining()
187 static inline void closure_sync(struct closure *cl) in closure_sync()
204 static inline void closure_debug_create(struct closure *cl) {} in closure_debug_create()
205 static inline void closure_debug_destroy(struct closure *cl) {} in closure_debug_destroy()
209 static inline void closure_set_ip(struct closure *cl) in closure_set_ip()
216 static inline void closure_set_ret_ip(struct closure *cl) in closure_set_ret_ip()
223 static inline void closure_set_waiting(struct closure *cl, unsigned long f) in closure_set_waiting()
230 static inline void closure_set_stopped(struct closure *cl) in closure_set_stopped()
235 static inline void set_closure_fn(struct closure *cl, closure_fn *fn, in set_closure_fn()
243 static inline void closure_queue(struct closure *cl) in closure_queue()
263 static inline void closure_get(struct closure *cl) in closure_get()
281 static inline void closure_init(struct closure *cl, struct closure *parent) in closure_init()
295 static inline void closure_init_stack(struct closure *cl) in closure_init_stack()
385 static inline void closure_call(struct closure *cl, closure_fn fn, in closure_call()