Home
last modified time | relevance | path

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

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