Searched refs:sched_perfctl_class_policy_t (Results 1 – 3 of 3) sorted by relevance
167 } sched_perfctl_class_policy_t; typedef169 extern _Atomic sched_perfctl_class_policy_t sched_perfctl_policy_util;170 extern _Atomic sched_perfctl_class_policy_t sched_perfctl_policy_bg;
93 _Atomic sched_perfctl_class_policy_t sched_perfctl_policy_util = SCHED_PERFCTL_POLICY_DEFAULT;94 _Atomic sched_perfctl_class_policy_t sched_perfctl_policy_bg = SCHED_PERFCTL_POLICY_DEFAULT;
1874 …sched_perfctl_class_policy_t sched_policy = inherit ? SCHED_PERFCTL_POLICY_FOLLOW_GROUP : SCHED_PE… in sched_perfcontrol_inherit_recommendation_from_tg()