OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cc_current
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
subr_pool.c
2274
cc->
cc_current
= __UNCONST(&pcg_dummy);
2478
if ((pcg = cc->
cc_current
) != &pcg_dummy) {
2641
KASSERT(cc->
cc_current
->pcg_avail == 0);
2648
* cache. Install the full group as
cc_current
and return.
2653
if (__predict_true((cur = cc->
cc_current
) != &pcg_dummy)) {
2658
cc->
cc_current
= pcg;
2738
pcg = cc->
cc_current
;
2762
cc->cc_previous = cc->
cc_current
;
2763
cc->
cc_current
= pcg;
2795
KASSERT(cc->
cc_current
->pcg_avail == cc->cc_current->pcg_size)
[
all
...]
/src/sys/sys/
pool.h
245
struct pool_cache_group *
cc_current
;
member in struct:pool_cache_cpu
Completed in 132 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025