/netbsd-src/sys/sys/ |
H A D | pool.h | 126 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 D | Makefile | 47 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 D | bwfmvar.h | 38 struct pool_cache; 229 struct pool_cache *sc_freetask;
|
/netbsd-src/sys/arch/arm/xscale/ |
H A D | iopaau.c | 95 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 D | hifn7751var.h | 140 struct pool_cache *sc_cmd_cache;
|
/netbsd-src/sys/arch/x86/include/ |
H A D | pmap_private.h | 159 extern struct pool_cache pmap_cache;
|
/netbsd-src/sys/arch/sparc64/include/ |
H A D | cpu.h | 265 extern struct pool_cache *fpstate_cache;
|
/netbsd-src/sys/uvm/ |
H A D | uvm_anon.c | 47 static struct pool_cache uvm_anon_cache;
|
H A D | uvm_amap.c | 58 static struct pool_cache uvm_amap_cache;
|
H A D | uvm_map.c | 150 static struct pool_cache uvm_map_entry_cache;
|
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | emul.c | 343 struct pool_cache *rump_pnbuf_cache;
|
H A D | vm.c | 164 static struct pool_cache pagecache;
|
/netbsd-src/external/cddl/osnet/ |
H A D | TODO | 44 - maybe changing the order of arguments for pool_cache constructors.
|
/netbsd-src/sys/kern/ |
H A D | subr_pool.c | 370 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 D | cpu.c | 95 struct pool_cache *fpstate_cache;
|
H A D | pmap.c | 132 struct pool_cache pmap_cache; 133 struct pool_cache pmap_pv_cache;
|
/netbsd-src/usr.bin/vmstat/ |
H A D | vmstat.c | 1794 struct pool_cache pool_cache, *pc = &pool_cache; in dopoolcache() local
|
/netbsd-src/sys/arch/alpha/alpha/ |
H A D | pmap.c | 268 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 D | pmap.c | 219 static struct pool_cache _pmap_cache; 220 static struct pool_cache _pmap_pv_pool;
|
/netbsd-src/sys/arch/arm/arm32/ |
H A D | pmap.c | 268 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 D | sun8i_crypto.c | 110 struct pool_cache *sc_taskpool;
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | pmap.c | 398 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 D | pmap.c | 452 static struct pool_cache pmap_cache;
|