Searched refs:update_load_avg (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/sched/ |
H A D | fair.c | 4742 static inline void update_load_avg(struct cfs_rq *cfs_rq, struct sched_entity *se, int flags) in update_load_avg() function 5149 static inline void update_load_avg(struct cfs_rq *cfs_rq, struct sched_entity *se, int not_used1) in update_load_avg() function 5308 update_load_avg(cfs_rq, se, UPDATE_TG | DO_ATTACH); in enqueue_entity() 5394 update_load_avg(cfs_rq, se, action); in dequeue_entity() 5439 update_load_avg(cfs_rq, se, UPDATE_TG); in set_next_entity() 5507 update_load_avg(cfs_rq, prev, 0); in put_prev_entity() 5523 update_load_avg(cfs_rq, curr, UPDATE_TG); in entity_tick() 5830 update_load_avg(qcfs_rq, se, 0); in throttle_cfs_rq() 5916 update_load_avg(qcfs_rq, se, UPDATE_TG); in unthrottle_cfs_rq() 6781 update_load_avg(cfs_rq, se, UPDATE_TG); in enqueue_task_fair() [all …]
|