Searched refs:fifo_push (Results 1 – 6 of 6) sorted by relevance
/linux/fs/bcachefs/ |
H A D | fifo.h | 50 fifo_push(dest, _t); \ 109 #define fifo_push(fifo, i) fifo_push_back(fifo, (i)) macro
|
/linux/drivers/md/bcache/ |
H A D | alloc.c | 155 fifo_push(&ca->free_inc, b - ca->buckets); in bch_invalidate_one_bucket() 305 if (fifo_push(&ca->free[RESERVE_PRIO], bucket)) in bch_allocator_push() 309 if (fifo_push(&ca->free[i], bucket)) in bch_allocator_push()
|
H A D | util.h | 213 #define fifo_push(fifo, i) fifo_push_back(fifo, (i)) macro 230 fifo_push(dest, _t); \
|
H A D | journal.c | 706 BUG_ON(!fifo_push(&j->pin, p)); in bch_journal_next()
|
H A D | btree.c | 2151 if (!fifo_push(&ca->free[RESERVE_PRIO], in bch_initial_gc_finish() 2153 fifo_push(&ca->free[RESERVE_BTREE], in bch_initial_gc_finish()
|
/linux/drivers/block/drbd/ |
H A D | drbd_worker.c | 461 static int fifo_push(struct fifo_buffer *fb, int value) in fifo_push() function 530 curr_corr = fifo_push(plan, 0); in drbd_rs_controller()
|