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

/linux-4.1.27/drivers/iio/
H A Dkfifo_buf.c99 if (!kfifo_initialized(&kf->kf) || n < kfifo_esize(&kf->kf)) iio_read_first_n_kfifo()
/linux-4.1.27/include/linux/
H A Dkfifo.h197 * kfifo_esize - returns the size of the element managed by the fifo
200 #define kfifo_esize(fifo) ((fifo)->kfifo.esize) macro

Completed in 38 milliseconds