Searched defs:static_arena (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kmem.c89 * static_arena is the static memory arena. Allocations from it
92 * PA translations are static). Caches may import from static_arena;
119 vmem_t *static_arena; /* arena for caches to import static memory */ variable
203 * Allocations from static_arena arena (or any other arena that uses
331 * walk across page boundaries, the static_arena quantum must
333 * should source from static_arena, while direct allocations
336 static_arena = vmem_create("static", NULL, 0, PAGESIZE,
339 sizeof (uint64_t), vmem_alloc, vmem_free, static_arena,

Completed in 47 milliseconds