Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Dthread_policy.c166 __unused int prev_qos = thread->requested_policy.thrp_qos; in thread_remove_qos_policy_locked()
311 if (thread->requested_policy.thrp_qos != THREAD_QOS_UNSPECIFIED) { in thread_policy_set()
313 req_qos.qos_tier = thread->requested_policy.thrp_qos; in thread_policy_set()
933 if (thread->requested_policy.thrp_qos != THREAD_QOS_UNSPECIFIED) { in thread_set_mode_and_absolute_pri()
1012 switch (thread->requested_policy.thrp_qos) { in thread_update_qos_cpu_time_locked()
1021 panic("unknown requested QoS: %d", thread->requested_policy.thrp_qos); in thread_update_qos_cpu_time_locked()
1492 info->thrq_base_qos = req_policy->thrp_qos; in thread_policy_get()
1646 uint32_t next_qos = requested.thrp_qos; in thread_policy_update_internal_spinlocked()
1648 if (requested.thrp_qos != THREAD_QOS_UNSPECIFIED) { in thread_policy_update_internal_spinlocked()
1700 if ((requested.thrp_qos != THREAD_QOS_UNSPECIFIED) && in thread_policy_update_internal_spinlocked()
[all …]
H A Dtelemetry.c1143 thsnap->ts_rqos = thread->requested_policy.thrp_qos; in _write_thread_snapshot()
H A Dkern_stackshot.c4294 cur_thread_snap->ths_rqos = thread->requested_policy.thrp_qos; in kcdata_record_thread_snapshot()
4549 cur_thread_snap->tds_rqos = thread->requested_policy.thrp_qos; in kcdata_record_thread_delta_snapshot()
/xnu-11417.101.15/osfmk/mach/
H A Dthread_policy_private.h242 thrp_qos :3, /* thread qos class */ member
/xnu-11417.101.15/osfmk/kperf/
H A Dthread_samplers.c157 thsc->kpthsc_requested_qos = thread->requested_policy.thrp_qos; in kperf_thread_scheduling_sample()