Searched refs:proc_zone (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/kern/
H A Dkern_fork.c846 newproc = uma_zalloc(proc_zone, M_WAITOK);
970 uma_zfree(proc_zone, newproc);
H A Dkern_exit.c957 uma_zfree(proc_zone, p);
H A Dkern_proc.c140 uma_zone_t proc_zone; variable
169 proc_zone = uma_zcreate("PROC", sched_sizeof_proc(),
/freebsd-10.2-release/sys/sys/
H A Dproc.h852 extern struct uma_zone *proc_zone;

Completed in 153 milliseconds