Searched refs:qcfs_rq (Results 1 – 1 of 1) sorted by relevance
5802 struct cfs_rq *qcfs_rq = cfs_rq_of(se); in throttle_cfs_rq() local5807 dequeue_entity(qcfs_rq, se, DEQUEUE_SLEEP); in throttle_cfs_rq()5812 qcfs_rq->h_nr_running -= task_delta; in throttle_cfs_rq()5813 qcfs_rq->idle_h_nr_running -= idle_task_delta; in throttle_cfs_rq()5815 if (qcfs_rq->load.weight) { in throttle_cfs_rq()5823 struct cfs_rq *qcfs_rq = cfs_rq_of(se); in throttle_cfs_rq() local5828 update_load_avg(qcfs_rq, se, 0); in throttle_cfs_rq()5834 qcfs_rq->h_nr_running -= task_delta; in throttle_cfs_rq()5835 qcfs_rq->idle_h_nr_running -= idle_task_delta; in throttle_cfs_rq()5894 struct cfs_rq *qcfs_rq = cfs_rq_of(se); in unthrottle_cfs_rq() local[all …]