Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A 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
1131 schedulable = true; in subvp_validate_static_schedulability()
1134 schedulable = subvp_drr_schedulable(dc, context); in subvp_validate_static_schedulability()
1142 schedulable = false; in subvp_validate_static_schedulability()
[all …]
/openbmc/linux/Documentation/scheduler/
H A Dsched-rt-group.rst139 configuration schedulable:
H A Dsched-deadline.rst388 necessary: there are task sets that are schedulable, but do not respect the
/openbmc/linux/tools/perf/Documentation/
H A Dperf-list.txt68 W - group is weak and will fallback to non-group if not schedulable,
/openbmc/linux/kernel/trace/
H A Dftrace.c2692 int schedulable = mod_flags & FTRACE_MODIFY_MAY_SLEEP_FL; in ftrace_replace_code() local
2709 if (schedulable) in ftrace_replace_code()
/openbmc/linux/Documentation/sound/kernel-api/
H A 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,