Searched refs:kfifo_recsize (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/include/linux/ | ||
H A D | kfifo.h | 203 * kfifo_recsize - returns the size of the record length field 206 #define kfifo_recsize(fifo) (sizeof(*(fifo)->rectype)) macro |
Completed in 45 milliseconds