Symbol: pool_cache_bootstrap
sys/arch/aarch64/aarch64/pmap.c
487
pool_cache_bootstrap(&_pmap_cache, sizeof(struct pmap),
sys/arch/aarch64/aarch64/pmap.c
491
pool_cache_bootstrap(&_pmap_pv_pool, sizeof(struct pv_entry),
sys/arch/alpha/alpha/pmap.c
1390
pool_cache_bootstrap(&pmap_pmap_cache, PMAP_SIZEOF(pmap_ncpuids),
sys/arch/alpha/alpha/pmap.c
1392
pool_cache_bootstrap(&pmap_l1pt_cache, PAGE_SIZE, 0, 0, 0, "pmapl1pt",
sys/arch/alpha/alpha/pmap.c
1394
pool_cache_bootstrap(&pmap_pv_cache, sizeof(struct pv_entry), 0, 0,
sys/arch/arm/arm32/pmap.c
6547
pool_cache_bootstrap(&pmap_cache, sizeof(struct pmap), 0, 0, 0,
sys/arch/arm/arm32/pmap.c
6559
pool_cache_bootstrap(&pmap_l2dtable_cache, sizeof(struct l2_dtable), 0,
sys/arch/arm/arm32/pmap.c
6565
pool_cache_bootstrap(&pmap_l2ptp_cache, L2_TABLE_SIZE_REAL,
sys/arch/arm/arm32/pmap.c
6674
pool_cache_bootstrap(&pmap_l1tt_cache, L1TT_SIZE, L1TT_SIZE,
sys/arch/sparc/sparc/pmap.c
4156
pool_cache_bootstrap(&pmap_cache, sz, 0, 0, 0, "pmappl", NULL,
sys/arch/sparc64/sparc64/pmap.c
1375
pool_cache_bootstrap(&pmap_cache, sizeof(struct pmap),
sys/arch/sparc64/sparc64/pmap.c
1378
pool_cache_bootstrap(&pmap_pv_cache, sizeof(struct pv_entry), 0, 0,
sys/arch/x86/x86/pmap.c
1924
pool_cache_bootstrap(&pmap_cache, sizeof(struct pmap), COHERENCY_UNIT,
sys/arch/x86/x86/pmap.c
1944
pool_cache_bootstrap(&pmap_pvp_cache, PAGE_SIZE, PAGE_SIZE,
sys/kern/subr_pool.c
2109
pool_cache_bootstrap(pc, size, align, align_offset, flags, wchan,
sys/rump/librump/rumpkern/vm.c
407
pool_cache_bootstrap(&pagecache, sizeof(struct vm_page), 0, 0, 0,
sys/sys/pool.h
342
void pool_cache_bootstrap(pool_cache_t, size_t, u_int, u_int, u_int,
sys/uvm/uvm_amap.c
308
pool_cache_bootstrap(&uvm_amap_cache, sizeof(struct vm_amap),
sys/uvm/uvm_anon.c
55
pool_cache_bootstrap(&uvm_anon_cache, sizeof(struct vm_anon), 0, 0,
sys/uvm/uvm_map.c
937
pool_cache_bootstrap(&uvm_map_entry_cache, sizeof(struct vm_map_entry),