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

/linux-master/include/linux/
H A Dkfifo.h190 * kfifo_recsize - returns the size of the record length field
193 #define kfifo_recsize(fifo) (sizeof(*(fifo)->rectype)) macro

Completed in 131 milliseconds