Searched refs:__FUNC (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/block/ |
H A D | mq-deadline.c | 971 #define SHOW_INT(__FUNC, __VAR) \ 972 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 978 #define SHOW_JIFFIES(__FUNC, __VAR) SHOW_INT(__FUNC, jiffies_to_msecs(__VAR)) 989 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ 990 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \ 1005 #define STORE_INT(__FUNC, __PTR, MIN, MAX) \ 1006 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) 1007 #define STORE_JIFFIES(__FUNC, __PTR, MIN, MAX) \ 1008 STORE_FUNCTION(__FUNC, __PT [all...] |
H A D | bfq-iosched.c | 7399 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ 7400 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 7421 #define USEC_SHOW_FUNCTION(__FUNC, __VAR) \ 7422 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 7432 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ 7434 __FUNC(struct elevator_queue *e, const char *page, size_t count) \ 7465 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ 7466 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count)\
|
/kernel/linux/linux-5.10/arch/mips/vdso/ |
H A D | genvdso.c | 87 #define __FUNC(name, bits) name##bits macro 88 #define _FUNC(name, bits) __FUNC(name, bits)
|
/kernel/linux/linux-6.6/arch/mips/vdso/ |
H A D | genvdso.c | 87 #define __FUNC(name, bits) name##bits macro 88 #define _FUNC(name, bits) __FUNC(name, bits)
|
/kernel/linux/linux-5.10/block/ |
H A D | mq-deadline.c | 614 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ 615 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 630 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ 631 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \
|
H A D | bfq-iosched.c | 6600 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ 6601 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 6622 #define USEC_SHOW_FUNCTION(__FUNC, __VAR) \ 6623 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 6633 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ 6635 __FUNC(struct elevator_queue *e, const char *page, size_t count) \ 6666 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ 6667 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count)\
|
Completed in 21 milliseconds