Searched refs:RESERVE_NONE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | alloc.c | 404 if (fifo_pop(&ca->free[RESERVE_NONE], r) || in bch_bucket_alloc() 420 } while (!fifo_pop(&ca->free[RESERVE_NONE], r) && in bch_bucket_alloc() 631 : RESERVE_NONE; in bch_alloc_sectors()
|
H A D | super.c | 621 fifo_used(&ca->free[RESERVE_NONE]), in bch_prio_write() 631 fifo_used(&ca->free[RESERVE_NONE]); in bch_prio_write() 2301 if (!init_fifo(&ca->free[RESERVE_NONE], free, GFP_KERNEL)) { in cache_alloc() 2302 err = "ca->free[RESERVE_NONE] alloc failed"; in cache_alloc() 2352 free_fifo(&ca->free[RESERVE_NONE]); in cache_alloc()
|
H A D | bcache.h | 404 RESERVE_NONE, enumerator
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | alloc.c | 404 if (fifo_pop(&ca->free[RESERVE_NONE], r) || in bch_bucket_alloc() 420 } while (!fifo_pop(&ca->free[RESERVE_NONE], r) && in bch_bucket_alloc() 630 : RESERVE_NONE; in bch_alloc_sectors()
|
H A D | super.c | 618 fifo_used(&ca->free[RESERVE_NONE]), in bch_prio_write() 628 fifo_used(&ca->free[RESERVE_NONE]); in bch_prio_write() 2275 if (!init_fifo(&ca->free[RESERVE_NONE], free, GFP_KERNEL)) { in cache_alloc() 2276 err = "ca->free[RESERVE_NONE] alloc failed"; in cache_alloc() 2326 free_fifo(&ca->free[RESERVE_NONE]); in cache_alloc()
|
H A D | bcache.h | 412 RESERVE_NONE, enumerator
|
Completed in 13 milliseconds