Home
last modified time | relevance | path

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

/linux/block/
H A Dmq-deadline.c734 #define SHOW_INT(__FUNC, __VAR) \ argument
735 static ssize_t __FUNC(struct elevator_queue *e, char *page) \
741 #define SHOW_JIFFIES(__FUNC, __VAR) SHOW_INT(__FUNC, jiffies_to_msecs(__VAR)) argument
751 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument
752 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \
767 #define STORE_INT(__FUNC, __PTR, MIN, MAX) \ argument
768 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, )
769 #define STORE_JIFFIES(__FUNC, __PTR, MIN, MAX) \ argument
770 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies)
H A Dbfq-iosched.c7392 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument
7393 static ssize_t __FUNC(struct elevator_queue *e, char *page) \
7414 #define USEC_SHOW_FUNCTION(__FUNC, __VAR) \ argument
7415 static ssize_t __FUNC(struct elevator_queue *e, char *page) \
7425 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument
7427 __FUNC(struct elevator_queue *e, const char *page, size_t count) \
7458 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ argument
7459 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count)\