Searched refs:__FUNC (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/mips/vdso/ |
D | genvdso.c | 87 #define __FUNC(name, bits) name##bits macro 88 #define _FUNC(name, bits) __FUNC(name, bits)
|
/Linux-v5.4/block/ |
D | mq-deadline.c | 604 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument 605 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 620 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 621 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \
|
D | bfq-iosched.c | 6566 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument 6567 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 6588 #define USEC_SHOW_FUNCTION(__FUNC, __VAR) \ argument 6589 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 6599 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 6601 __FUNC(struct elevator_queue *e, const char *page, size_t count) \ 6632 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ argument 6633 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count)\
|