Lines Matching refs:slice
67 * and have no persistent notion like in traditional, time-slice
162 * Note: in the case that the slice exceeds the runtime remaining (either due
163 * to consumption or the quota being specified to be smaller than the slice)
735 * We calculate the wall-time slice from the period by taking a part
743 u64 slice;
749 slice = fair_sched_period(nr_running + !se->on_rq);
764 slice = fair_calc_delta(slice, se->load.weight, load);
768 slice = max(slice, (u64)sysctl_sched_min_granularity);
771 return slice;
775 * We calculate the vruntime slice of a to-be-inserted task.
2330 /* Use the start of this time slice to avoid calculations. */
4610 * narrow margin doesn't have to wait for a full slice.
4647 * Track our maximum slice length, if the CPU's load is at
4763 * queued ticks are scheduled to match the slice, so don't bother
5353 u64 runtime = 0, slice = sched_cfs_bandwidth_slice();
5365 if (cfs_b->quota != RUNTIME_INF && cfs_b->runtime > slice) {
5697 u64 slice = sched_slice(cfs_rq, se);
5699 s64 delta = slice - ran;
12053 * Time slice is 0 for SCHED_OTHER tasks that are on an otherwise