Searched refs:thread_flags (Results 1 – 3 of 3) sorted by relevance
3108 …bool *thread_flags = (user) ? thread->th_shared_rsrc_heavy_user : thread->th_shared_rsrc_heavy_per… in thread_shared_rsrc_policy_set() local3109 if (thread_flags[type]) { in thread_shared_rsrc_policy_set()3115 thread_flags[type] = true; in thread_shared_rsrc_policy_set()3138 …bool *thread_flags = (user) ? thread->th_shared_rsrc_heavy_user : thread->th_shared_rsrc_heavy_per… in thread_shared_rsrc_policy_clear() local3139 if (!thread_flags[type]) { in thread_shared_rsrc_policy_clear()3145 thread_flags[type] = false; in thread_shared_rsrc_policy_clear()
391 if (thread_data->thread_flags & PERFCTL_THREAD_FLAGS_MASK_CLUSTER_SHARED_RSRC_RR) { in sched_perfcontrol_thread_flags_update()398 if (thread_data->thread_flags & PERFCTL_THREAD_FLAGS_MASK_CLUSTER_SHARED_RSRC_NATIVE_FIRST) { in sched_perfcontrol_thread_flags_update()
966 perfcontrol_thread_flags_mask_t thread_flags; member