Searched refs:proc_zone (Results 1 – 4 of 4) sorted by relevance
857 newproc = uma_zalloc(proc_zone, M_WAITOK); in fork1()963 uma_zfree(proc_zone, newproc); in fork1()
976 uma_zfree(proc_zone, p); in proc_reap()
138 uma_zone_t proc_zone; variable182 proc_zone = uma_zcreate("PROC", sched_sizeof_proc(), in procinit()
919 extern struct uma_zone *proc_zone;