Searched refs:__FUNC (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/block/ |
A D | mq-deadline.c | 930 #define SHOW_INT(__FUNC, __VAR) \ argument 931 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 937 #define SHOW_JIFFIES(__FUNC, __VAR) SHOW_INT(__FUNC, jiffies_to_msecs(__VAR)) argument 948 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 949 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \ 964 #define STORE_INT(__FUNC, __PTR, MIN, MAX) \ argument 965 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) 966 #define STORE_JIFFIES(__FUNC, __PTR, MIN, MAX) \ argument 967 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies)
|
A D | bfq-iosched.c | 7389 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument 7390 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 7411 #define USEC_SHOW_FUNCTION(__FUNC, __VAR) \ argument 7412 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 7422 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 7424 __FUNC(struct elevator_queue *e, const char *page, size_t count) \ 7455 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ argument 7456 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count)\
|
/linux-6.3-rc2/arch/mips/vdso/ |
A D | genvdso.c | 87 #define __FUNC(name, bits) name##bits macro 88 #define _FUNC(name, bits) __FUNC(name, bits)
|
Completed in 17 milliseconds