Home
last modified time | relevance | path

Searched refs:fifo_free (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/md/bcache/
Djournal.h168 (!(j)->blocks_free || fifo_free(&(j)->pin) <= 1)
Dutil.h161 #define fifo_free(fifo) ((fifo)->size - fifo_used(fifo)) macro
164 #define fifo_full(fifo) (!fifo_free(fifo))
Djournal.c312 if (fifo_free(&j->pin) > 1) { in bch_journal_mark()
317 if (fifo_free(&j->pin) > 1) { in bch_journal_mark()
/linux-6.1.9/drivers/video/fbdev/
Dtdfxfb.c949 int fifo_free; in tdfxfb_imageblit() local
1009 fifo_free = 0; in tdfxfb_imageblit()
1013 if (--fifo_free < 0) { in tdfxfb_imageblit()
1014 fifo_free = 31; in tdfxfb_imageblit()
1015 banshee_make_room(par, fifo_free); in tdfxfb_imageblit()
/linux-6.1.9/drivers/mmc/host/
Ds3cmci.c348 static inline u32 fifo_free(struct s3cmci_host *host) in fifo_free() function
503 while ((fifo = fifo_free(host)) > 3) { in do_pio_write()