HomeSort by: relevance | last modified time | path
    Searched refs:left_cnt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/raidframe/
rf_cvscan.h 67 int left_cnt; member in struct:RF_CvscanHeader_s
rf_cvscan.c 66 RF_ASSERT(i == hdr->left_cnt);
143 hdr->left_cnt++;
171 if (hdr->left_cnt == 0 && hdr->right_cnt == 0) {
180 hdr->left_cnt = 0;
193 hdr->left_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));
244 hdr->left_cnt = RF_MAX(hdr->left_cnt - 1, 0);
256 if (hdr->left_cnt == 0 && hdr->right_cnt ==
    [all...]

Completed in 15 milliseconds