Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dfifo.h56 #define fifo_empty(fifo) ((fifo)->front == (fifo)->back) macro
/linux/drivers/comedi/drivers/
H A Ddas800.c429 bool fifo_empty; in das800_interrupt() local
/linux/drivers/md/bcache/
H A Dutil.h99 #define fifo_empty(fifo) (!fifo_used(fifo)) macro