Searched refs:__STRUCT_KFIFO_PTR (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| A D | kfifo.h | 76 #define __STRUCT_KFIFO_PTR(type, recsize, ptrtype) \ macro 83 struct __STRUCT_KFIFO_PTR(type, 0, type) 88 struct kfifo __STRUCT_KFIFO_PTR(unsigned char, 0, void); 99 struct kfifo_rec_ptr_1 __STRUCT_KFIFO_PTR(unsigned char, 1, void); 100 struct kfifo_rec_ptr_2 __STRUCT_KFIFO_PTR(unsigned char, 2, void);
|
Completed in 3 milliseconds