Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/bcache/
Dalloc.c540 list_for_each_entry_reverse(ret, &c->data_buckets, list) in pick_data_bucket()
546 ret = ret_task ?: list_first_entry(&c->data_buckets, in pick_data_bucket()
627 list_move_tail(&b->list, &c->data_buckets); in bch_alloc_sectors()
662 while (!list_empty(&c->data_buckets)) { in bch_open_buckets_free()
663 b = list_first_entry(&c->data_buckets, in bch_open_buckets_free()
681 list_add(&b->list, &c->data_buckets); in bch_open_buckets_alloc()
Dbcache.h627 struct list_head data_buckets; member
Dsuper.c1505 INIT_LIST_HEAD(&c->data_buckets); in bch_cache_set_alloc()