Searched defs:cfqd (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/block/ |
D | cfq-iosched.c | 103 struct cfq_data *cfqd; member 627 #define cfq_log_cfqq(cfqd, cfqq, fmt, args...) do { \ argument 637 #define cfq_log_cfqg(cfqd, cfqg, fmt, args...) do { \ argument 760 #define cfq_log_cfqq(cfqd, cfqq, fmt, args...) \ argument 765 #define cfq_log_cfqg(cfqd, cfqg, fmt, args...) do {} while (0) argument 780 #define cfq_log(cfqd, fmt, args...) \ argument 793 static inline bool cfq_io_thinktime_big(struct cfq_data *cfqd, in cfq_io_thinktime_big() 806 static inline bool iops_mode(struct cfq_data *cfqd) in iops_mode() 841 struct cfq_data *cfqd, in cfq_group_busy_queues_wl() 852 static inline int cfqg_busy_async_queues(struct cfq_data *cfqd, in cfqg_busy_async_queues() [all …]
|