Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dsmr.h1065 #define smr_proc_task_call(n, sz, cb) smr_call(&smr_proc_task, n, sz, cb) macro
H A Dcoalition.c1310 smr_proc_task_call(&coal->smr_node, sizeof(*coal), coalition_free); in coalition_retire()
/xnu-10002.1.13/bsd/kern/
H A Dkern_proc.c776 smr_proc_task_call(&p->p_smr_node, proc_and_task_size, in proc_wait_release()
2610 smr_proc_task_call(&pgrp->pg_smr_node, sizeof(*pgrp), pgrp_free); in pgrp_destroy()
H A Dkern_resource.c1548 smr_proc_task_call(&plimit->pl_node, sizeof(*plimit), proc_limit_free); in proc_limit_release()