ptrtype            52 include/linux/kfifo.h #define __STRUCT_KFIFO_COMMON(datatype, recsize, ptrtype) \
ptrtype            58 include/linux/kfifo.h 		ptrtype		*ptr; \
ptrtype            59 include/linux/kfifo.h 		ptrtype const	*ptr_const; \
ptrtype            62 include/linux/kfifo.h #define __STRUCT_KFIFO(type, size, recsize, ptrtype) \
ptrtype            64 include/linux/kfifo.h 	__STRUCT_KFIFO_COMMON(type, recsize, ptrtype); \
ptrtype            71 include/linux/kfifo.h #define __STRUCT_KFIFO_PTR(type, recsize, ptrtype) \
ptrtype            73 include/linux/kfifo.h 	__STRUCT_KFIFO_COMMON(type, recsize, ptrtype); \