Home
last modified time | relevance | path

Searched refs:fifo_push_front (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/md/bcache/
H A Djournal.c314 fifo_push_front(&j->pin, p); in bch_journal_mark()
319 fifo_push_front(&j->pin, p); in bch_journal_mark()
H A Dutil.h192 #define fifo_push_front(fifo, i) \ macro