Home
last modified time | relevance | path

Searched refs:task_update_boost_locked (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/osfmk/kern/
H A Dpolicy_internal.h299 extern void task_update_boost_locked(task_t task, boolean_t boost_active, task_pend_token_t pend_to…
H A Dtask_policy.c3470 task_update_boost_locked(task_t task, boolean_t boost_active, task_pend_token_t pend_token) in task_update_boost_locked() function
/xnu-11215.81.4/osfmk/ipc/
H A Dipc_importance.c952 task_update_boost_locked(target_task, boost, &pend_token); in ipc_importance_task_process_updates()