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

/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c1947 int to_map; local
1970 to_map = padding ? 3 : 1;
1971 if (*num_mapped < to_map) {
1972 *num_mapped = to_map;
1978 *num_mapped = to_map;
2087 uint_t to_map; local
2137 to_map = 2 + (nsize ? 1 : 0) +
2139 if (*num_mapped < to_map) {
2140 *num_mapped = to_map;
2292 *num_mapped = to_map;
2452 int to_map; local
[all...]

Completed in 50 milliseconds