Searched refs:cfq_class_rt (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/block/
H A Dcfq-iosched.c65 #define cfq_class_rt(cfqq) ((cfqq)->ioprio_class == IOPRIO_CLASS_RT) macro
825 if (cfq_class_rt(cfqq)) cfqq_class()
1025 cfq_class_rt(cfqq)); cfq_scaled_cfqq_slice()
2679 if (cfq_class_rt(cfqq) != cfq_class_rt(cur_cfqq)) cfq_close_cooperator()
3805 if (cfq_class_rt(cfqq) && !cfq_class_rt(new_cfqq)) cfq_should_preempt()
3838 if (cfq_class_rt(new_cfqq) && !cfq_class_rt(cfqq)) cfq_should_preempt()

Completed in 71 milliseconds