Home
last modified time | relevance | path

Searched refs:p_bound_size (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c1201 pgcnt_t p_bound_size; in vmu_calculate_seg() local
1236 p_bound_size = p_index_next - p_index - 1; in vmu_calculate_seg()
1241 cur->vmb_end = s_index + p_bound_size; in vmu_calculate_seg()
1251 p_index = p_index + p_bound_size + 1; in vmu_calculate_seg()
1252 s_index = s_index + p_bound_size + 1; in vmu_calculate_seg()