Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dclosure.h174 bool closure_wait(struct closure_waitlist *list, struct closure *cl);
442 closure_wait(waitlist, &cl); \
465 closure_wait(waitlist, &cl); \
/linux/lib/
H A Dclosure.c103 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait() function
115 EXPORT_SYMBOL(closure_wait);
/linux/drivers/md/bcache/
H A Djournal.c798 closure_wait(&c->journal.wait, &cl); in journal_wait_for_write()
870 closure_wait(&w->wait, parent); in bch_journal()
H A Dwriteback.c413 closure_wait(&dc->writeback_ordering_wait, cl); in CLOSURE_CALLBACK()