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

/linux-master/kernel/sched/
H A Dfair.c5480 static void put_prev_entity(struct cfs_rq *cfs_rq, struct sched_entity *prev) function
6304 /* conditionally throttle active cfs_rq's from put_prev_entity() */
8378 /* When we pick for a remote RQ, we'll not have done put_prev_entity() */
8425 * Since we got here without doing put_prev_entity() we also
8459 * Since we haven't yet done put_prev_entity and if the selected task
8471 put_prev_entity(cfs_rq_of(pse), pse);
8480 put_prev_entity(cfs_rq, pse);
8557 put_prev_entity(cfs_rq, se);

Completed in 204 milliseconds