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

/linux-master/drivers/md/bcache/
H A Dalloc.c572 list_for_each_entry_reverse(ret, &c->data_buckets, list)
581 ret = ret_task ?: list_first_entry(&c->data_buckets,
666 list_move_tail(&b->list, &c->data_buckets);
701 while (!list_empty(&c->data_buckets)) {
702 b = list_first_entry(&c->data_buckets,
721 list_add(&b->list, &c->data_buckets);
H A Dbcache.h698 struct list_head data_buckets; member in struct:cache_set
H A Dsuper.c1915 INIT_LIST_HEAD(&c->data_buckets);

Completed in 124 milliseconds