Lines Matching refs:nr_allocations
422 uint32_t ref_count, int32_t *nr_allocations) in sm_ll_insert() argument
488 *nr_allocations = 1; in sm_ll_insert()
495 *nr_allocations = -1; in sm_ll_insert()
500 *nr_allocations = 0; in sm_ll_insert()
647 int32_t *nr_allocations, dm_block_t *new_b, in sm_ll_inc_bitmap() argument
669 (*nr_allocations)++; in sm_ll_inc_bitmap()
715 int32_t *nr_allocations, dm_block_t *new_b) in __sm_ll_inc() argument
734 r = sm_ll_inc_bitmap(ll, b, bit, bit_end, nr_allocations, new_b, &ic); in __sm_ll_inc()
745 int32_t *nr_allocations) in sm_ll_inc() argument
747 *nr_allocations = 0; in sm_ll_inc()
749 int r = __sm_ll_inc(ll, b, e, nr_allocations, &b); in sm_ll_inc()
841 int32_t *nr_allocations, dm_block_t *new_b) in sm_ll_dec_bitmap() argument
865 (*nr_allocations)--; in sm_ll_dec_bitmap()
898 int32_t *nr_allocations, dm_block_t *new_b) in __sm_ll_dec() argument
917 r = sm_ll_dec_bitmap(ll, b, bit, bit_end, &ic, nr_allocations, new_b); in __sm_ll_dec()
927 int32_t *nr_allocations) in sm_ll_dec() argument
929 *nr_allocations = 0; in sm_ll_dec()
931 int r = __sm_ll_dec(ll, b, e, nr_allocations, &b); in sm_ll_dec()