Searched refs:__FUNC (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/block/ |
D | deadline-iosched.c | 475 #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) \
|
D | mq-deadline.c | 606 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument 607 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 622 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 623 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count) \
|
D | bfq-iosched.c | 5614 #define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ argument 5615 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 5636 #define USEC_SHOW_FUNCTION(__FUNC, __VAR) \ argument 5637 static ssize_t __FUNC(struct elevator_queue *e, char *page) \ 5647 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 5649 __FUNC(struct elevator_queue *e, const char *page, size_t count) \ 5680 #define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ argument 5681 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count)\
|
D | cfq-iosched.c | 4697 #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) \
|