Searched defs:cfqq (Results 1 – 1 of 1) sorted by relevance
55 #define CFQQ_SEEKY(cfqq) (hweight32(cfqq->seek_history) > 32/8) argument64 #define cfq_class_idle(cfqq) ((cfqq)->ioprio_class == IOPRIO_CLASS_IDLE) argument65 #define cfq_class_rt(cfqq) ((cfqq)->ioprio_class == IOPRIO_CLASS_RT) argument221 struct cfq_queue *cfqq[2]; member374 #define cfq_log_cfqq(cfqd, cfqq, fmt, args...) \ argument384 #define cfq_log_cfqq(cfqd, cfqq, fmt, args...) \ argument429 static inline enum wl_prio_t cfqq_prio(struct cfq_queue *cfqq) in cfqq_prio()439 static enum wl_type_t cfqq_type(struct cfq_queue *cfqq) in cfqq_type()490 static inline void cic_set_cfqq(struct cfq_io_cq *cic, struct cfq_queue *cfqq, in cic_set_cfqq()538 cfq_prio_to_slice(struct cfq_data *cfqd, struct cfq_queue *cfqq) in cfq_prio_to_slice()[all …]