Searched refs:__FUNC (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/mips/vdso/ |
D | genvdso.c | 87 #define __FUNC(name, bits) name##bits macro 88 #define _FUNC(name, bits) __FUNC(name, bits)
|
/Linux-v5.10/block/ |
D | mq-deadline.c | 610 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument 611 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 626 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 627 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \
|
D | bfq-iosched.c | 6584 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument 6585 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 6606 #define USEC_SHOW_FUNCTION(__FUNC, __VAR) \ argument 6607 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 6617 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 6619 __FUNC(struct elevator_queue *e, const char *page, size_t count) \ 6650 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ argument 6651 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count)\
|