Home
last modified time | relevance | path

Searched refs:__FUNC (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/block/
Ddeadline-iosched.c475 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument
476 static ssize_t __FUNC(struct elevator_queue *e, char *page) \
491 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument
492 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \
Dmq-deadline.c593 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument
594 static ssize_t __FUNC(struct elevator_queue *e, char *page) \
609 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument
610 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \
Dbfq-iosched.c5442 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument
5443 static ssize_t __FUNC(struct elevator_queue *e, char *page) \
5464 #define USEC_SHOW_FUNCTION(__FUNC, __VAR) \ argument
5465 static ssize_t __FUNC(struct elevator_queue *e, char *page) \
5475 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument
5477 __FUNC(struct elevator_queue *e, const char *page, size_t count) \
5508 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ argument
5509 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count)\
Dcfq-iosched.c4697 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument
4698 static ssize_t __FUNC(struct elevator_queue *e, char *page) \
4720 #define USEC_SHOW_FUNCTION(__FUNC, __VAR) \ argument
4721 static ssize_t __FUNC(struct elevator_queue *e, char *page) \
4735 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument
4736 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \
4770 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ argument
4771 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \
/Linux-v4.19/arch/mips/vdso/
Dgenvdso.c91 #define __FUNC(name, bits) name##bits macro
92 #define _FUNC(name, bits) __FUNC(name, bits)