Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/bcache/
Dalloc.c346 wake_up(&ca->set->bucket_wait); in bch_allocator_thread()
412 prepare_to_wait(&ca->set->bucket_wait, &w, in bch_bucket_alloc()
421 finish_wait(&ca->set->bucket_wait, &w); in bch_bucket_alloc()
Dbcache.h597 wait_queue_head_t bucket_wait; member
Dsuper.c1772 init_waitqueue_head(&c->bucket_wait); in bch_cache_set_alloc()