Lines Matching defs:done

1432  * These return the fraction of accesses done by a particular task, or
2355 * be done in a way that produces consistent results with group_weight,
2822 * The expensive part of numa migration is done from task_work context.
3033 * task needs to have done some actual work before we bother with
3257 * there, done that) we approximate it with this average stuff. The average
3919 * Optional action to be done while updating the load average
4162 goto done;
4174 goto done;
4192 * of the task size. This is done by storing the current PELT value
4208 done:
4399 * this way the vruntime transition between RQs is done when both
4685 * be done without getting too unfair.
4727 * was not called and update_curr() has to be done:
5348 * This is done with a timer (instead of inline with bandwidth return) since
5868 * done by EAS. As a way to mitigate that effect, do not account
7197 * min_vruntime -- the latter is done by enqueue_entity() when placing
7523 * Since we haven't yet done put_prev_entity and if the selected task
7548 goto done;
7563 done:
8401 static bool fair_update_blocked_others(struct rq *rq, bool *done)
8421 *done = false;
8450 static bool fair_update_blocked_fair(struct rq *rq, bool *done)
8487 *done = false;
8496 * This needs to be done in a top-down fashion because the load of a child
8541 static bool fair_update_blocked_fair(struct rq *rq, bool *done)
8548 *done = false;
8562 bool decayed = false, done = true;
8569 decayed |= fair_update_blocked_others(rq, &done);
8570 decayed |= fair_update_blocked_fair(rq, &done);
8572 update_blocked_load_status(rq, !done);
10568 /* Active balancing done, reset the failure counter. */
11108 * work being done for other CPUs. Next load
11163 /* The full idle balance loop has been done */
12003 goto done;
12022 done: