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