Searched refs:__FUNC (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/block/ |
D | mq-deadline.c | 793 #define SHOW_INT(__FUNC, __VAR) \ argument 794 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 800 #define SHOW_JIFFIES(__FUNC, __VAR) SHOW_INT(__FUNC, jiffies_to_msecs(__VAR)) argument 811 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 812 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \ 827 #define STORE_INT(__FUNC, __PTR, MIN, MAX) \ argument 828 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) 829 #define STORE_JIFFIES(__FUNC, __PTR, MIN, MAX) \ argument 830 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies)
|
D | bfq-iosched.c | 7421 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument 7422 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 7443 #define USEC_SHOW_FUNCTION(__FUNC, __VAR) \ argument 7444 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 7454 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 7456 __FUNC(struct elevator_queue *e, const char *page, size_t count) \ 7487 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ argument 7488 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count)\
|
/linux-6.12.1/arch/mips/vdso/ |
D | genvdso.c | 87 #define __FUNC(name, bits) name##bits macro 88 #define _FUNC(name, bits) __FUNC(name, bits)
|