Searched refs:closure_wait (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | closure.h | 81 * closure_wait(). It will return either true or false, depending on whether the 172 bool closure_wait(struct closure_waitlist *list, struct closure *cl);
|
H A D | closure.c | 79 * closure_wait - add a closure to a waitlist 85 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait() function
|
H A D | journal.c | 880 closure_wait(&c->journal.wait, &cl); 952 closure_wait(&w->wait, parent); in bch_journal()
|
H A D | writeback.c | 367 closure_wait(&dc->writeback_ordering_wait, cl); in write_dirty()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | closure.h | 81 * closure_wait(). It will return either true or false, depending on whether the 172 bool closure_wait(struct closure_waitlist *list, struct closure *cl);
|
H A D | closure.c | 79 * closure_wait - add a closure to a waitlist 85 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait() function
|
H A D | journal.c | 875 closure_wait(&c->journal.wait, &cl); 947 closure_wait(&w->wait, parent); in bch_journal()
|
H A D | writeback.c | 413 closure_wait(&dc->writeback_ordering_wait, cl); in write_dirty()
|
Completed in 7 milliseconds