Searched refs:kfifo_esize (Results 1 – 2 of 2) sorted by relevance
109 if (!kfifo_initialized(&kf->kf) || n < kfifo_esize(&kf->kf)) in iio_read_kfifo() 177 if (!kfifo_initialized(&kf->kf) || n < kfifo_esize(&kf->kf)) in iio_kfifo_write()
189 * kfifo_esize - returns the size of the element managed by the fifo192 #define kfifo_esize(fifo) ((fifo)->kfifo.esize) macro 896 *(ptr) = ___tmp->kfifo.data + ___tail * kfifo_esize(___tmp); \