OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pc_pcgcache
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
pool.h
263
pcg_t *volatile *
pc_pcgcache
; /* list of empty cache groups */
member in struct:pool_cache
/src/sys/kern/
subr_pool.c
2150
pc->
pc_pcgcache
= &pcg_large_cache;
2154
pc->
pc_pcgcache
= &pcg_normal_cache;
2266
cc->cc_pcgcache = pc->
pc_pcgcache
;
2924
(void)pool_pcg_put(pc->
pc_pcgcache
, cur);
2935
(void)pool_pcg_put(pc->
pc_pcgcache
, prev);
Completed in 18 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026