Lines Matching refs:nr_allocations
195 int32_t nr_allocations; in commit_bop() local
199 r = sm_ll_inc(&smm->ll, op->b, op->e, &nr_allocations); in commit_bop()
203 r = sm_ll_dec(&smm->ll, op->b, op->e, &nr_allocations); in commit_bop()
395 int32_t nr_allocations; in sm_metadata_set_count() local
404 r = sm_ll_insert(&smm->ll, b, count, &nr_allocations); in sm_metadata_set_count()
413 int32_t nr_allocations; in sm_metadata_inc_blocks() local
422 r = sm_ll_inc(&smm->ll, b, e, &nr_allocations); in sm_metadata_inc_blocks()
432 int32_t nr_allocations; in sm_metadata_dec_blocks() local
439 r = sm_ll_dec(&smm->ll, b, e, &nr_allocations); in sm_metadata_dec_blocks()
449 int32_t nr_allocations; in sm_metadata_new_block_() local
473 r = sm_ll_inc(&smm->ll, *b, *b + 1, &nr_allocations); in sm_metadata_new_block_()