Home
last modified time | relevance | path

Searched refs:pool_cache_cpu_t (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/sys/
H A Dpool.h254 } pool_cache_cpu_t; typedef
285 pool_cache_cpu_t pc_cpu0 __aligned(CACHE_LINE_SIZE);
/netbsd-src/sys/kern/
H A Dsubr_pool.c376 static bool pool_cache_put_slow(pool_cache_t, pool_cache_cpu_t *, int,
378 static bool pool_cache_get_slow(pool_cache_t, pool_cache_cpu_t *, int,
735 pool_init(&cache_cpu_pool, sizeof(pool_cache_cpu_t), coherency_unit, in pool_subsystem_init()
1877 pool_cache_cpu_t *cc; in pool_print1()
2251 pool_cache_cpu_t *cc; in pool_cache_cpu_init1()
2448 ((pool_cache_cpu_t *)pc->pc_cpus[curcpu()->ci_index])->cc_nfull -= n; in pool_cache_invalidate()
2454 ((pool_cache_cpu_t *)pc->pc_cpus[curcpu()->ci_index])->cc_npart -= n;
2472 pool_cache_cpu_t *cc; in pool_cache_invalidate_cpu()
2635 pool_cache_get_slow(pool_cache_t pc, pool_cache_cpu_t *cc, int s, in pool_cache_get_slow()
2706 pool_cache_cpu_t *c in pool_cache_get_paddr()
[all...]
/netbsd-src/usr.bin/vmstat/
H A Dvmstat.c1795 pool_cache_cpu_t cache_cpu, *cc = &cache_cpu; in dopoolcache()