Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dcfq-iosched.c71 #define cfq_class_rt(cfqq) ((cfqq)->ioprio_class == IOPRIO_CLASS_RT) macro
853 if (cfq_class_rt(cfqq)) in cfqq_class()
1033 cfq_class_rt(cfqq)); in cfq_scaled_cfqq_slice()
2865 if (cfq_class_rt(cfqq) != cfq_class_rt(cur_cfqq)) in cfq_close_cooperator()
3983 if (cfq_class_rt(cfqq) && !cfq_class_rt(new_cfqq)) in cfq_should_preempt()
4007 if (cfq_class_rt(new_cfqq) && !cfq_class_rt(cfqq)) in cfq_should_preempt()