Searched refs:set_closure_fn (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | closure.h | 248 static inline void set_closure_fn(struct closure *cl, closure_fn *fn, in set_closure_fn() function 372 set_closure_fn(_cl, _fn, _wq); \ 400 set_closure_fn(_cl, _fn, _wq); \ 416 set_closure_fn(_cl, _destructor, NULL); \
|
| /linux/lib/ |
| H A D | closure.c | 165 set_closure_fn(cl, closure_sync_fn, NULL); in closure_return_sync()
|
| /linux/drivers/md/bcache/ |
| H A D | super.c | 1411 set_closure_fn(&dc->disk.cl, cached_dev_flush, system_percpu_wq); in cached_dev_init() 1535 set_closure_fn(&d->cl, flash_dev_flush, system_percpu_wq); in flash_dev_run() 1873 set_closure_fn(&c->cl, cache_set_free, system_percpu_wq); in bch_cache_set_alloc() 1876 set_closure_fn(&c->caching, __cache_set_unregister, system_percpu_wq); in bch_cache_set_alloc()
|
| H 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()
|