Lines Matching refs:removed
4035 if (cfs_rq->removed.nr) { in update_cfs_rq_load_avg()
4039 raw_spin_lock(&cfs_rq->removed.lock); in update_cfs_rq_load_avg()
4040 swap(cfs_rq->removed.util_avg, removed_util); in update_cfs_rq_load_avg()
4041 swap(cfs_rq->removed.load_avg, removed_load); in update_cfs_rq_load_avg()
4042 swap(cfs_rq->removed.runnable_avg, removed_runnable); in update_cfs_rq_load_avg()
4043 cfs_rq->removed.nr = 0; in update_cfs_rq_load_avg()
4044 raw_spin_unlock(&cfs_rq->removed.lock); in update_cfs_rq_load_avg()
4266 raw_spin_lock_irqsave(&cfs_rq->removed.lock, flags); in remove_entity_load_avg()
4267 ++cfs_rq->removed.nr; in remove_entity_load_avg()
4268 cfs_rq->removed.util_avg += se->avg.util_avg; in remove_entity_load_avg()
4269 cfs_rq->removed.load_avg += se->avg.load_avg; in remove_entity_load_avg()
4270 cfs_rq->removed.runnable_avg += se->avg.runnable_avg; in remove_entity_load_avg()
4271 raw_spin_unlock_irqrestore(&cfs_rq->removed.lock, flags); in remove_entity_load_avg()
12244 raw_spin_lock_init(&cfs_rq->removed.lock); in init_cfs_rq()