Home
last modified time | relevance | path

Searched refs:task_effective_policy (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/osfmk/mach/
H A Dtask_policy_private.h81 struct task_effective_policy { struct
276 extern const struct task_effective_policy default_task_effective_policy;
/xnu-12377.41.6/osfmk/kern/
H A Dtask_policy.c254 const struct task_effective_policy default_task_effective_policy = {};
821 struct task_effective_policy next = {}; in task_policy_update_internal_locked()
1147 struct task_effective_policy prev = task->effective_policy; in task_policy_update_internal_locked()
2408 static_assert(sizeof(struct task_effective_policy) == sizeof(uint64_t), "size invariant violated"); in teffective_0()
2475 struct task_effective_policy effective = task->effective_policy; in task_effective_bitfield()
H A Dtask.h514 struct task_effective_policy effective_policy;
H A Dthread_policy.c1632 const struct task_effective_policy task_effective = get_threadtask(thread)->effective_policy; in thread_policy_update_internal_spinlocked()