Searched refs:closure_call (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | movinggc.c | 110 closure_call(&op->cl, bch_data_insert, NULL, cl); in write_moving() 172 closure_call(&io->cl, read_moving_submit, NULL, &cl); in read_moving()
|
H A D | request.c | 854 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in cached_dev_read_done() 957 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in cached_dev_read() 1052 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in cached_dev_write() 1313 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in flash_dev_submit_bio() 1315 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in flash_dev_submit_bio()
|
H A D | closure.h | 364 * closure_call - execute @fn out of a new, uninitialized closure 370 static inline void closure_call(struct closure *cl, closure_fn fn, in closure_call() function
|
H A D | writeback.c | 522 closure_call(&io->cl, read_dirty_submit, NULL, &cl); in read_dirty()
|
H A D | journal.c | 849 closure_call(cl, journal_write_unlocked, NULL, &c->cl);
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | movinggc.c | 110 closure_call(&op->cl, bch_data_insert, NULL, cl); in write_moving() 172 closure_call(&io->cl, read_moving_submit, NULL, &cl); in read_moving()
|
H A D | request.c | 855 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in cached_dev_read_done() 952 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in cached_dev_read() 1047 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in cached_dev_write() 1313 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in flash_dev_submit_bio() 1315 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in flash_dev_submit_bio()
|
H A D | closure.h | 364 * closure_call - execute @fn out of a new, uninitialized closure 370 static inline void closure_call(struct closure *cl, closure_fn fn, in closure_call() function
|
H A D | writeback.c | 567 closure_call(&io->cl, read_dirty_submit, NULL, &cl); in read_dirty()
|
H A D | journal.c | 844 closure_call(cl, journal_write_unlocked, NULL, &c->cl);
|
Completed in 11 milliseconds