Searched refs:ptrtype (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | kfifo.h | 52 #define __STRUCT_KFIFO_COMMON(datatype, recsize, ptrtype) \ argument 58 ptrtype *ptr; \ 59 ptrtype const *ptr_const; \ 62 #define __STRUCT_KFIFO(type, size, recsize, ptrtype) \ argument 64 __STRUCT_KFIFO_COMMON(type, recsize, ptrtype); \ 71 #define __STRUCT_KFIFO_PTR(type, recsize, ptrtype) \ argument 73 __STRUCT_KFIFO_COMMON(type, recsize, ptrtype); \
|