Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/
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-6.12.1/fs/bcachefs/
Dalloc_foreground.c175 closure_wake_up(&c->freelist_wait); in open_bucket_free_unused()
633 closure_wait(&c->freelist_wait, cl); in bch2_bucket_alloc_trans()
645 closure_wake_up(&c->freelist_wait); in bch2_bucket_alloc_trans()
1725 prt_printf(out, "freelist_wait\t%s\n", c->freelist_wait.list.first ? "waiting" : "empty"); in bch2_fs_alloc_debug_to_text()
Dalloc_background.c981 closure_wake_up(&c->freelist_wait); in bch2_trigger_alloc()
2458 closure_wake_up(&c->freelist_wait); in bch2_recalc_capacity()
2511 closure_wake_up(&c->freelist_wait); in bch2_dev_allocator_remove()
Dbcachefs.h910 struct closure_waitlist freelist_wait; member
Dsysfs.c485 closure_wake_up(&c->freelist_wait); in STORE()
Dec.c2210 closure_wait(&c->freelist_wait, cl); in bch2_ec_stripe_head_get()
2215 closure_wake_up(&c->freelist_wait); in bch2_ec_stripe_head_get()
Dbtree_gc.c1157 closure_wake_up(&c->freelist_wait); in bch2_check_allocations()
Djournal_io.c1626 closure_wake_up(&c->freelist_wait); in CLOSURE_CALLBACK()