Home
last modified time | relevance | path

Searched refs:update_load_add (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/kernel/sched/
Dfair.c117 static inline void update_load_add(struct load_weight *lw, unsigned long inc) in update_load_add() function
650 update_load_add(&lw, se->load.weight); in sched_slice()
2292 update_load_add(&cfs_rq->load, se->load.weight); in account_entity_enqueue()
2294 update_load_add(&rq_of(cfs_rq)->load, se->load.weight); in account_entity_enqueue()