Home
last modified time | relevance | path

Searched defs:fifo_push (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dfifo.h109 #define fifo_push(fifo, i) fifo_push_back(fifo, (i)) macro
/linux/drivers/md/bcache/
H A Dutil.h150 #define fifo_push(fifo, i) fifo_push_back(fifo, (i)) macro
/linux/drivers/block/drbd/
H A Ddrbd_worker.c460 static int fifo_push(struct fifo_buffer *fb, int value) in fifo_push() function