Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dpolicy_internal.h240 extern int proc_apply_resource_actions(void * p, int type, int action);
H A Dtask_policy.c2669 proc_apply_resource_actions(bsdinfo, TASK_POLICY_CPU_RESOURCE_USAGE, action); in task_apply_resource_actions()
/xnu-10063.141.1/bsd/kern/
H A Dprocess_policy.c706 proc_apply_resource_actions(void * bsdinfo, __unused int type, int action) in proc_apply_resource_actions() function