Name

detach_entity_load_avg — detach this entity from its cfs_rq load avg

Synopsis

void detach_entity_load_avg (struct cfs_rq * cfs_rq,
 struct sched_entity * se);
 

Arguments

cfs_rq

cfs_rq to detach from

se

sched_entity to detach

Description

Must call update_cfs_rq_load_avg before this, since we rely on cfs_rq->avg.last_update_time being current.