Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/mach/
H A Dtask_policy.h275 qos_throughput_policy_package(uint32_t);
/xnu-8020.140.41/osfmk/kern/
H A Dtask_policy.c325 qos_throughput_policy_package(uint32_t qv) in qos_throughput_policy_package() function
612 info->task_throughput_qos_tier = qos_throughput_policy_package(value2); in task_policy_get()
619 info->task_throughput_qos_tier = qos_throughput_policy_package(value2); in task_policy_get()
703 …info->throughput_qos = qos_throughput_policy_package(task->requested_policy.trp_sup_throughput); in task_policy_get()
H A Dthread_policy.c1466 info->thread_throughput_qos_tier = qos_throughput_policy_package(ptqos); in thread_policy_get()