Searched refs:fifo_empty (Results 1 – 5 of 5) sorted by relevance
56 #define fifo_empty(fifo) ((fifo)->front == (fifo)->back) macro94 bool _r = !fifo_empty((fifo)); \102 bool _r = !fifo_empty((fifo)); \
314 while (!fifo_empty(&j->pin) && in bch2_journal_reclaim_fast()758 journal_empty = fifo_empty(&j->pin); in bch2_journal_reclaim_thread()
395 if (fifo_empty(&j->pin) && j->reclaim_thread) in journal_entry_open()
429 bool fifo_empty; in das800_interrupt() local458 fifo_empty = !!(val & FIFO_EMPTY); in das800_interrupt()462 fifo_empty = false; in das800_interrupt()466 if (fifo_empty || fifo_overflow) in das800_interrupt()
99 #define fifo_empty(fifo) (!fifo_used(fifo)) macro120 bool _r = !fifo_empty((fifo)); \141 bool _r = !fifo_empty((fifo)); \