Searched refs:SM_RUN_DECODE (Results 1 – 4 of 4) sorted by relevance
189 #define SM_RUN_DECODE(x) (BF64_DECODE(x, 0, SM_RUN_BITS) + 1) macro191 #define SM_RUN_MAX SM_RUN_DECODE(~0ULL)
151 raw_run = SM_RUN_DECODE(e); in space_map_iterate()338 raw_run = SM_RUN_DECODE(e); in space_map_incremental_destroy()
1393 #define SM_RUN_DECODE(x) (BF64_DECODE(x, 0, SM_RUN_BITS) + 1) macro1395 #define SM_RUN_MAX SM_RUN_DECODE(~0ULL)
1589 entry_run = SM_RUN_DECODE(word) << mapshift; in dump_spacemap()