Searched refs:__STRUCT_KFIFO_PTR (Results 1 – 1 of 1) sorted by relevance
/linux/include/linux/ |
H A D | kfifo.h | 77 #define __STRUCT_KFIFO_PTR(type, recsize, ptrtype) \ macro 84 struct __STRUCT_KFIFO_PTR(type, 0, type) 89 struct kfifo __STRUCT_KFIFO_PTR(unsigned char, 0, void); 100 struct kfifo_rec_ptr_1 __STRUCT_KFIFO_PTR(unsigned char, 1, void); 101 struct kfifo_rec_ptr_2 __STRUCT_KFIFO_PTR(unsigned char, 2, void);
|