Searched refs:closure_wait (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
H A D | closure.h | 174 bool closure_wait(struct closure_waitlist *list, struct closure *cl); 442 closure_wait(waitlist, &cl); \ 465 closure_wait(waitlist, &cl); \
|
/linux/lib/ |
H A D | closure.c | 103 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 D | journal.c | 875 closure_wait(&c->journal.wait, &cl); in journal_wait_for_write() 947 closure_wait(&w->wait, parent); in bch_journal()
|
H A D | writeback.c | 413 closure_wait(&dc->writeback_ordering_wait, cl); in CLOSURE_CALLBACK()
|
/linux/fs/bcachefs/ |
H A D | journal.c | 730 if (parent && !closure_wait(&buf->wait, parent)) in bch2_journal_flush_seq_async() 751 if (parent && !closure_wait(&buf->wait, parent)) in bch2_journal_flush_seq_async()
|
H A D | alloc_foreground.c | 243 closure_wait(&c->open_buckets_wait, cl); in __try_alloc_bucket() 633 closure_wait(&c->freelist_wait, cl); in bch2_bucket_alloc_trans()
|
H A D | btree_cache.c | 730 closure_wait(&bc->alloc_wait, cl); in bch2_btree_cache_cannibalize_lock()
|
H A D | journal_io.c | 1764 closure_wait(&j->async_wait, cl); in CLOSURE_CALLBACK()
|
H A D | ec.c | 2201 closure_wait(&c->freelist_wait, cl); in bch2_ec_stripe_head_get()
|