Searched refs:__FUNC (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/block/ |
| H A D | mq-deadline-main.c | 857 #define SHOW_INT(__FUNC, __VAR) \ argument 858 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 864 #define SHOW_JIFFIES(__FUNC, __VAR) SHOW_INT(__FUNC, jiffies_to_msecs(__VAR)) argument 875 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 876 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \ 891 #define STORE_INT(__FUNC, __PTR, MIN, MAX) \ argument 892 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) 893 #define STORE_JIFFIES(__FUNC, __PTR, MIN, MAX) \ argument 894 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies)
|
| H A D | bfq-iosched.c | 6601 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument 6602 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 6623 #define USEC_SHOW_FUNCTION(__FUNC, __VAR) \ argument 6624 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 6634 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 6636 __FUNC(struct elevator_queue *e, const char *page, size_t count) \ 6667 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ argument 6668 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count)\
|
| /OK3568_Linux_fs/kernel/arch/mips/vdso/ |
| H A D | genvdso.c | 87 #define __FUNC(name, bits) name##bits macro 88 #define _FUNC(name, bits) __FUNC(name, bits)
|