Loading kernel/sched/fair.c +2 −0 Original line number Diff line number Diff line Loading @@ -5127,6 +5127,8 @@ static void __maybe_unused update_runtime_enabled(struct rq *rq) struct task_group *tg; lockdep_assert_held(&rq->lock); rcu_read_lock(); list_for_each_entry_rcu(tg, &task_groups, list) { struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; struct cfs_rq *cfs_rq = tg->cfs_rq[cpu_of(rq)]; Loading Loading
kernel/sched/fair.c +2 −0 Original line number Diff line number Diff line Loading @@ -5127,6 +5127,8 @@ static void __maybe_unused update_runtime_enabled(struct rq *rq) struct task_group *tg; lockdep_assert_held(&rq->lock); rcu_read_lock(); list_for_each_entry_rcu(tg, &task_groups, list) { struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; struct cfs_rq *cfs_rq = tg->cfs_rq[cpu_of(rq)]; Loading