Home
last modified time | relevance | path

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

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