Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dalloc.c403 atomic_inc(&ca->set->bucket_wait_cnt); in bch_bucket_alloc()
405 atomic_dec(&ca->set->bucket_wait_cnt); in bch_bucket_alloc()
H A Dbcache.h609 atomic_t bucket_wait_cnt; member
H A Dbtree.c1598 if (atomic_read(&c->bucket_wait_cnt) > 0) in btree_gc_sleep_ms()