Lines Matching defs:limit
53 iounit->limit[0] = IOUNIT_BMAP1_START;
54 iounit->limit[1] = IOUNIT_BMAP2_START;
55 iounit->limit[2] = IOUNIT_BMAPM_START;
56 iounit->limit[3] = IOUNIT_BMAPM_END;
100 unsigned long rotor, scan, limit;
116 limit = iounit->limit[j];
118 nexti: scan = find_next_zero_bit(iounit->bmap, limit, scan);
119 if (scan + npages > limit) {
120 if (limit != rotor) {
121 limit = rotor;
122 scan = iounit->limit[j - 1];
133 iounit->rotor[j - 1] = (scan < limit) ? scan : iounit->limit[j - 1];