Home
last modified time | relevance | path

Searched refs:task_pend_token (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dthread_policy.c177 struct task_pend_token pend_token = {}; in thread_remove_qos_policy()
347 struct task_pend_token pend_token = {}; in thread_policy_set_internal()
806 struct task_pend_token pend_token = {}; in thread_reset_workq_qos()
837 struct task_pend_token pend_token = {}; in thread_set_workq_override()
868 struct task_pend_token pend_token = {}; in thread_set_workq_pri()
916 struct task_pend_token pend_token = {}; in thread_set_mode_and_absolute_pri()
1585 struct task_pend_token pend_token = {}; in thread_policy_create()
1950 struct task_pend_token pend_token = {}; in proc_set_thread_policy_ext()
2717 struct task_pend_token pend_token = {}; in proc_thread_qos_add_override_internal()
2843 struct task_pend_token pend_token = {}; in proc_thread_qos_remove_override_internal()
[all …]
H A Dtask_policy.c496 struct task_pend_token pend_token = {}; in task_policy_set()
563 struct task_pend_token pend_token = {}; in task_importance()
1277 struct task_pend_token thread_pend_token = {}; in task_policy_update_internal_locked()
1391 assert(task_pend_token->tpt_value == 0); in coalition_policy_update_task()
1395 task_policy_update_locked(task, task_pend_token); in coalition_policy_update_task()
1399 if (task_pend_token->tpt_update_timers) { in coalition_policy_update_task()
1405 task_pend_token->tpt_update_timers = 0; in coalition_policy_update_task()
1408 if (task_pend_token->tpt_value != 0) { in coalition_policy_update_task()
1501 struct task_pend_token pend_token = {}; in proc_set_task_policy()
1536 struct task_pend_token pend_token = {}; in proc_set_task_policy2()
[all …]
H A Dtask.h157 struct task_pend_token { struct
178 typedef struct task_pend_token task_pend_token_s; argument
179 typedef struct task_pend_token *task_pend_token_t;
490 struct task_pend_token pended_coalition_changes;
/xnu-11215/osfmk/ipc/
H A Dipc_importance.c857 struct task_pend_token pend_token = {}; in ipc_importance_task_process_updates()