Home
last modified time | relevance | path

Searched refs:freelist_wait (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/md/
H A Ddm-writecache.c136 struct wait_queue_head freelist_wait; member
452 wake_up(&(wc)->freelist_wait); \
755 if (unlikely(waitqueue_active(&wc->freelist_wait))) in writecache_free_entry()
756 wake_up(&wc->freelist_wait); in writecache_free_entry()
763 prepare_to_wait(&wc->freelist_wait, &wait, TASK_UNINTERRUPTIBLE); in writecache_wait_on_freelist()
766 finish_wait(&wc->freelist_wait, &wait); in writecache_wait_on_freelist()
2262 init_waitqueue_head(&wc->freelist_wait); in writecache_ctr()
/linux/fs/bcachefs/
H A Dalloc_foreground.c179 closure_wake_up(&c->freelist_wait); in open_bucket_free_unused()
559 closure_wait(&c->freelist_wait, cl); in bch2_bucket_alloc_trans()
571 closure_wake_up(&c->freelist_wait); in bch2_bucket_alloc_trans()
1641 prt_printf(out, "freelist_wait\t%s\n", c->freelist_wait.list.first ? "waiting" : "empty"); in bch2_fs_alloc_debug_to_text()
H A Dalloc_background.c1002 closure_wake_up(&c->freelist_wait); in bch2_trigger_alloc()
2483 closure_wake_up(&c->freelist_wait); in bch2_recalc_capacity()
2536 closure_wake_up(&c->freelist_wait); in bch2_dev_allocator_remove()
H A Dbcachefs.h909 struct closure_waitlist freelist_wait; member
H A Dsysfs.c456 closure_wake_up(&c->freelist_wait); in STORE()
H A Dec.c2212 closure_wait(&c->freelist_wait, cl); in bch2_ec_stripe_head_get()
2217 closure_wake_up(&c->freelist_wait); in bch2_ec_stripe_head_get()
H A Dbtree_gc.c1062 closure_wake_up(&c->freelist_wait); in bch2_check_allocations()
H A Djournal_io.c1658 closure_wake_up(&c->freelist_wait); in CLOSURE_CALLBACK()