sched/fair: fix qos_idle_h_nr_running in enqueue/dequeue
jingdong inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I7X9JY ----------------------------------------------------- When the container switches from offline mode to online mode, or from offline mode to online mode, qos_idle_h_nr_running will count errors. If task se is counted according to the online task when it enters rq, then it must also be counted according to the online task when it leaves the rq. Fixes: 57b5487b ("sched/fair: Start tracking qos_offline tasks count in cfs_rq") Signed-off-by:zhangwei123171 <zhangwei123171@jd.com> Reviewed-by:
zhaoxiaoqiang11 <zhaoxiaoqiang11@jd.com>
Loading
Please sign in to comment