Home
last modified time | relevance | path

Searched refs:bucket_wait (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/md/bcache/
Dalloc.c373 wake_up(&ca->set->bucket_wait); in bch_allocator_thread()
441 prepare_to_wait(&ca->set->bucket_wait, &w, in bch_bucket_alloc()
450 finish_wait(&ca->set->bucket_wait, &w); in bch_bucket_alloc()
Dbcache.h609 wait_queue_head_t bucket_wait; member
Dsuper.c1893 init_waitqueue_head(&c->bucket_wait); in bch_cache_set_alloc()