Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dmq-deadline.c984 #define SHOW_INT(__FUNC, __VAR) \ argument
985 static ssize_t __FUNC(struct elevator_queue *e, char *page) \
991 #define SHOW_JIFFIES(__FUNC, __VAR) SHOW_INT(__FUNC, jiffies_to_msecs(__VAR)) argument
1002 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument
1003 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \
1018 #define STORE_INT(__FUNC, __PTR, MIN, MAX) \ argument
1019 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, )
1020 #define STORE_JIFFIES(__FUNC, __PTR, MIN, MAX) \ argument
1021 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies)
H A Dbfq-iosched.c7445 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument
7446 static ssize_t __FUNC(struct elevator_queue *e, char *page) \
7467 #define USEC_SHOW_FUNCTION(__FUNC, __VAR) \ argument
7468 static ssize_t __FUNC(struct elevator_queue *e, char *page) \
7478 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument
7480 __FUNC(struct elevator_queue *e, const char *page, size_t count) \
7511 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ argument
7512 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count)\
/openbmc/linux/arch/mips/vdso/
H A Dgenvdso.c87 #define __FUNC(name, bits) name##bits macro
88 #define _FUNC(name, bits) __FUNC(name, bits)