Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsmr.h1072 #define smr_proc_task_call(n, sz, cb) smr_call(&smr_proc_task, n, sz, cb) macro
H A Dcoalition.c1439 smr_proc_task_call(&coal->smr_node, sizeof(*coal), coalition_free); in coalition_retire()
/xnu-12377.1.9/bsd/kern/
H A Dkern_proc.c1006 smr_proc_task_call(&p->p_smr_node, proc_and_task_size, in proc_wait_release()
2966 smr_proc_task_call(&pgrp->pg_smr_node, sizeof(*pgrp), pgrp_free); in pgrp_destroy()
H A Dkern_resource.c1902 smr_proc_task_call(&plimit->pl_node, sizeof(*plimit), proc_limit_free); in proc_limit_release()