Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/bcache/
Dalloc.c345 wake_up(&ca->set->bucket_wait); in bch_allocator_thread()
414 prepare_to_wait(&ca->set->bucket_wait, &w, in bch_bucket_alloc()
423 finish_wait(&ca->set->bucket_wait, &w); in bch_bucket_alloc()
Dbcache.h605 wait_queue_head_t bucket_wait; member
Dsuper.c1900 init_waitqueue_head(&c->bucket_wait); in bch_cache_set_alloc()