Home
last modified time | relevance | path

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

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