Searched defs:cfqd (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/block/ |
D | cfq-iosched.c | 115 struct cfq_data *cfqd; member 659 #define cfq_log_cfqq(cfqd, cfqq, fmt, args...) do { \ argument 668 #define cfq_log_cfqg(cfqd, cfqg, fmt, args...) do { \ argument 786 #define cfq_log_cfqq(cfqd, cfqq, fmt, args...) \ argument 791 #define cfq_log_cfqg(cfqd, cfqg, fmt, args...) do {} while (0) argument 808 #define cfq_log(cfqd, fmt, args...) \ argument 821 static inline bool cfq_io_thinktime_big(struct cfq_data *cfqd, in cfq_io_thinktime_big() 834 static inline bool iops_mode(struct cfq_data *cfqd) in iops_mode() 869 struct cfq_data *cfqd, in cfq_group_busy_queues_wl() 880 static inline int cfqg_busy_async_queues(struct cfq_data *cfqd, in cfqg_busy_async_queues() [all …]
|