Lines Matching refs:nr_allocations
198 int32_t nr_allocations; in commit_bop() local
202 r = sm_ll_inc(&smm->ll, op->b, op->e, &nr_allocations); in commit_bop()
206 r = sm_ll_dec(&smm->ll, op->b, op->e, &nr_allocations); in commit_bop()
398 int32_t nr_allocations; in sm_metadata_set_count() local
407 r = sm_ll_insert(&smm->ll, b, count, &nr_allocations); in sm_metadata_set_count()
416 int32_t nr_allocations; in sm_metadata_inc_blocks() local
425 r = sm_ll_inc(&smm->ll, b, e, &nr_allocations); in sm_metadata_inc_blocks()
435 int32_t nr_allocations; in sm_metadata_dec_blocks() local
442 r = sm_ll_dec(&smm->ll, b, e, &nr_allocations); in sm_metadata_dec_blocks()
452 int32_t nr_allocations; in sm_metadata_new_block_() local
476 r = sm_ll_inc(&smm->ll, *b, *b + 1, &nr_allocations); in sm_metadata_new_block_()