Searched refs:queued_delta (Results 1 – 1 of 1) sorted by relevance
5886 long queued_delta, runnable_delta, idle_delta, dequeue = 1; in throttle_cfs_rq() local5917 queued_delta = cfs_rq->h_nr_queued; in throttle_cfs_rq()5941 qcfs_rq->h_nr_queued -= queued_delta; in throttle_cfs_rq()5964 qcfs_rq->h_nr_queued -= queued_delta; in throttle_cfs_rq()5970 sub_nr_running(rq, queued_delta); in throttle_cfs_rq()5992 long queued_delta, runnable_delta, idle_delta; in unthrottle_cfs_rq() local6026 queued_delta = cfs_rq->h_nr_queued; in unthrottle_cfs_rq()6044 qcfs_rq->h_nr_queued += queued_delta; in unthrottle_cfs_rq()6062 qcfs_rq->h_nr_queued += queued_delta; in unthrottle_cfs_rq()6076 add_nr_running(rq, queued_delta); in unthrottle_cfs_rq()