Home
last modified time | relevance | path

Searched refs:proc_pool (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/kern/
H A Dkern_proc.c70 struct pool proc_pool; variable
104 pool_init(&proc_pool, sizeof(struct proc), 0, IPL_NONE, in procinit()
H A Dkern_fork.c150 p = pool_get(&proc_pool, PR_WAITOK); in thread_new()
H A Dkern_exit.c430 pool_put(&proc_pool, p); in proc_free()
/openbsd/sys/sys/
H A Dproc.h538 extern struct pool proc_pool; /* memory pool for procs */