Searched refs:set_closure_fn (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H 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); \
|
| H A D | super.c | 1432 set_closure_fn(&dc->disk.cl, cached_dev_flush, system_wq); in cached_dev_init() 1562 set_closure_fn(&d->cl, flash_dev_flush, system_wq); in flash_dev_run() 1891 set_closure_fn(&c->cl, cache_set_free, system_wq); in bch_cache_set_alloc() 1894 set_closure_fn(&c->caching, __cache_set_unregister, system_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()
|