Home
last modified time | relevance | path

Searched defs:pool_cache (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/sys/
H A Dpool.h256 struct pool_cache { struct
261 TAILQ_ENTRY(pool_cache) argument
285 pool_cache_cpu_t pc_cpu0 __aligned(CACHE_LINE_SIZE); argument
290 typedef struct pool_cache *pool_cache_t; argument
/netbsd-src/usr.bin/vmstat/
H A Dvmstat.c1794 struct pool_cache pool_cache, *pc = &pool_cache; in dopoolcache() local