Home
last modified time | relevance | path

Searched refs:ptrtype (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/ !
H A Dkfifo.h57 #define __STRUCT_KFIFO_COMMON(datatype, recsize, ptrtype) \ argument
63 ptrtype *ptr; \
64 ptrtype const *ptr_const; \
67 #define __STRUCT_KFIFO(type, size, recsize, ptrtype) \ argument
69 __STRUCT_KFIFO_COMMON(type, recsize, ptrtype); \
76 #define __STRUCT_KFIFO_PTR(type, recsize, ptrtype) \ argument
78 __STRUCT_KFIFO_COMMON(type, recsize, ptrtype); \