Home
last modified time | relevance | path

Searched refs:closure_fn (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/md/bcache/
Dclosure.h107 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()
Dclosure.c30 closure_fn *destructor = cl->fn; in closure_put_after_sub()