Lines Matching refs:start
790 /* Give new sched_entity start runnable values to heavy its load in infant time */
1716 int start = env->dst_cpu;
1719 for_each_cpu_wrap(cpu, cpumask_of_node(env->dst_nid), start)
2064 * imbalance and would be the first to start moving tasks about.
2330 /* Use the start of this time slice to avoid calculations. */
2832 unsigned long start, end;
2879 start = mm->numa_scan_offset;
2890 vma = find_vma(mm, start);
2893 start = 0;
2920 start = max(start, vma->vm_start);
2921 end = ALIGN(start + (pages << PAGE_SHIFT), HPAGE_SIZE);
2923 nr_pte_updates = change_prot_numa(vma, start, end);
2933 pages -= (end - start) >> PAGE_SHIFT;
2935 virtpages -= (end - start) >> PAGE_SHIFT;
2937 start = end;
2951 * scanner to the start so check it now.
2954 mm->numa_scan_offset = start;
3004 * already by arch_dup_task_struct but stagger when scans start.
3276 * conditions. In specific, the case where the group was idle and we start the
4990 /* This will start the period timer if necessary */
7591 * must re-start the pick_next_entity() loop.
9552 /* Now, start updating sd_lb_stats */
10369 * If we've begun active balancing, start to back off. This
11287 * re-start the picking loop.