Lines Matching refs:remain
81 * users set the same bit, one user will return remain bits, otherwise
117 * users clear the same bit, one user will return remain bits,
283 unsigned long nbits, start_bit, end_bit, remain;
308 remain = bitmap_set_ll(chunk->bits, start_bit, nbits);
309 if (remain) {
310 remain = bitmap_clear_ll(chunk->bits, start_bit,
311 nbits - remain);
312 BUG_ON(remain);
492 unsigned long start_bit, nbits, remain;
507 remain = bitmap_clear_ll(chunk->bits, start_bit, nbits);
508 BUG_ON(remain);