Lines Matching refs:nr_allocations
423 uint32_t ref_count, int32_t *nr_allocations) in sm_ll_insert() argument
489 *nr_allocations = 1; in sm_ll_insert()
496 *nr_allocations = -1; in sm_ll_insert()
501 *nr_allocations = 0; in sm_ll_insert()
649 int32_t *nr_allocations, dm_block_t *new_b, in sm_ll_inc_bitmap() argument
671 (*nr_allocations)++; in sm_ll_inc_bitmap()
717 int32_t *nr_allocations, dm_block_t *new_b) in __sm_ll_inc() argument
736 r = sm_ll_inc_bitmap(ll, b, bit, bit_end, nr_allocations, new_b, &ic); in __sm_ll_inc()
747 int32_t *nr_allocations) in sm_ll_inc() argument
749 *nr_allocations = 0; in sm_ll_inc()
751 int r = __sm_ll_inc(ll, b, e, nr_allocations, &b); in sm_ll_inc()
843 int32_t *nr_allocations, dm_block_t *new_b) in sm_ll_dec_bitmap() argument
867 (*nr_allocations)--; in sm_ll_dec_bitmap()
900 int32_t *nr_allocations, dm_block_t *new_b) in __sm_ll_dec() argument
919 r = sm_ll_dec_bitmap(ll, b, bit, bit_end, &ic, nr_allocations, new_b); in __sm_ll_dec()
929 int32_t *nr_allocations) in sm_ll_dec() argument
931 *nr_allocations = 0; in sm_ll_dec()
933 int r = __sm_ll_dec(ll, b, e, nr_allocations, &b); in sm_ll_dec()