Home | History | Annotate | Download | only in uvm

Lines Matching defs:kmem_arena

87  *   kmem_arena => used for kmem/pool (memoryallocators(9))
92 * The kmem_arena is a "special submap", as it lives in a fixed map entry
127 * kmem_arena:
137 * compensates this by importing larger chunks from kmem_arena.
148 * kmem_arena
166 * Defaults for lower and upper-bounds for the kmem_arena page count.
209 vmem_t *kmem_arena = NULL;
214 * kmeminit_nkmempages: calculate the size of kmem_arena.
347 kmem_arena = vmem_init(&kmem_arena_store, "kmem",
352 * kmem_arena VA allocations happen independently of uvm_map.
353 * grow kernel to accommodate the kmem_arena.
363 vmem_subsystem_init(kmem_arena);
369 0, 0, PAGE_SIZE, vmem_alloc, vmem_free, kmem_arena,
910 if (kmem_arena == NULL)
913 total = vmem_size(kmem_arena, VMEM_ALLOC|VMEM_FREE);
914 free = vmem_size(kmem_arena, VMEM_FREE);