Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/bcache/
Dalloc.c388 if (fifo_pop(&ca->free[RESERVE_NONE], r) || in bch_bucket_alloc()
404 } while (!fifo_pop(&ca->free[RESERVE_NONE], r) && in bch_bucket_alloc()
591 : RESERVE_NONE; in bch_alloc_sectors()
Dbcache.h391 RESERVE_NONE, enumerator
Dsuper.c1856 !init_fifo(&ca->free[RESERVE_NONE], free, GFP_KERNEL) || in cache_alloc()