Searched refs:__STRUCT_KFIFO (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | kfifo.h | 62 #define __STRUCT_KFIFO(type, size, recsize, ptrtype) \ macro 69 struct __STRUCT_KFIFO(type, size, 0, type) 86 struct __STRUCT_KFIFO(unsigned char, size, 1, void) 89 struct __STRUCT_KFIFO(unsigned char, size, 2, void)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kfifo.h | 62 #define __STRUCT_KFIFO(type, size, recsize, ptrtype) \ macro 69 struct __STRUCT_KFIFO(type, size, 0, type) 86 struct __STRUCT_KFIFO(unsigned char, size, 1, void) 89 struct __STRUCT_KFIFO(unsigned char, size, 2, void)
|
Completed in 3 milliseconds