Searched refs:__FUNC (Results 1 – 3 of 3) sorted by relevance
| /linux/block/ |
| H A D | mq-deadline.c | 737 #define SHOW_INT(__FUNC, __VAR) \ argument 738 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 744 #define SHOW_JIFFIES(__FUNC, __VAR) SHOW_INT(__FUNC, jiffies_to_msecs(__VAR)) argument 754 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 755 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \ 770 #define STORE_INT(__FUNC, __PTR, MIN, MAX) \ argument 771 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) 772 #define STORE_JIFFIES(__FUNC, __PTR, MIN, MAX) \ argument 773 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies)
|
| H A D | bfq-iosched.c | 7396 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument 7397 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 7418 #define USEC_SHOW_FUNCTION(__FUNC, __VAR) \ argument 7419 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 7429 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 7431 __FUNC(struct elevator_queue *e, const char *page, size_t count) \ 7462 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ argument 7463 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count)\
|
| /linux/arch/mips/vdso/ |
| H A D | genvdso.c | 87 #define __FUNC(name, bits) name##bits macro 88 #define _FUNC(name, bits) __FUNC(name, bits)
|