Home
last modified time | relevance | path

Searched refs:allocs (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3903 range_tree_t *allocs = range_tree_create(NULL, RANGE_SEG64, NULL, 0, 0); in zdb_claim_removing() local
3910 ASSERT0(range_tree_space(allocs)); in zdb_claim_removing()
3912 VERIFY0(space_map_load(msp->ms_sm, allocs, SM_ALLOC)); in zdb_claim_removing()
3913 range_tree_vacate(allocs, range_tree_add, svr->svr_allocd_segs); in zdb_claim_removing()
3915 range_tree_destroy(allocs); in zdb_claim_removing()