Home
last modified time | relevance | path

Searched refs:qcfs_rq (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c5020 struct cfs_rq *qcfs_rq = cfs_rq_of(se); in throttle_cfs_rq() local
5027 dequeue_entity(qcfs_rq, se, DEQUEUE_SLEEP); in throttle_cfs_rq()
5029 update_load_avg(qcfs_rq, se, 0); in throttle_cfs_rq()
5033 qcfs_rq->h_nr_running -= task_delta; in throttle_cfs_rq()
5034 qcfs_rq->idle_h_nr_running -= idle_task_delta; in throttle_cfs_rq()
5035 walt_dec_throttled_cfs_rq_stats(&qcfs_rq->walt_stats, cfs_rq); in throttle_cfs_rq()
5037 if (qcfs_rq->load.weight) { in throttle_cfs_rq()

Completed in 15 milliseconds