Searched refs:set_closure_fn (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/md/bcache/ |
A D | closure.h | 227 static inline void set_closure_fn(struct closure *cl, closure_fn *fn, in set_closure_fn() function 317 set_closure_fn(_cl, _fn, _wq); \ 343 set_closure_fn(_cl, _fn, _wq); \ 359 set_closure_fn(_cl, _destructor, NULL); \
|
A D | super.c | 1404 set_closure_fn(&dc->disk.cl, cached_dev_flush, system_wq); in cached_dev_init() 1534 set_closure_fn(&d->cl, flash_dev_flush, system_wq); in flash_dev_run() 1867 set_closure_fn(&c->cl, cache_set_free, system_wq); in bch_cache_set_alloc() 1870 set_closure_fn(&c->caching, __cache_set_unregister, system_wq); in bch_cache_set_alloc()
|
A D | request.c | 179 set_closure_fn(cl, bch_data_insert_error, op->wq); in bch_data_insert_endio() 181 set_closure_fn(cl, NULL, NULL); in bch_data_insert_endio()
|
Completed in 10 milliseconds