Home
last modified time | relevance | path

Searched refs:tep_darwinbg (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.140.41/osfmk/kperf/
H A Dtask_samplers.c47 if (task->effective_policy.tep_darwinbg) { in kperf_task_snapshot_sample()
/xnu-8020.140.41/osfmk/mach/
H A Dtask_policy.h230 …uint64_t tep_darwinbg :1, /* marked as 'background', and sockets are marked … member
/xnu-8020.140.41/osfmk/kern/
H A Dtask_policy.c916 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()
H A Dthread_policy.c1583 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()
H A Dkern_stackshot.c1306 if (task->effective_policy.tep_darwinbg == 1) { in kcdata_get_task_ss_flags()
/xnu-8020.140.41/tools/lldbmacros/
H A Dprocess.py706 if int(task.effective_policy.tep_darwinbg) != 0: