Searched refs:tep_darwinbg (Results 1 – 6 of 6) sorted by relevance
47 if (task->effective_policy.tep_darwinbg) { in kperf_task_snapshot_sample()
230 …uint64_t tep_darwinbg :1, /* marked as 'background', and sockets are marked … member
916 next.tep_darwinbg = 1; in task_policy_update_internal_locked()1094 next.tep_darwinbg = 0; in task_policy_update_internal_locked()1159 prev.tep_darwinbg != next.tep_darwinbg || in task_policy_update_internal_locked()1713 value = task->effective_policy.tep_darwinbg; in proc_get_effective_task_policy()2349 bits |= (effective.tep_darwinbg ? POLICY_EFF_DARWIN_BG : 0); in task_effective_bitfield()
1583 if (task_effective.tep_darwinbg && task_effective.tep_adaptive_bg && in thread_policy_update_internal_spinlocked()1638 if (task_effective.tep_darwinbg && !next.thep_promote_above_task) { in thread_policy_update_internal_spinlocked()
1306 if (task->effective_policy.tep_darwinbg == 1) { in kcdata_get_task_ss_flags()
706 if int(task.effective_policy.tep_darwinbg) != 0: