Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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);
/kernel/linux/linux-6.6/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 3 milliseconds