Searched refs:continue_at (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/md/bcache/ |
| H A D | request.c | 82 continue_at(cl, bch_data_insert_start, op->wq); in CLOSURE_CALLBACK() 136 continue_at(cl, bch_data_insert_keys, op->wq); in bch_data_invalidate() 213 continue_at(cl, bch_data_insert_keys, op->wq); in CLOSURE_CALLBACK() 252 continue_at(cl, bch_data_insert_keys, op->wq); in CLOSURE_CALLBACK() 282 continue_at(cl, bch_data_insert_keys, op->wq); in CLOSURE_CALLBACK() 605 continue_at(cl, cache_lookup, bcache_wq); in CLOSURE_CALLBACK() 815 continue_at(cl, cached_dev_read_error_done, NULL); in CLOSURE_CALLBACK() 872 continue_at(cl, cached_dev_cache_miss_done, NULL); in CLOSURE_CALLBACK() 967 continue_at(cl, cached_dev_read_done_bh, NULL); in cached_dev_read() 1062 continue_at(cl, cached_dev_write_complete, NULL); in cached_dev_write() [all …]
|
| H A D | super.c | 1399 continue_at(cl, cached_dev_free, system_percpu_wq); in CLOSURE_CALLBACK() 1524 continue_at(cl, flash_dev_free, system_percpu_wq); in CLOSURE_CALLBACK() 1843 continue_at(cl, cache_set_flush, system_percpu_wq); in CLOSURE_CALLBACK()
|
| H A D | btree.c | 387 continue_at(cl, btree_node_write_done, NULL); in do_btree_node_write()
|
| /linux/lib/ |
| H A D | closure.c | 140 continue_at(cl, closure_sync_fn, NULL); in __closure_sync() 194 continue_at(cl, closure_sync_fn, NULL); in __closure_sync_timeout()
|
| /linux/include/linux/ |
| H A D | closure.h | 370 #define continue_at(_cl, _fn, _wq) \ macro 384 #define closure_return(_cl) continue_at((_cl), NULL, NULL)
|