Searched refs:__FUNC (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/block/ |
| D | mq-deadline.c | 971 #define SHOW_INT(__FUNC, __VAR) \ argument 972 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 978 #define SHOW_JIFFIES(__FUNC, __VAR) SHOW_INT(__FUNC, jiffies_to_msecs(__VAR)) argument 989 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 990 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \ 1005 #define STORE_INT(__FUNC, __PTR, MIN, MAX) \ argument 1006 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) 1007 #define STORE_JIFFIES(__FUNC, __PTR, MIN, MAX) \ argument 1008 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies)
|
| D | bfq-iosched.c | 7399 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument 7400 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 7421 #define USEC_SHOW_FUNCTION(__FUNC, __VAR) \ argument 7422 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 7432 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 7434 __FUNC(struct elevator_queue *e, const char *page, size_t count) \ 7465 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ argument 7466 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count)\
|
| /Linux-v6.6/arch/mips/vdso/ |
| D | genvdso.c | 87 #define __FUNC(name, bits) name##bits macro 88 #define _FUNC(name, bits) __FUNC(name, bits)
|