Symbol: continue_at
drivers/md/bcache/btree.c
387
continue_at(cl, btree_node_write_done, NULL);
drivers/md/bcache/journal.c
694
continue_at(cl, journal_write, bch_journal_wq);
drivers/md/bcache/journal.c
746
continue_at(cl, journal_write_done, NULL);
drivers/md/bcache/movinggc.c
113
continue_at(cl, write_moving_finish, op->wq);
drivers/md/bcache/movinggc.c
123
continue_at(cl, write_moving, io->op.wq);
drivers/md/bcache/request.c
1062
continue_at(cl, cached_dev_write_complete, NULL);
drivers/md/bcache/request.c
1077
continue_at(cl, cached_dev_bio_complete, NULL);
drivers/md/bcache/request.c
1276
continue_at(cl, search_free, NULL);
drivers/md/bcache/request.c
1319
continue_at(cl, search_free, NULL);
drivers/md/bcache/request.c
136
continue_at(cl, bch_data_insert_keys, op->wq);
drivers/md/bcache/request.c
213
continue_at(cl, bch_data_insert_keys, op->wq);
drivers/md/bcache/request.c
252
continue_at(cl, bch_data_insert_keys, op->wq);
drivers/md/bcache/request.c
282
continue_at(cl, bch_data_insert_keys, op->wq);
drivers/md/bcache/request.c
605
continue_at(cl, cache_lookup, bcache_wq);
drivers/md/bcache/request.c
815
continue_at(cl, cached_dev_read_error_done, NULL);
drivers/md/bcache/request.c
82
continue_at(cl, bch_data_insert_start, op->wq);
drivers/md/bcache/request.c
872
continue_at(cl, cached_dev_cache_miss_done, NULL);
drivers/md/bcache/request.c
967
continue_at(cl, cached_dev_read_done_bh, NULL);
drivers/md/bcache/super.c
1399
continue_at(cl, cached_dev_free, system_percpu_wq);
drivers/md/bcache/super.c
1524
continue_at(cl, flash_dev_free, system_percpu_wq);
drivers/md/bcache/super.c
1843
continue_at(cl, cache_set_flush, system_percpu_wq);
drivers/md/bcache/writeback.c
423
continue_at(cl, write_dirty, io->dc->writeback_write_wq);
drivers/md/bcache/writeback.c
449
continue_at(cl, write_dirty_finish, io->dc->writeback_write_wq);
drivers/md/bcache/writeback.c
471
continue_at(cl, write_dirty, io->dc->writeback_write_wq);
include/linux/closure.h
384
#define closure_return(_cl) continue_at((_cl), NULL, NULL)
lib/closure.c
140
continue_at(cl, closure_sync_fn, NULL);
lib/closure.c
194
continue_at(cl, closure_sync_fn, NULL);