Scroll to navigation

ATTACH_ENTITY_LOAD_A(9) Driver Basics ATTACH_ENTITY_LOAD_A(9)

NAME

attach_entity_load_avg - attach this entity to its cfs_rq load avg

SYNOPSIS

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

ARGUMENTS

cfs_rq

cfs_rq to attach to

se

sched_entity to attach

DESCRIPTION

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

COPYRIGHT

January 2017 Kernel Hackers Manual 4.8.