Lines Matching refs:bit_end
356 uint32_t bit_end; in sm_ll_find_free_block() local
370 bit_end = (i == index_end - 1) ? end : ll->entries_per_block; in sm_ll_find_free_block()
374 bit_end, &position); in sm_ll_find_free_block()
648 uint32_t bit, uint32_t bit_end, in sm_ll_inc_bitmap() argument
656 for (; bit != bit_end; bit++, b++) { in sm_ll_inc_bitmap()
721 uint32_t bit, bit_end; in __sm_ll_inc() local
735 bit_end = min(bit + (e - b), (dm_block_t) ll->entries_per_block); in __sm_ll_inc()
736 r = sm_ll_inc_bitmap(ll, b, bit, bit_end, nr_allocations, new_b, &ic); in __sm_ll_inc()
841 uint32_t bit, uint32_t bit_end, in sm_ll_dec_bitmap() argument
848 for (; bit != bit_end; bit++, b++) { in sm_ll_dec_bitmap()
903 uint32_t bit, bit_end; in __sm_ll_dec() local
918 bit_end = min(bit + (e - b), (dm_block_t) ll->entries_per_block); in __sm_ll_dec()
919 r = sm_ll_dec_bitmap(ll, b, bit, bit_end, &ic, nr_allocations, new_b); in __sm_ll_dec()