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
264
pcg_t *volatile *
pc_pcgcache
; /* list of empty cache groups */
member in struct:pool_cache
/src/sys/kern/
subr_pool.c
2163
pc->
pc_pcgcache
= &pcg_large_cache;
2167
pc->
pc_pcgcache
= &pcg_normal_cache;
2279
cc->cc_pcgcache = pc->
pc_pcgcache
;
2937
(void)pool_pcg_put(pc->
pc_pcgcache
, cur);
2948
(void)pool_pcg_put(pc->
pc_pcgcache
, prev);
Completed in 15 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026