Home
last modified time | relevance | path

Searched refs:fifo_empty (Results 1 – 3 of 3) sorted by relevance

/fs/bcachefs/
A Dfifo.h56 #define fifo_empty(fifo) ((fifo)->front == (fifo)->back) macro
94 bool _r = !fifo_empty((fifo)); \
102 bool _r = !fifo_empty((fifo)); \
A Djournal_reclaim.c338 while (!fifo_empty(&j->pin) && in bch2_journal_reclaim_fast()
792 journal_empty = fifo_empty(&j->pin); in bch2_journal_reclaim_thread()
A Djournal.c452 if (fifo_empty(&j->pin) && j->reclaim_thread) in journal_entry_open()

Completed in 10 milliseconds