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

/linux-master/kernel/sched/
H A Dfair.c5487 static void put_prev_entity(struct cfs_rq *cfs_rq, struct sched_entity *prev) function
6311 /* conditionally throttle active cfs_rq's from put_prev_entity() */
8441 /* When we pick for a remote RQ, we'll not have done put_prev_entity() */
8488 * Since we got here without doing put_prev_entity() we also
8522 * Since we haven't yet done put_prev_entity and if the selected task
8534 put_prev_entity(cfs_rq_of(pse), pse);
8543 put_prev_entity(cfs_rq, pse);
8620 put_prev_entity(cfs_rq, se);

Completed in 231 milliseconds