OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:proc_cache
(Results
1 - 1
of
1
) sorted by relevancy
/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);
Completed in 12 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025