Searched refs:fifo_full (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/debug/ |
H A D | samsung.S | 43 #ifndef fifo_full 44 #define fifo_full fifo_full_s3c2440 define 58 fifo_full \rd, \rx
|
H A D | s5pv210.S | 28 #define fifo_full fifo_full_s5pv210 define
|
H A D | s3c24xx.S | 37 #define fifo_full fifo_full_s3c2410 define
|
H A D | exynos.S | 37 #define fifo_full fifo_full_s5pv210 define
|
/kernel/linux/linux-6.6/arch/arm/include/debug/ |
H A D | samsung.S | 43 #ifndef fifo_full 44 #define fifo_full fifo_full_s3c2440 define 58 fifo_full \rd, \rx
|
H A D | s5pv210.S | 28 #define fifo_full fifo_full_s5pv210 define
|
H A D | exynos.S | 37 #define fifo_full fifo_full_s5pv210 define
|
/kernel/linux/linux-5.10/drivers/staging/pi433/ |
H A D | rf69_enum.h | 96 fifo_full, enumerator
|
H A D | rf69.c | 614 case fifo_full: in rf69_get_flag()
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | util.h | 166 #define fifo_full(fifo) (!fifo_free(fifo)) macro 176 bool _r = !fifo_full((fifo)); \ 196 bool _r = !fifo_full((fifo)); \ 231 while (!fifo_full(dest) && \
|
H A D | alloc.c | 201 while (!fifo_full(&ca->free_inc)) { in invalidate_buckets_lru() 221 while (!fifo_full(&ca->free_inc)) { in invalidate_buckets_fifo() 244 while (!fifo_full(&ca->free_inc)) { in invalidate_buckets_random() 376 if (!fifo_full(&ca->free_inc)) in bch_allocator_thread()
|
H A D | journal.c | 717 if (fifo_full(&j->pin)) in bch_journal_next()
|
H A D | btree.c | 2115 if (fifo_full(&ca->free[RESERVE_PRIO]) && in bch_initial_gc_finish() 2116 fifo_full(&ca->free[RESERVE_BTREE])) in bch_initial_gc_finish()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | alloc.c | 201 while (!fifo_full(&ca->free_inc)) { in invalidate_buckets_lru() 221 while (!fifo_full(&ca->free_inc)) { in invalidate_buckets_fifo() 244 while (!fifo_full(&ca->free_inc)) { in invalidate_buckets_random() 376 if (!fifo_full(&ca->free_inc)) in bch_allocator_thread()
|
H A D | util.h | 164 #define fifo_full(fifo) (!fifo_free(fifo)) macro 174 bool _r = !fifo_full((fifo)); \ 194 bool _r = !fifo_full((fifo)); \ 229 while (!fifo_full(dest) && \
|
H A D | journal.c | 714 if (fifo_full(&j->pin)) in bch_journal_next()
|
H A D | btree.c | 2136 if (fifo_full(&ca->free[RESERVE_PRIO]) && in bch_initial_gc_finish() 2137 fifo_full(&ca->free[RESERVE_BTREE])) in bch_initial_gc_finish()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stv090x.c | 3780 u32 reg, idle = 0, fifo_full = 1; in stv090x_send_diseqc_msg() local 3800 while (fifo_full) { in stv090x_send_diseqc_msg() 3802 fifo_full = STV090x_GETFIELD_Px(reg, FIFO_FULL_FIELD); in stv090x_send_diseqc_msg() 3832 u32 reg, idle = 0, fifo_full = 1; in stv090x_send_diseqc_burst() local 3858 while (fifo_full) { in stv090x_send_diseqc_burst() 3860 fifo_full = STV090x_GETFIELD_Px(reg, FIFO_FULL_FIELD); in stv090x_send_diseqc_burst()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stv090x.c | 3780 u32 reg, idle = 0, fifo_full = 1; in stv090x_send_diseqc_msg() local 3800 while (fifo_full) { in stv090x_send_diseqc_msg() 3802 fifo_full = STV090x_GETFIELD_Px(reg, FIFO_FULL_FIELD); in stv090x_send_diseqc_msg() 3832 u32 reg, idle = 0, fifo_full = 1; in stv090x_send_diseqc_burst() local 3858 while (fifo_full) { in stv090x_send_diseqc_burst() 3860 fifo_full = STV090x_GETFIELD_Px(reg, FIFO_FULL_FIELD); in stv090x_send_diseqc_burst()
|
Completed in 24 milliseconds