Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dpelt.c479 const struct sched_class *curr_class = rq->donor->sched_class; in update_other_load_avgs() local
485 return update_rt_rq_load_avg(now, rq, curr_class == &rt_sched_class) | in update_other_load_avgs()
486 update_dl_rq_load_avg(now, rq, curr_class == &dl_sched_class) | in update_other_load_avgs()