Searched refs:proc_pool (Results 1 – 4 of 4) sorted by relevance
70 struct pool proc_pool; variable104 pool_init(&proc_pool, sizeof(struct proc), 0, IPL_NONE, in procinit()
150 p = pool_get(&proc_pool, PR_WAITOK); in thread_new()
430 pool_put(&proc_pool, p); in proc_free()
538 extern struct pool proc_pool; /* memory pool for procs */