Searched refs:__FUNC (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/block/ |
D | deadline-iosched.c | 391 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument 392 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 407 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 408 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \
|
D | cfq-iosched.c | 4628 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument 4629 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 4651 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 4652 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \
|
/linux-4.4.14/arch/mips/vdso/ |
D | genvdso.c | 91 #define __FUNC(name, bits) name##bits macro 92 #define _FUNC(name, bits) __FUNC(name, bits)
|