Searched refs:task_throughput_qos_tier (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/tests/ |
| H A D | task_policy.c | 25 .task_throughput_qos_tier = THROUGHPUT_QOS_TIER_0, 45 .task_throughput_qos_tier = THROUGHPUT_QOS_TIER_0, 59 .task_throughput_qos_tier = THROUGHPUT_QOS_TIER_0, 80 .task_throughput_qos_tier = THROUGHPUT_QOS_TIER_0, 110 .task_throughput_qos_tier = THROUGHPUT_QOS_TIER_0, 140 .task_throughput_qos_tier = THROUGHPUT_QOS_TIER_0, 316 .task_throughput_qos_tier = THROUGHPUT_QOS_TIER_0, 336 .task_throughput_qos_tier = THROUGHPUT_QOS_TIER_0, 350 .task_throughput_qos_tier = THROUGHPUT_QOS_TIER_0, 370 .task_throughput_qos_tier = THROUGHPUT_QOS_TIER_0, [all …]
|
| H A D | kqueue_timer_tests.c | 378 qosinfo.task_throughput_qos_tier = THROUGHPUT_QOS_TIER_0; in disable_timer_coalescing()
|
| /xnu-8020.140.41/osfmk/mach/ |
| H A D | task_policy.h | 164 task_throughput_qos_t task_throughput_qos_tier; member
|
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | task_policy.c | 299 task_throughput_qos_t ttier = qosinfo->task_throughput_qos_tier; in task_qos_policy_validate() 415 uint32_t tqos = qos_extract(qosinfo->task_throughput_qos_tier); in task_policy_set() 447 uint32_t tqos = qos_extract(qosinfo->task_throughput_qos_tier); in task_policy_set() 473 qosinfo.task_throughput_qos_tier = info->throughput_qos; in task_policy_set() 605 info->task_throughput_qos_tier = THROUGHPUT_QOS_TIER_UNSPECIFIED; in task_policy_get() 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()
|