Home | History | Annotate | Download | only in raidframe

Lines Matching refs:right_cnt

75 	RF_ASSERT(i == hdr->right_cnt);
142 hdr->right_cnt--;
171 if (hdr->left_cnt == 0 && hdr->right_cnt == 0) {
181 hdr->right_cnt = 0;
197 hdr->right_cnt++;
224 if (hdr->left_cnt == 0 && hdr->right_cnt == 0)
227 range = RF_MIN(hdr->range_for_avg, RF_MIN(hdr->left_cnt, hdr->right_cnt));
241 if (hdr->right_cnt == 0 || sum_dist_left < sum_dist_right) {
250 hdr->right_cnt = RF_MAX(hdr->right_cnt - 1, 0);
256 if (hdr->left_cnt == 0 && hdr->right_cnt == 0
296 hdr->left_cnt = hdr->right_cnt = 0;
325 printf("\tRight(%d): ", hdr->right_cnt);