Home
last modified time | relevance | path

Searched refs:THREAD_QOS_UTILITY (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.61.12/tests/
H A Dthread_policy.c15 case THREAD_QOS_UTILITY: in thread_qos_to_qos_class()
H A Dkevent_qos.c858 case QOS_CLASS_UTILITY: return THREAD_QOS_UTILITY; in thread_qos_from_qos_class()
1386 …kr = task_test_async_upcall_propagation(mach_task_self(), qos_send_port, THREAD_QOS_UTILITY, USR_T… in qos_client_kernel_upcall_send_async_msg()
/xnu-12377.61.12/osfmk/mach/
H A Dthread_policy_private.h72 #define THREAD_QOS_UTILITY 3 macro
/xnu-12377.61.12/osfmk/kern/
H A Dthread_policy.c88 .qos_pri[THREAD_QOS_UTILITY] = BASEPRI_UTILITY,
100 .qos_iotier[THREAD_QOS_UTILITY] = THROTTLE_LEVEL_TIER1,
113 .qos_through_qos[THREAD_QOS_UTILITY] = QOS_EXTRACT(THROUGHPUT_QOS_TIER_2),
121 .qos_latency_qos[THREAD_QOS_UTILITY] = QOS_EXTRACT(LATENCY_QOS_TIER_3),
229 next_lower_qos = THREAD_QOS_UTILITY; in thread_qos_scaled_relative_priority()
231 case THREAD_QOS_UTILITY: in thread_qos_scaled_relative_priority()
1002 …case THREAD_QOS_UTILITY: task_counter = &task->cpu_time_eqos_stats.cpu_time_qos_utility… in thread_update_qos_cpu_time_locked()
1017 …case THREAD_QOS_UTILITY: task_counter = &task->cpu_time_rqos_stats.cpu_time_qos_utility… in thread_update_qos_cpu_time_locked()
H A Dsched_amp_common.c472 case THREAD_QOS_UTILITY: in sched_amp_qos_max_parallelism()
H A Dsfi.c829 if (thread_qos == THREAD_QOS_UTILITY) { in sfi_thread_classify()
H A Dtask_policy.c870 next.tep_qos_ceiling = THREAD_QOS_UTILITY; in task_policy_update_internal_locked()
871 role_clamp = THREAD_QOS_UTILITY; in task_policy_update_internal_locked()
H A Dthread_call.c1048 case THREAD_QOS_UTILITY: in thread_call_allocate_with_qos()
H A Dtask.c6976 eqos_stats[THREAD_QOS_UTILITY] += task->cpu_time_eqos_stats.cpu_time_qos_utility; in task_update_cpu_time_qos_stats()
6986 rqos_stats[THREAD_QOS_UTILITY] += task->cpu_time_rqos_stats.cpu_time_qos_utility; in task_update_cpu_time_qos_stats()
/xnu-12377.61.12/bsd/kern/
H A Dkern_exec.c3072 qos_clamp = THREAD_QOS_UTILITY; in exec_handle_spawnattr_policy()