Home
last modified time | relevance | path

Searched refs:schedulable (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddcn32_fpu.c868 bool schedulable = false; in subvp_drr_schedulable() local
937 schedulable = true; in subvp_drr_schedulable()
939 return schedulable; in subvp_drr_schedulable()
961 bool schedulable = false; in subvp_vblank_schedulable() local
1022 schedulable = true; in subvp_vblank_schedulable()
1024 return schedulable; in subvp_vblank_schedulable()
1095 bool schedulable = false; in subvp_validate_static_schedulability() local
1128 schedulable = subvp_subvp_admissable(dc, context) && subvp_subvp_schedulable(dc, context); in subvp_validate_static_schedulability()
1131 schedulable = true; in subvp_validate_static_schedulability()
1134 schedulable = subvp_drr_schedulable(dc, context); in subvp_validate_static_schedulability()
[all …]
/Linux-v6.6/Documentation/scheduler/
Dsched-rt-group.rst139 configuration schedulable:
Dsched-deadline.rst388 necessary: there are task sets that are schedulable, but do not respect the
/Linux-v6.6/tools/perf/Documentation/
Dperf-list.txt68 W - group is weak and will fallback to non-group if not schedulable,
/Linux-v6.6/kernel/trace/
Dftrace.c2726 int schedulable = mod_flags & FTRACE_MODIFY_MAY_SLEEP_FL; in ftrace_replace_code() local
2743 if (schedulable) in ftrace_replace_code()
/Linux-v6.6/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst1871 Another note is that this callback is non-atomic (schedulable) by
1873 because the ``trigger`` callback is atomic (non-schedulable). That is,