HomeSort by: relevance | last modified time | path
    Searched refs:pool_cache_bootstrap (Results 1 - 12 of 12) sorted by relevancy

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

Completed in 39 milliseconds