Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/bcache/
Djournal.h162 (!(j)->blocks_free || fifo_free(&(j)->pin) <= 1)
Dutil.h174 #define fifo_free(fifo) ((fifo)->size - fifo_used(fifo)) macro
177 #define fifo_full(fifo) (!fifo_free(fifo))
Djournal.c286 if (fifo_free(&j->pin) > 1) { in bch_journal_mark()
291 if (fifo_free(&j->pin) > 1) { in bch_journal_mark()
/linux-4.1.27/drivers/video/fbdev/
Dtdfxfb.c967 int fifo_free; in tdfxfb_imageblit() local
1027 fifo_free = 0; in tdfxfb_imageblit()
1031 if (--fifo_free < 0) { in tdfxfb_imageblit()
1032 fifo_free = 31; in tdfxfb_imageblit()
1033 banshee_make_room(par, fifo_free); in tdfxfb_imageblit()
/linux-4.1.27/drivers/mmc/host/
Ds3cmci.c354 static inline u32 fifo_free(struct s3cmci_host *host) in fifo_free() function
512 while ((fifo = fifo_free(host)) > 3) { in do_pio_write()