Home
last modified time | relevance | path

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

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