Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/bcache/
H A Djournal.h168 (!(j)->blocks_free || fifo_free(&(j)->pin) <= 1)
H A Dutil.h161 #define fifo_free(fifo) ((fifo)->size - fifo_used(fifo)) macro
164 #define fifo_full(fifo) (!fifo_free(fifo))
H A Djournal.c313 if (fifo_free(&j->pin) > 1) { in bch_journal_mark()
318 if (fifo_free(&j->pin) > 1) { in bch_journal_mark()
/openbmc/linux/drivers/video/fbdev/
H A 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()
/openbmc/qemu/hw/ppc/
H A Dpnv_i2c.c178 uint8_t fifo_free = PNV_I2C_FIFO_SIZE - fifo_count; in pnv_i2c_update_irq() local
209 (fifo_free >= back_end || in pnv_i2c_update_irq()