Symbol: SCX_SLICE_DFL
init/init_task.c
141
.slice = SCX_SLICE_DFL,
kernel/sched/ext.c
159
static u64 scx_slice_dfl = SCX_SLICE_DFL;
kernel/sched/ext.c
4229
WRITE_ONCE(scx_slice_dfl, SCX_SLICE_DFL);
tools/sched_ext/include/scx/enums.autogen.h
9
SCX_ENUM_SET(skel, scx_public_consts, SCX_SLICE_DFL); \
tools/sched_ext/scx_cpu0.bpf.c
58
scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL, SCX_SLICE_DFL, 0);
tools/sched_ext/scx_cpu0.bpf.c
63
scx_bpf_dsq_insert(p, DSQ_CPU0, SCX_SLICE_DFL, enq_flags);
tools/sched_ext/scx_flatcg.bpf.c
339
scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL, SCX_SLICE_DFL, 0);
tools/sched_ext/scx_flatcg.bpf.c
375
scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL, SCX_SLICE_DFL,
tools/sched_ext/scx_flatcg.bpf.c
379
scx_bpf_dsq_insert(p, FALLBACK_DSQ, SCX_SLICE_DFL,
tools/sched_ext/scx_flatcg.bpf.c
391
scx_bpf_dsq_insert(p, cgrp->kn->id, SCX_SLICE_DFL, enq_flags);
tools/sched_ext/scx_flatcg.bpf.c
399
if (time_before(tvtime, cgc->tvtime_now - SCX_SLICE_DFL))
tools/sched_ext/scx_flatcg.bpf.c
400
tvtime = cgc->tvtime_now - SCX_SLICE_DFL;
tools/sched_ext/scx_flatcg.bpf.c
402
scx_bpf_dsq_insert_vtime(p, cgrp->kn->id, SCX_SLICE_DFL,
tools/sched_ext/scx_flatcg.bpf.c
556
(SCX_SLICE_DFL - p->scx.slice) * 100 / p->scx.weight;
tools/sched_ext/scx_pair.bpf.c
476
scx_bpf_dsq_insert(p, SCX_DSQ_GLOBAL, SCX_SLICE_DFL, 0);
tools/sched_ext/scx_sdt.bpf.c
621
scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL, SCX_SLICE_DFL, 0);
tools/sched_ext/scx_sdt.bpf.c
641
scx_bpf_dsq_insert(p, SHARED_DSQ, SCX_SLICE_DFL, enq_flags);
tools/sched_ext/scx_simple.bpf.c
124
p->scx.dsq_vtime += (SCX_SLICE_DFL - p->scx.slice) * 100 / p->scx.weight;
tools/sched_ext/scx_simple.bpf.c
63
scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL, SCX_SLICE_DFL, 0);
tools/sched_ext/scx_simple.bpf.c
74
scx_bpf_dsq_insert(p, SHARED_DSQ, SCX_SLICE_DFL, enq_flags);
tools/sched_ext/scx_simple.bpf.c
82
if (time_before(vtime, vtime_now - SCX_SLICE_DFL))
tools/sched_ext/scx_simple.bpf.c
83
vtime = vtime_now - SCX_SLICE_DFL;
tools/sched_ext/scx_simple.bpf.c
85
scx_bpf_dsq_insert_vtime(p, SHARED_DSQ, SCX_SLICE_DFL, vtime,
tools/sched_ext/scx_userland.bpf.c
178
scx_bpf_dsq_insert(p, SCX_DSQ_GLOBAL, SCX_SLICE_DFL, 0);
tools/sched_ext/scx_userland.bpf.c
197
scx_bpf_dsq_insert(p, SCX_DSQ_GLOBAL, SCX_SLICE_DFL, enq_flags);
tools/sched_ext/scx_userland.bpf.c
219
scx_bpf_dsq_insert(p, dsq_id, SCX_SLICE_DFL, enq_flags);
tools/sched_ext/scx_userland.bpf.c
248
scx_bpf_dsq_insert(p, SCX_DSQ_GLOBAL, SCX_SLICE_DFL, 0);
tools/testing/selftests/sched_ext/allowed_cpus.bpf.c
47
scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL, SCX_SLICE_DFL, 0);
tools/testing/selftests/sched_ext/allowed_cpus.bpf.c
60
scx_bpf_dsq_insert(p, SCX_DSQ_GLOBAL, SCX_SLICE_DFL, 0);
tools/testing/selftests/sched_ext/cyclic_kick_wait.bpf.c
47
scx_bpf_dsq_insert(p, SCX_DSQ_GLOBAL, SCX_SLICE_DFL, enq_flags);
tools/testing/selftests/sched_ext/ddsp_bogus_dsq_fail.bpf.c
23
scx_bpf_dsq_insert_vtime(p, 0xcafef00d, SCX_SLICE_DFL,
tools/testing/selftests/sched_ext/ddsp_vtimelocal_fail.bpf.c
20
scx_bpf_dsq_insert_vtime(p, SCX_DSQ_LOCAL, SCX_SLICE_DFL,
tools/testing/selftests/sched_ext/dsp_local_on.bpf.c
51
scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL_ON | target, SCX_SLICE_DFL, 0);
tools/testing/selftests/sched_ext/enq_select_cpu.bpf.c
29
scx_bpf_dsq_insert(p, SCX_DSQ_LOCAL_ON | cpu, SCX_SLICE_DFL, enq_flags);
tools/testing/selftests/sched_ext/enq_select_cpu.bpf.c
33
scx_bpf_dsq_insert(p, SCX_DSQ_GLOBAL, SCX_SLICE_DFL, enq_flags);
tools/testing/selftests/sched_ext/exit.bpf.c
36
scx_bpf_dsq_insert(p, DSQ_ID, SCX_SLICE_DFL, enq_flags);
tools/testing/selftests/sched_ext/maximal.bpf.c
25
scx_bpf_dsq_insert(p, DSQ_ID, SCX_SLICE_DFL, enq_flags);
tools/testing/selftests/sched_ext/numa.bpf.c
64
scx_bpf_dsq_insert(p, node, SCX_SLICE_DFL, enq_flags);
tools/testing/selftests/sched_ext/select_cpu_dfl.bpf.c
33
scx_bpf_dsq_insert(p, SCX_DSQ_GLOBAL, SCX_SLICE_DFL, enq_flags);
tools/testing/selftests/sched_ext/select_cpu_dfl_nodispatch.bpf.c
70
scx_bpf_dsq_insert(p, dsq_id, SCX_SLICE_DFL, enq_flags);
tools/testing/selftests/sched_ext/select_cpu_dispatch.bpf.c
32
scx_bpf_dsq_insert(p, dsq_id, SCX_SLICE_DFL, 0);
tools/testing/selftests/sched_ext/select_cpu_dispatch_bad_dsq.bpf.c
21
scx_bpf_dsq_insert(p, 0xcafef00d, SCX_SLICE_DFL, 0);
tools/testing/selftests/sched_ext/select_cpu_dispatch_dbl_dsp.bpf.c
21
scx_bpf_dsq_insert(p, SCX_DSQ_GLOBAL, SCX_SLICE_DFL, 0);
tools/testing/selftests/sched_ext/select_cpu_dispatch_dbl_dsp.bpf.c
22
scx_bpf_dsq_insert(p, SCX_DSQ_GLOBAL, SCX_SLICE_DFL, 0);
tools/testing/selftests/sched_ext/select_cpu_vtime.bpf.c
32
if (vtime_before(vtime, vtime_now - SCX_SLICE_DFL))
tools/testing/selftests/sched_ext/select_cpu_vtime.bpf.c
33
return vtime_now - SCX_SLICE_DFL;
tools/testing/selftests/sched_ext/select_cpu_vtime.bpf.c
50
scx_bpf_dsq_insert_vtime(p, VTIME_DSQ, SCX_SLICE_DFL, task_vtime(p), 0);
tools/testing/selftests/sched_ext/select_cpu_vtime.bpf.c
69
p->scx.dsq_vtime += (SCX_SLICE_DFL - p->scx.slice) * 100 / p->scx.weight;