Searched refs:proc_zone (Results 1 – 4 of 4) sorted by relevance
961 newproc = uma_zalloc(proc_zone, M_WAITOK); in fork1()1046 uma_zfree(proc_zone, newproc); in fork1()
1015 uma_zfree(proc_zone, p); in proc_reap()
138 uma_zone_t proc_zone; variable199 proc_zone = uma_zcreate("PROC", sched_sizeof_proc(), in procinit()
1041 extern struct uma_zone *proc_zone;