Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dfair.c5490 static void put_prev_entity(struct cfs_rq *cfs_rq, struct sched_entity *prev) in put_prev_entity()
6302 /* conditionally throttle active cfs_rq's from put_prev_entity() */ in check_cfs_rq_runtime()
8376 /* When we pick for a remote RQ, we'll not have done put_prev_entity() */ in pick_task_fair()
8423 * Since we got here without doing put_prev_entity() we also in pick_next_task_fair()
8457 * Since we haven't yet done put_prev_entity and if the selected task in pick_next_task_fair()
8469 put_prev_entity(cfs_rq_of(pse), pse); in pick_next_task_fair()
8478 put_prev_entity(cfs_rq, pse); in pick_next_task_fair()
8555 put_prev_entity(cfs_rq, se); in put_prev_task_fair()
5488 static void put_prev_entity(struct cfs_rq *cfs_rq, struct sched_entity *prev) put_prev_entity() function