Home
last modified time | relevance | path

Searched refs:zalloc_id (Results 1 – 9 of 9) sorted by relevance

/xnu-8020.121.3/osfmk/kern/
H A Dzalloc.h544 extern void *__unsafe_indexable zalloc_id(
1526 #define zalloc_id(zid, flags) __zalloc_cast(zid, (zalloc_id)(zid, flags)) macro
H A Dsync_sema.c109 s = zalloc_id(ZONE_ID_SEMAPHORE, Z_ZERO | Z_WAITOK | Z_NOFAIL); in semaphore_create()
H A Dwaitq.c2037 selset = zalloc_id(ZONE_ID_SELECT_SET, Z_ZERO | Z_WAITOK | Z_NOFAIL); in select_set_alloc()
H A Dturnstile.c827 turnstile = zalloc_id(ZONE_ID_TURNSTILE, Z_WAITOK | Z_ZERO | Z_NOFAIL); in turnstile_alloc()
H A Dtask.c1321 new_task = zalloc_id(ZONE_ID_TASK, Z_WAITOK | Z_NOFAIL); in task_create_internal()
H A Dzalloc.c6777 (zalloc_id)(zone_id_t zid, zalloc_flags_t flags)
/xnu-8020.121.3/bsd/kern/
H A Dkern_fork.c973 child_proc = zalloc_id(ZONE_ID_PROC, Z_WAITOK | Z_ZERO); in forkproc()
H A Dkern_descrip.c1010 fp = zalloc_id(ZONE_ID_FILEPROC, Z_WAITOK | Z_ZERO | Z_NOFAIL); in fileproc_alloc_init()
/xnu-8020.121.3/osfmk/ipc/
H A Dipc_voucher.c228 iv = zalloc_id(ZONE_ID_IPC_VOUCHERS, Z_WAITOK | Z_ZERO | Z_NOFAIL); in iv_alloc()