Home
last modified time | relevance | path

Searched refs:pool_cache (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/sys/sys/
H A Dpool.h126 struct pool_cache *pr_cache; /* Cache for this pool */
256 struct pool_cache { struct
261 TAILQ_ENTRY(pool_cache) argument
290 typedef struct pool_cache *pool_cache_t; argument
/netbsd-src/share/man/man9/
H A DMakefile47 pool_cache.9 portfeatures.9 powerhook_establish.9 ppsratecheck.9 \
789 MLINKS+=pool_cache.9 pool_cache_init.9 \
790 pool_cache.9 pool_cache_destroy.9 \
791 pool_cache.9 pool_cache_get_paddr.9 \
792 pool_cache.9 pool_cache_get.9 \
793 pool_cache.9 pool_cache_put_paddr.9 \
794 pool_cache.9 pool_cache_put.9 \
795 pool_cache.9 pool_cache_destruct_object.9 \
796 pool_cache.9 pool_cache_invalidate.9 \
797 pool_cache
[all...]
/netbsd-src/sys/dev/ic/
H A Dbwfmvar.h38 struct pool_cache;
229 struct pool_cache *sc_freetask;
/netbsd-src/sys/arch/arm/xscale/
H A Diopaau.c95 iopaau_desc_free(struct pool_cache *dc, void *firstdesc) in iopaau_desc_free()
235 struct pool_cache *dc = af->af_desc_cache; in iopaau_func_fill_immed_setup()
416 struct pool_cache *dc = af->af_desc_cache; in iopaau_func_xor_setup()
/netbsd-src/sys/dev/pci/
H A Dhifn7751var.h140 struct pool_cache *sc_cmd_cache;
/netbsd-src/sys/arch/x86/include/
H A Dpmap_private.h159 extern struct pool_cache pmap_cache;
/netbsd-src/sys/arch/sparc64/include/
H A Dcpu.h265 extern struct pool_cache *fpstate_cache;
/netbsd-src/sys/uvm/
H A Duvm_anon.c47 static struct pool_cache uvm_anon_cache;
H A Duvm_amap.c58 static struct pool_cache uvm_amap_cache;
H A Duvm_map.c150 static struct pool_cache uvm_map_entry_cache;
/netbsd-src/sys/rump/librump/rumpkern/
H A Demul.c343 struct pool_cache *rump_pnbuf_cache;
H A Dvm.c164 static struct pool_cache pagecache;
/netbsd-src/external/cddl/osnet/
H A DTODO44 - maybe changing the order of arguments for pool_cache constructors.
/netbsd-src/sys/kern/
H A Dsubr_pool.c370 TAILQ_HEAD(,pool_cache) pool_cache_head =
732 pool_init(&cache_pool, sizeof(struct pool_cache), coherency_unit, in pool_subsystem_init()
1663 struct pool_cache *pc; in pool_reclaim()
2246 * Called for each pool_cache whenever a new CPU is attached. in pool_cache_cpu_init1()
3349 struct pool_cache *pc; in pool_whatis()
3433 struct pool_cache *pc; in pool_sysctl()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dcpu.c95 struct pool_cache *fpstate_cache;
H A Dpmap.c132 struct pool_cache pmap_cache;
133 struct pool_cache pmap_pv_cache;
/netbsd-src/usr.bin/vmstat/
H A Dvmstat.c1794 struct pool_cache pool_cache, *pc = &pool_cache; in dopoolcache() local
/netbsd-src/sys/arch/alpha/alpha/
H A Dpmap.c268 static struct pool_cache pmap_pmap_cache __read_mostly;
269 static struct pool_cache pmap_l1pt_cache __read_mostly;
270 static struct pool_cache pmap_pv_cache __read_mostly;
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dpmap.c219 static struct pool_cache _pmap_cache;
220 static struct pool_cache _pmap_pv_pool;
/netbsd-src/sys/arch/arm/arm32/
H A Dpmap.c268 static struct pool_cache pmap_cache;
285 static struct pool_cache pmap_l2dtable_cache;
293 static struct pool_cache pmap_l2ptp_cache;
754 static struct pool_cache pmap_l1tt_cache;
/netbsd-src/sys/arch/arm/sunxi/
H A Dsun8i_crypto.c110 struct pool_cache *sc_taskpool;
/netbsd-src/sys/arch/x86/x86/
H A Dpmap.c398 struct pool_cache pmap_cache;
405 static struct pool_cache pmap_pvp_cache;
1929 * pool_cache(9) should not touch cached objects, since they
2049 * pmap_pvp_dtor: pool_cache constructor for PV pages.
2073 * pmap_pvp_dtor: pool_cache destructor for PV pages.
/netbsd-src/sys/arch/sparc/sparc/
H A Dpmap.c452 static struct pool_cache pmap_cache;