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