Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/vdso/
Dgenvdso.c87 #define __FUNC(name, bits) name##bits macro
88 #define _FUNC(name, bits) __FUNC(name, bits)
/Linux-v5.10/block/
Dmq-deadline.c610 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument
611 static ssize_t __FUNC(struct elevator_queue *e, char *page) \
626 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument
627 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \
Dbfq-iosched.c6584 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument
6585 static ssize_t __FUNC(struct elevator_queue *e, char *page) \
6606 #define USEC_SHOW_FUNCTION(__FUNC, __VAR) \ argument
6607 static ssize_t __FUNC(struct elevator_queue *e, char *page) \
6617 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument
6619 __FUNC(struct elevator_queue *e, const char *page, size_t count) \
6650 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ argument
6651 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count)\