Home
last modified time | relevance | path

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

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