Lines Matching defs:sync
4571 * sync, we are only sure that util_sum must be above or equal to
7086 wake_affine_idle(int this_cpu, int prev_cpu, int sync)
7103 if (sync && cpu_rq(this_cpu)->nr_running == 1)
7114 int this_cpu, int prev_cpu, int sync)
7121 if (sync) {
7144 * If sync, adjust the weight of prev_eff_load such that if
7149 if (sync)
7156 int this_cpu, int prev_cpu, int sync)
7161 target = wake_affine_idle(this_cpu, prev_cpu, sync);
7164 target = wake_affine_weight(sd, p, this_cpu, prev_cpu, sync);
7250 * We need task's util for cpu_util_without, sync it up to
7650 * essentially a sync wakeup. An obvious example of this
8263 int sync = (wake_flags & WF_SYNC) && !(current->flags & PF_EXITING);
8307 new_cpu = wake_affine(tmp, p, cpu, prev_cpu, sync);