Searched refs:cc_current (Results 1 – 2 of 2) sorted by relevance
2274 cc->cc_current = __UNCONST(&pcg_dummy); in pool_cache_cpu_init1()2478 if ((pcg = cc->cc_current) != &pcg_dummy) { in pool_cache_invalidate_cpu()2641 KASSERT(cc->cc_current->pcg_avail == 0); in pool_cache_get_slow()2653 if (__predict_true((cur = cc->cc_current) != &pcg_dummy)) { in pool_cache_get_slow()2658 cc->cc_current = pcg; in pool_cache_get_slow()2738 pcg = cc->cc_current; in pool_cache_get_paddr()2762 cc->cc_previous = cc->cc_current; in pool_cache_get_paddr()2763 cc->cc_current = pcg; in pool_cache_get_paddr()2795 KASSERT(cc->cc_current->pcg_avail == cc->cc_current->pcg_size); in pool_cache_put_slow()2824 cur = cc->cc_current; in pool_cache_put_slow()[all …]
245 struct pool_cache_group *cc_current; member