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