Lines Matching refs:bit_end
350 uint32_t bit_end; in sm_ll_find_free_block() local
364 bit_end = (i == index_end - 1) ? end : ll->entries_per_block; in sm_ll_find_free_block()
368 bit_end, &position); in sm_ll_find_free_block()
641 uint32_t bit, uint32_t bit_end, in sm_ll_inc_bitmap() argument
649 for (; bit != bit_end; bit++, b++) { in sm_ll_inc_bitmap()
714 uint32_t bit, bit_end; in __sm_ll_inc() local
728 bit_end = min(bit + (e - b), (dm_block_t) ll->entries_per_block); in __sm_ll_inc()
729 r = sm_ll_inc_bitmap(ll, b, bit, bit_end, nr_allocations, new_b, &ic); in __sm_ll_inc()
834 uint32_t bit, uint32_t bit_end, in sm_ll_dec_bitmap() argument
841 for (; bit != bit_end; bit++, b++) { in sm_ll_dec_bitmap()
896 uint32_t bit, bit_end; in __sm_ll_dec() local
911 bit_end = min(bit + (e - b), (dm_block_t) ll->entries_per_block); in __sm_ll_dec()
912 r = sm_ll_dec_bitmap(ll, b, bit, bit_end, &ic, nr_allocations, new_b); in __sm_ll_dec()