Home
last modified time | relevance | path

Searched refs:qos_throughput_policy_validate (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/osfmk/mach/
H A Dtask_policy.h267 qos_throughput_policy_validate(task_throughput_qos_t);
/xnu-8020.140.41/osfmk/kern/
H A Dtask_policy.c281 qos_throughput_policy_validate(task_throughput_qos_t ttier) in qos_throughput_policy_validate() function
307 kr = qos_throughput_policy_validate(ttier); in task_qos_policy_validate()
H A Dthread_policy.c524 if ((result = qos_throughput_policy_validate(info->thread_throughput_qos_tier)) != KERN_SUCCESS) { in thread_policy_set_internal()