Searched refs:proc_zone (Results 1 – 4 of 4) sorted by relevance
937 newproc = uma_zalloc(proc_zone, M_WAITOK); in fork1()1022 uma_zfree(proc_zone, newproc); in fork1()
979 uma_zfree(proc_zone, p); in proc_reap()
133 uma_zone_t proc_zone; variable195 proc_zone = uma_zcreate("PROC", sched_sizeof_proc(), in procinit()
1025 extern struct uma_zone *proc_zone;