Searched refs:closure_fn (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | closure.h | 70 * closure_fn is run, the refcount will be reset to 1 first. 107 typedef void (closure_fn) (struct closure *); typedef 149 closure_fn *fn; 227 static inline void set_closure_fn(struct closure *cl, closure_fn *fn, in set_closure_fn() 370 static inline void closure_call(struct closure *cl, closure_fn fn, in closure_call()
|
H A D | closure.c | 30 closure_fn *destructor = cl->fn; in closure_put_after_sub()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | closure.h | 70 * closure_fn is run, the refcount will be reset to 1 first. 107 typedef void (closure_fn) (struct closure *); typedef 149 closure_fn *fn; 227 static inline void set_closure_fn(struct closure *cl, closure_fn *fn, in set_closure_fn() 370 static inline void closure_call(struct closure *cl, closure_fn fn, in closure_call()
|
H A D | closure.c | 30 closure_fn *destructor = cl->fn; in closure_put_after_sub()
|
Completed in 3 milliseconds