Home
last modified time | relevance | path

Searched refs:fifo_full (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dfifo.h48 while (!fifo_full(dest) && \
57 #define fifo_full(fifo) (fifo_used(fifo) == (fifo)->size) macro
71 (fifo_full((f)) ? NULL : &(f)->data[(f)->back++ & (f)->mask])
74 (fifo_full((f)) ? NULL : &(f)->data[--(f)->front & (f)->mask])
/linux-6.15/arch/arm/include/debug/
H A Dsamsung.S43 #ifndef fifo_full
44 #define fifo_full fifo_full_s3c2440 macro
58 fifo_full \rd, \rx
H A Ds5pv210.S28 #define fifo_full fifo_full_s5pv210 macro
H A Dexynos.S37 #define fifo_full fifo_full_s5pv210 macro
/linux-6.15/drivers/md/bcache/
H A Dutil.h100 #define fifo_full(fifo) (!fifo_free(fifo)) macro
110 bool _r = !fifo_full((fifo)); \
130 bool _r = !fifo_full((fifo)); \
165 while (!fifo_full(dest) && \
H A Dalloc.c220 while (!fifo_full(&ca->free_inc)) { in invalidate_buckets_lru()
242 while (!fifo_full(&ca->free_inc)) { in invalidate_buckets_fifo()
265 while (!fifo_full(&ca->free_inc)) { in invalidate_buckets_random()
396 if (!fifo_full(&ca->free_inc)) in bch_allocator_thread()
H A Djournal.c714 if (fifo_full(&j->pin)) in bch_journal_next()
H A Dbtree.c2157 if (fifo_full(&ca->free[RESERVE_PRIO]) && in bch_initial_gc_finish()
2158 fifo_full(&ca->free[RESERVE_BTREE])) in bch_initial_gc_finish()
/linux-6.15/drivers/media/dvb-frontends/
H A Dstv090x.c3785 u32 reg, idle = 0, fifo_full = 1; in stv090x_send_diseqc_msg() local
3805 while (fifo_full) { in stv090x_send_diseqc_msg()
3807 fifo_full = STV090x_GETFIELD_Px(reg, FIFO_FULL_FIELD); in stv090x_send_diseqc_msg()
3837 u32 reg, idle = 0, fifo_full = 1; in stv090x_send_diseqc_burst() local
3863 while (fifo_full) { in stv090x_send_diseqc_burst()
3865 fifo_full = STV090x_GETFIELD_Px(reg, FIFO_FULL_FIELD); in stv090x_send_diseqc_burst()