Searched refs:fifo_free (Results 1 – 6 of 6) sorted by relevance
197 (!(j)->blocks_free || fifo_free(&(j)->pin) <= 1)
183 #define fifo_free(fifo) ((fifo)->size - fifo_used(fifo)) macro186 #define fifo_full(fifo) (!fifo_free(fifo))
252 if (fifo_free(&j->pin) > 1) { in bch_journal_mark()257 if (fifo_free(&j->pin) > 1) { in bch_journal_mark()
406 allocator_wait(ca, (int) fifo_free(&ca->free) > in bch_allocator_thread()
967 int fifo_free; in tdfxfb_imageblit() local1027 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()
371 static inline u32 fifo_free(struct s3cmci_host *host) in fifo_free() function529 while ((fifo = fifo_free(host)) > 3) { in do_pio_write()