Searched refs:__STRUCT_KFIFO_PTR (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dkfifo.h71 #define __STRUCT_KFIFO_PTR(type, recsize, ptrtype) \ macro
78 struct __STRUCT_KFIFO_PTR(type, 0, type)
83 struct kfifo __STRUCT_KFIFO_PTR(unsigned char, 0, void);
94 struct kfifo_rec_ptr_1 __STRUCT_KFIFO_PTR(unsigned char, 1, void);
95 struct kfifo_rec_ptr_2 __STRUCT_KFIFO_PTR(unsigned char, 2, void);

Completed in 118 milliseconds