Searched refs:usable_count (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp3402 const unsigned int usable_count = VM_Version::page_size_count(); local
3403 if (usable_count == 1) {
3437 // select up to usable_count elements. First sort the array, find the first
3449 const int end = MIN2((int)usable_count, n) - 1;

Completed in 60 milliseconds