Searched refs:proc_zone (Results 1 – 4 of 4) sorted by relevance
1056 newproc = uma_zalloc(proc_zone, M_WAITOK); in fork1()1137 uma_zfree(proc_zone, newproc); in fork1()
1068 uma_zfree(proc_zone, p); in proc_reap()
139 uma_zone_t proc_zone; variable201 proc_zone = uma_zcreate("PROC", sched_sizeof_proc(), in procinit()
1100 extern struct uma_zone *proc_zone;