Searched defs:fifo_used (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/bcachefs/
H A Dfifo.h53 #define fifo_used(fifo) (((fifo)->back - (fifo)->front)) macro
/linux-master/drivers/md/bcache/
H A Dutil.h159 #define fifo_used(fifo) (((fifo)->back - (fifo)->front) & (fifo)->mask) macro
/linux-master/drivers/leds/
H A Dleds-sun50i-a100.c117 static void sun50i_a100_ledc_pio_xfer(struct sun50i_a100_ledc *priv, unsigned int fifo_used) argument
172 unsigned int fifo_used = 0; local

Completed in 146 milliseconds