Searched refs:kfifo_is_full (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
H A Dkfifo.h263 * kfifo_is_full - returns true if the fifo is full
266 #define kfifo_is_full(fifo) \ macro
398 __ret = !kfifo_is_full(__tmp); \
/linux-4.1.27/drivers/memstick/host/
H A Dr592.c339 if (!kfifo_is_full(&dev->pio_fifo)) r592_write_fifo_pio()

Completed in 118 milliseconds