Home
last modified time | relevance | path

Searched refs:smr_proc_task_call (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.81.4/osfmk/kern/
H A Dsmr.h1071 #define smr_proc_task_call(n, sz, cb) smr_call(&smr_proc_task, n, sz, cb) macro
H A Dcoalition.c1425 smr_proc_task_call(&coal->smr_node, sizeof(*coal), coalition_free); in coalition_retire()
/xnu-11215.81.4/bsd/kern/
H A Dkern_proc.c790 smr_proc_task_call(&p->p_smr_node, proc_and_task_size, in proc_wait_release()
2685 smr_proc_task_call(&pgrp->pg_smr_node, sizeof(*pgrp), pgrp_free); in pgrp_destroy()
H A Dkern_resource.c1681 smr_proc_task_call(&plimit->pl_node, sizeof(*plimit), proc_limit_free); in proc_limit_release()