Searched defs:cfqq (Results 1 – 1 of 1) sorted by relevance
61 #define CFQQ_SEEKY(cfqq) (hweight32(cfqq->seek_history) > 32/8) argument70 #define cfq_class_idle(cfqq) ((cfqq)->ioprio_class == IOPRIO_CLASS_IDLE) argument71 #define cfq_class_rt(cfqq) ((cfqq)->ioprio_class == IOPRIO_CLASS_RT) argument317 struct cfq_queue *cfqq[2]; member659 #define cfq_log_cfqq(cfqd, cfqq, fmt, args...) do { \ argument786 #define cfq_log_cfqq(cfqd, cfqq, fmt, args...) \ argument849 static inline enum wl_class_t cfqq_class(struct cfq_queue *cfqq) in cfqq_class()859 static enum wl_type_t cfqq_type(struct cfq_queue *cfqq) in cfqq_type()910 static inline void cic_set_cfqq(struct cfq_io_cq *cic, struct cfq_queue *cfqq, in cic_set_cfqq()950 cfq_prio_to_slice(struct cfq_data *cfqd, struct cfq_queue *cfqq) in cfq_prio_to_slice()[all …]