Searched defs:cfqd (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/block/ |
D | cfq-iosched.c | 108 struct cfq_data *cfqd; member 645 #define cfq_log_cfqq(cfqd, cfqq, fmt, args...) do { \ argument 655 #define cfq_log_cfqg(cfqd, cfqg, fmt, args...) do { \ argument 764 #define cfq_log_cfqq(cfqd, cfqq, fmt, args...) \ argument 769 #define cfq_log_cfqg(cfqd, cfqg, fmt, args...) do {} while (0) argument 782 #define cfq_log(cfqd, fmt, args...) \ argument 795 static inline bool cfq_io_thinktime_big(struct cfq_data *cfqd, in cfq_io_thinktime_big() 808 static inline bool iops_mode(struct cfq_data *cfqd) in iops_mode() 843 struct cfq_data *cfqd, in cfq_group_busy_queues_wl() 854 static inline int cfqg_busy_async_queues(struct cfq_data *cfqd, in cfqg_busy_async_queues() [all …]
|