Home
last modified time | relevance | path

Searched refs:TASK_POLICY_LATENCY_QOS (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.140.69/osfmk/kern/
H A Dpolicy_internal.h95 #define TASK_POLICY_LATENCY_QOS IMP_TASK_POLICY_LATENCY_QOS macro
H A Dthread_policy.c585 TASK_POLICY_LATENCY_QOS, lqos, 0, &pend_token); in thread_policy_set_internal()
1516 …plqos = proc_get_thread_policy_locked(thread, TASK_POLICY_ATTRIBUTE, TASK_POLICY_LATENCY_QOS, NULL… in thread_policy_get()
2104 case TASK_POLICY_LATENCY_QOS: in thread_set_requested_policy_spinlocked()
2282 case TASK_POLICY_LATENCY_QOS: in thread_get_requested_policy_spinlocked()
2407 case TASK_POLICY_LATENCY_QOS: in proc_get_effective_thread_policy()
H A Dsfi.c758 int latency_qos = proc_get_effective_task_policy(task, TASK_POLICY_LATENCY_QOS); in sfi_thread_classify()
H A Dtask_policy.c1823 case TASK_POLICY_LATENCY_QOS: in proc_get_effective_task_policy()
2262 return qos_latency_policy_package(proc_get_effective_task_policy(task, TASK_POLICY_LATENCY_QOS)); in task_grab_latency_qos()
H A Dtimer_call.c1835 latency_qos = proc_get_effective_thread_policy(t, TASK_POLICY_LATENCY_QOS); in tcoal_qos_adjust()