Home
last modified time | relevance | path

Searched refs:set_closure_fn (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dclosure.h248 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 Dclosure.c165 set_closure_fn(cl, closure_sync_fn, NULL); in closure_return_sync()
/linux/drivers/md/bcache/
H A Dsuper.c1403 set_closure_fn(&dc->disk.cl, cached_dev_flush, system_wq); in cached_dev_init()
1528 set_closure_fn(&d->cl, flash_dev_flush, system_wq); in flash_dev_run()
1861 set_closure_fn(&c->cl, cache_set_free, system_wq); in bch_cache_set_alloc()
1864 set_closure_fn(&c->caching, __cache_set_unregister, system_wq); in bch_cache_set_alloc()
/linux/fs/bcachefs/
H A Dfs-io-direct.c111 set_closure_fn(&dio->cl, bch2_dio_read_complete, NULL); in bch2_direct_IO_read()