Searched refs:smr_proc_task_call (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.1.13/osfmk/kern/ |
| H A D | smr.h | 1065 #define smr_proc_task_call(n, sz, cb) smr_call(&smr_proc_task, n, sz, cb) macro
|
| H A D | coalition.c | 1310 smr_proc_task_call(&coal->smr_node, sizeof(*coal), coalition_free); in coalition_retire()
|
| /xnu-10002.1.13/bsd/kern/ |
| H A D | kern_proc.c | 776 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 D | kern_resource.c | 1548 smr_proc_task_call(&plimit->pl_node, sizeof(*plimit), proc_limit_free); in proc_limit_release()
|