Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dfair.c9297 const struct sched_class *curr_class; in __update_blocked_others()
9306 curr_class = rq->curr->sched_class; in __update_blocked_others()
9310 decayed = update_rt_rq_load_avg(now, rq, curr_class == &rt_sched_class) | in __update_blocked_others()
9311 update_dl_rq_load_avg(now, rq, curr_class == &dl_sched_class) | in __update_blocked_others()
9295 const struct sched_class *curr_class; __update_blocked_others() local