/src/sys/kern/ |
kern_proc.c | 265 static pool_cache_t proc_cache; variable in typeref:typename:pool_cache_t 426 proc_cache = pool_cache_init(sizeof(struct proc), proc_alignment, 0, 0, 1060 p = pool_cache_get(proc_cache, PR_WAITOK); 1277 pool_cache_put(proc_cache, p);
|
kern_proc.c | 265 static pool_cache_t proc_cache; variable in typeref:typename:pool_cache_t 426 proc_cache = pool_cache_init(sizeof(struct proc), proc_alignment, 0, 0, 1060 p = pool_cache_get(proc_cache, PR_WAITOK); 1277 pool_cache_put(proc_cache, p);
|
kern_proc.c | 265 static pool_cache_t proc_cache; variable in typeref:typename:pool_cache_t 426 proc_cache = pool_cache_init(sizeof(struct proc), proc_alignment, 0, 0, 1060 p = pool_cache_get(proc_cache, PR_WAITOK); 1277 pool_cache_put(proc_cache, p);
|