Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/ !
H A Dpolicy_internal.h238 extern int proc_apply_resource_actions(void * p, int type, int action);
H A Dtask_policy.c2750 proc_apply_resource_actions(bsdinfo, TASK_POLICY_CPU_RESOURCE_USAGE, action); in task_apply_resource_actions()
/xnu-12377.61.12/bsd/kern/ !
H A Dprocess_policy.c713 proc_apply_resource_actions(void * bsdinfo, __unused int type, int action) in proc_apply_resource_actions() function