Home
last modified time | relevance | path

Searched refs:THREAD_QOS_UNSPECIFIED (Results 1 – 16 of 16) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Dthread_policy.c84 .qos_pri[THREAD_QOS_UNSPECIFIED] = 0, /* not consulted */
96 .qos_iotier[THREAD_QOS_UNSPECIFIED] = THROTTLE_LEVEL_TIER0,
109 .qos_through_qos[THREAD_QOS_UNSPECIFIED] = QOS_EXTRACT(THROUGHPUT_QOS_TIER_UNSPECIFIED),
117 .qos_latency_qos[THREAD_QOS_UNSPECIFIED] = QOS_EXTRACT(LATENCY_QOS_TIER_UNSPECIFIED),
159 …thread_policy(thread, TASK_POLICY_ATTRIBUTE, TASK_POLICY_QOS) != THREAD_QOS_UNSPECIFIED) ? TRUE : … in thread_has_qos_policy()
172 THREAD_QOS_UNSPECIFIED, 0, pend_token); in thread_remove_qos_policy_locked()
274 req_qos.qos_tier = THREAD_QOS_UNSPECIFIED; in thread_policy_set()
312 if (thread->requested_policy.thrp_qos != THREAD_QOS_UNSPECIFIED) { in thread_policy_set()
325 if (req_qos.qos_tier != THREAD_QOS_UNSPECIFIED) { in thread_policy_set()
610 if (info->qos_tier == THREAD_QOS_UNSPECIFIED && info->tier_importance != 0) { in thread_policy_set_internal()
[all …]
H A Dtask_policy.c831 thread_qos_t role_clamp = THREAD_QOS_UNSPECIFIED; in task_policy_update_internal_locked()
839 next.tep_qos_ceiling = THREAD_QOS_UNSPECIFIED; in task_policy_update_internal_locked()
844 next.tep_qos_ceiling = THREAD_QOS_UNSPECIFIED; in task_policy_update_internal_locked()
849 next.tep_qos_ceiling = THREAD_QOS_UNSPECIFIED; in task_policy_update_internal_locked()
865 next.tep_qos_ceiling = THREAD_QOS_UNSPECIFIED; in task_policy_update_internal_locked()
891 if (role_clamp != THREAD_QOS_UNSPECIFIED) { in task_policy_update_internal_locked()
892 if (requested.trp_qos_clamp != THREAD_QOS_UNSPECIFIED) { in task_policy_update_internal_locked()
1017 if (next.tep_qos_clamp != THREAD_QOS_UNSPECIFIED) { in task_policy_update_internal_locked()
1044 if (next.tep_qos_clamp != THREAD_QOS_UNSPECIFIED) { in task_policy_update_internal_locked()
1066 if (next.tep_qos_clamp != THREAD_QOS_UNSPECIFIED) { in task_policy_update_internal_locked()
[all …]
H A Dpriority.c348 assert(thread->effective_policy.thep_qos == THREAD_QOS_UNSPECIFIED); in sched_set_kernel_thread_priority()
H A Dsfi.c816 case THREAD_QOS_UNSPECIFIED: in sfi_thread_classify()
H A Dthread_call.c1038 case THREAD_QOS_UNSPECIFIED: in thread_call_allocate_with_qos()
H A Dsched_prim.c6240 … = (proc_get_effective_thread_policy(thread, TASK_POLICY_QOS) == THREAD_QOS_UNSPECIFIED); //thread… in thread_get_urgency()
/xnu-12377.61.12/bsd/pthread/
H A Dpriority_private.h277 return _pthread_priority_make_from_thread_qos(THREAD_QOS_UNSPECIFIED, 0, 0); in _pthread_unspecified_priority()
319 return THREAD_QOS_UNSPECIFIED; in _pthread_priority_thread_qos()
329 return THREAD_QOS_UNSPECIFIED; in _pthread_priority_thread_override_qos()
H A Dpthread_workqueue.c368 new_qos = req ? req->tr_qos : THREAD_QOS_UNSPECIFIED; in _wq_thactive_refresh_best_constrained_req_qos()
725 thread_set_workq_pri(th, THREAD_QOS_UNSPECIFIED, mgr_pri, in workq_thread_reset_pri()
733 qos = THREAD_QOS_UNSPECIFIED; in workq_thread_reset_pri()
1490 thread_qos_t highest_qos_with_no_scheduled = THREAD_QOS_UNSPECIFIED; in _wq_cooperative_queue_refresh_best_req_qos()
1491 thread_qos_t highest_qos_req_with_width = THREAD_QOS_UNSPECIFIED; in _wq_cooperative_queue_refresh_best_req_qos()
1493 thread_qos_t highest_qos_req = THREAD_QOS_UNSPECIFIED; in _wq_cooperative_queue_refresh_best_req_qos()
1529 if (wq->wq_cooperative_queue_best_req_qos == THREAD_QOS_UNSPECIFIED) { in _wq_cooperative_queue_refresh_best_req_qos()
1536 if (wq->wq_cooperative_queue_best_req_qos == THREAD_QOS_UNSPECIFIED) { in _wq_cooperative_queue_refresh_best_req_qos()
1973 if (req_qos == THREAD_QOS_UNSPECIFIED) { in workq_sched_callback()
2338 if (data->qos_tier == THREAD_QOS_UNSPECIFIED || data->tier_importance > 0 || in _pthread_priority_to_policy()
[all …]
H A Dpthread_shims.c193 if (requested_qos == THREAD_QOS_UNSPECIFIED) { in proc_usynch_get_requested_thread_qos()
/xnu-12377.61.12/osfmk/mach/
H A Dthread_policy_private.h68 #define THREAD_QOS_UNSPECIFIED 0 macro
69 #define THREAD_QOS_DEFAULT THREAD_QOS_UNSPECIFIED /* Temporary rename */
/xnu-12377.61.12/bsd/kern/
H A Dkern_event.c2070 kq_index_t cur_override = THREAD_QOS_UNSPECIFIED; in filt_wlupdate()
2217 if (cur_override != THREAD_QOS_UNSPECIFIED) { in filt_wlupdate()
2316 if (cur_override != THREAD_QOS_UNSPECIFIED) { in filt_wlupdate()
2441 if (qos_index == THREAD_QOS_UNSPECIFIED) { in filt_wlattach()
2718 thread_qos_t qos_index = THREAD_QOS_UNSPECIFIED; in filt_wltouch()
3403 if (kqworkloop_override(kqwl) != THREAD_QOS_UNSPECIFIED) { in kqworkloop_dealloc()
4566 kq_index_t qos = THREAD_QOS_UNSPECIFIED; in kqworkloop_acknowledge_events()
5866 assert(qos == THREAD_QOS_UNSPECIFIED);
5869 kqr->tr_kq_override_index = THREAD_QOS_UNSPECIFIED;
5927 } else if (old_override == THREAD_QOS_UNSPECIFIED) {
[all …]
H A Dkern_exec.c3034 int qos_clamp = THREAD_QOS_UNSPECIFIED; in exec_handle_spawnattr_policy()
3081 qos_clamp = THREAD_QOS_UNSPECIFIED; in exec_handle_spawnattr_policy()
3092 qos_clamp != THREAD_QOS_UNSPECIFIED || in exec_handle_spawnattr_policy()
/xnu-12377.61.12/osfmk/kperf/
H A Dthread_samplers.c164 thsc->kpthsc_requested_qos_sync_ipc_override = THREAD_QOS_UNSPECIFIED; in kperf_thread_scheduling_sample()
/xnu-12377.61.12/tests/sched/
H A Dedge_migration.c239 for (thread_qos_t qos = THREAD_QOS_UNSPECIFIED; qos < THREAD_QOS_LAST; qos++) {
/xnu-12377.61.12/osfmk/ipc/
H A Dipc_port.c857 port->ip_kernel_qos_override = THREAD_QOS_UNSPECIFIED; in ipc_port_init()
3367 uint8_t qos = THREAD_QOS_UNSPECIFIED; in ipc_port_reset_thread_attr()
/xnu-12377.61.12/tests/
H A Dkevent_qos.c861 default: return THREAD_QOS_UNSPECIFIED; in thread_qos_from_qos_class()