Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dfifo.h54 #define fifo_free(fifo) ((fifo)->size - fifo_used(fifo)) macro
/linux/drivers/md/bcache/
H A Dutil.h160 #define fifo_free(fifo) ((fifo)->size - fifo_used(fifo)) macro
/linux/drivers/video/fbdev/
H A Dtdfxfb.c949 int fifo_free; in tdfxfb_imageblit() local