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