Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dthread_policy.c167 __unused int prev_qos = thread->requested_policy.thrp_qos; in thread_remove_qos_policy_locked()
312 if (thread->requested_policy.thrp_qos != THREAD_QOS_UNSPECIFIED) { in thread_policy_set()
314 req_qos.qos_tier = thread->requested_policy.thrp_qos; in thread_policy_set()
934 if (thread->requested_policy.thrp_qos != THREAD_QOS_UNSPECIFIED) { in thread_set_mode_and_absolute_pri()
1013 switch (thread->requested_policy.thrp_qos) { in thread_update_qos_cpu_time_locked()
1022 panic("unknown requested QoS: %d", thread->requested_policy.thrp_qos); in thread_update_qos_cpu_time_locked()
1493 info->thrq_base_qos = req_policy->thrp_qos; in thread_policy_get()
1647 uint32_t next_qos = requested.thrp_qos; in thread_policy_update_internal_spinlocked()
1649 if (requested.thrp_qos != THREAD_QOS_UNSPECIFIED) { in thread_policy_update_internal_spinlocked()
1701 if ((requested.thrp_qos != THREAD_QOS_UNSPECIFIED) && in thread_policy_update_internal_spinlocked()
[all …]
H A Dtelemetry.c1127 thsnap->ts_rqos = thread->requested_policy.thrp_qos; in _write_thread_snapshot()
H A Dkern_stackshot.c4494 cur_thread_snap->ths_rqos = thread->requested_policy.thrp_qos; in kcdata_record_thread_snapshot()
4749 cur_thread_snap->tds_rqos = thread->requested_policy.thrp_qos; in kcdata_record_thread_delta_snapshot()
/xnu-12377.61.12/osfmk/mach/
H A Dthread_policy_private.h242 thrp_qos :3, /* thread qos class */ member
/xnu-12377.61.12/osfmk/kperf/
H A Dthread_samplers.c157 thsc->kpthsc_requested_qos = thread->requested_policy.thrp_qos; in kperf_thread_scheduling_sample()