Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddcn32_fpu.c843 bool schedulable = false; in subvp_drr_schedulable() local
896 schedulable = true; in subvp_drr_schedulable()
898 return schedulable; in subvp_drr_schedulable()
920 bool schedulable = false; in subvp_vblank_schedulable() local
959 schedulable = subvp_drr_schedulable(dc, context, &context->res_ctx.pipe_ctx[vblank_index]); in subvp_vblank_schedulable()
984 schedulable = true; in subvp_vblank_schedulable()
986 return schedulable; in subvp_vblank_schedulable()
1007 bool schedulable = true; // true by default for single display case in subvp_validate_static_schedulability() local
1035 schedulable = subvp_subvp_schedulable(dc, context); in subvp_validate_static_schedulability()
1040 schedulable = false; in subvp_validate_static_schedulability()
[all …]
/Linux-v6.1/Documentation/scheduler/
Dsched-rt-group.rst139 configuration schedulable:
Dsched-deadline.rst385 necessary: there are task sets that are schedulable, but do not respect the
/Linux-v6.1/tools/perf/Documentation/
Dperf-list.txt64 W - group is weak and will fallback to non-group if not schedulable,
/Linux-v6.1/kernel/trace/
Dftrace.c2639 int schedulable = mod_flags & FTRACE_MODIFY_MAY_SLEEP_FL; in ftrace_replace_code() local
2656 if (schedulable) in ftrace_replace_code()
/Linux-v6.1/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst1963 Another note is that this callback is non-atomic (schedulable) as
1965 because the ``trigger`` callback is atomic (non-schedulable). That is,