Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
A Djournal.h167 (!(j)->blocks_free || fifo_free(&(j)->pin) <= 1)
A Dutil.h161 #define fifo_free(fifo) ((fifo)->size - fifo_used(fifo)) macro
164 #define fifo_full(fifo) (!fifo_free(fifo))
A Djournal.c314 if (fifo_free(&j->pin) > 1) { in bch_journal_mark()
319 if (fifo_free(&j->pin) > 1) { in bch_journal_mark()
/linux/drivers/video/fbdev/
A Dtdfxfb.c948 int fifo_free; in tdfxfb_imageblit() local
1008 fifo_free = 0; in tdfxfb_imageblit()
1012 if (--fifo_free < 0) { in tdfxfb_imageblit()
1013 fifo_free = 31; in tdfxfb_imageblit()
1014 banshee_make_room(par, fifo_free); in tdfxfb_imageblit()
/linux/drivers/mmc/host/
A 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()

Completed in 16 milliseconds