Searched refs:fifo_empty (Results 1 – 3 of 3) sorted by relevance
56 #define fifo_empty(fifo) ((fifo)->front == (fifo)->back) macro94 bool _r = !fifo_empty((fifo)); \102 bool _r = !fifo_empty((fifo)); \
338 while (!fifo_empty(&j->pin) && in bch2_journal_reclaim_fast()792 journal_empty = fifo_empty(&j->pin); in bch2_journal_reclaim_thread()
452 if (fifo_empty(&j->pin) && j->reclaim_thread) in journal_entry_open()
Completed in 10 milliseconds