Searched refs:schedulable (Results 1 – 6 of 6) sorted by relevance
868 bool schedulable = false; in subvp_drr_schedulable() local937 schedulable = true; in subvp_drr_schedulable()939 return schedulable; in subvp_drr_schedulable()961 bool schedulable = false; in subvp_vblank_schedulable() local1022 schedulable = true; in subvp_vblank_schedulable()1024 return schedulable; in subvp_vblank_schedulable()1095 bool schedulable = false; in subvp_validate_static_schedulability() local1131 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 …]
139 configuration schedulable:
388 necessary: there are task sets that are schedulable, but do not respect the
68 W - group is weak and will fallback to non-group if not schedulable,
2692 int schedulable = mod_flags & FTRACE_MODIFY_MAY_SLEEP_FL; in ftrace_replace_code() local2709 if (schedulable) in ftrace_replace_code()
1871 Another note is that this callback is non-atomic (schedulable) by1873 because the ``trigger`` callback is atomic (non-schedulable). That is,