Searched refs:tep_darwinbg (Results 1 – 7 of 7) sorted by relevance
48 if (task->effective_policy.tep_darwinbg) { in kperf_task_snapshot_sample()
82 …uint64_t tep_darwinbg :1, /* marked as 'background', and sockets are marked bg w… member
325 task.effective_policy.tep_darwinbg = 0
964 next.tep_darwinbg = 1; in task_policy_update_internal_locked()1132 next.tep_darwinbg = 0; in task_policy_update_internal_locked()1210 prev.tep_darwinbg != next.tep_darwinbg || in task_policy_update_internal_locked()1837 value = task->effective_policy.tep_darwinbg; in proc_get_effective_task_policy()2479 bits |= (effective.tep_darwinbg ? POLICY_EFF_DARWIN_BG : 0); in task_effective_bitfield()
1657 if (task_effective.tep_darwinbg && task_effective.tep_promote_above_task && in thread_policy_update_internal_spinlocked()1713 if (task_effective.tep_darwinbg && !next.thep_promote_above_task) { in thread_policy_update_internal_spinlocked()
3279 if (task->effective_policy.tep_darwinbg == 1) { in kcdata_get_task_ss_flags()
822 if int(task.effective_policy.tep_darwinbg) != 0: