Searched refs:fifo_pop (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/md/bcache/ |
H A D | alloc.c | 353 if (!fifo_pop(&ca->free_inc, bucket)) in bch_allocator_thread() 424 if (fifo_pop(&ca->free[RESERVE_NONE], r) || in bch_bucket_alloc() 425 fifo_pop(&ca->free[reserve], r)) in bch_bucket_alloc() 440 } while (!fifo_pop(&ca->free[RESERVE_NONE], r) && in bch_bucket_alloc() 441 !fifo_pop(&ca->free[reserve], r)); in bch_bucket_alloc()
|
H A D | util.h | 151 #define fifo_pop(fifo, i) fifo_pop_front(fifo, (i)) macro 166 fifo_pop(src, _t)) \
|
H A D | journal.c | 660 fifo_pop(&c->journal.pin, p); in journal_reclaim()
|
/linux/fs/bcachefs/ |
H A D | fifo.h | 49 fifo_pop(src, _t)) \ 110 #define fifo_pop(fifo, i) fifo_pop_front(fifo, (i)) macro
|