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

/illumos-gate/usr/src/uts/sun4/os/
H A Dmemlist.c90 u_longlong_t spec_hole_start = 0x80000000000ull; variable
124 * represented by [spec_hole_start, spec_hole_end);
137 * (5) kernel virtual range [spec_hole_start, spec_hole_end)
143 * Check if range [spec_hole_start, spec_hole_end) is
147 if (end >= spec_hole_end && start <= spec_hole_start)
154 allocpages -= btop(spec_hole_end - spec_hole_start);

Completed in 46 milliseconds