Searched refs:__STRUCT_KFIFO (Results 1 – 1 of 1) sorted by relevance
/linux/include/linux/ |
H A D | kfifo.h | 67 #define __STRUCT_KFIFO(type, size, recsize, ptrtype) \ macro 74 struct __STRUCT_KFIFO(type, size, 0, type) 91 struct __STRUCT_KFIFO(unsigned char, size, 1, void) 94 struct __STRUCT_KFIFO(unsigned char, size, 2, void)
|