Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/vm/
H A Dvm_usage.c1199 pgcnt_t p_bound_size; in vmu_calculate_seg() local
1234 p_bound_size = p_index_next - p_index - 1; in vmu_calculate_seg()
1239 cur->vmb_end = s_index + p_bound_size; in vmu_calculate_seg()
1249 p_index = p_index + p_bound_size + 1; in vmu_calculate_seg()
1250 s_index = s_index + p_bound_size + 1; in vmu_calculate_seg()