Home
last modified time | relevance | path

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

/linux/include/linux/
A Dkfifo.h52 #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); \

Completed in 4 milliseconds