Searched refs:BLIST_MASK (Results 1 – 1 of 1) sorted by relevance
153 #define BLIST_MASK (BLIST_RADIX - 1) macro173 return (radix / BLIST_MASK); in radix_to_skip()621 ((blk / radix) & BLIST_MASK) == 0) in blst_next_leaf_alloc()725 if ((blk & BLIST_MASK) != 0) { in blst_leaf_alloc()728 bighint += blk & BLIST_MASK; in blst_leaf_alloc()729 mask |= bitrange(0, blk & BLIST_MASK); in blst_leaf_alloc()735 blk -= blk & BLIST_MASK; in blst_leaf_alloc()810 digit = (cursor / radix) & BLIST_MASK; in blst_meta_alloc()872 mask = bitrange(blk & BLIST_MASK, count); in blst_leaf_free()916 digit = (blk / radix) & BLIST_MASK; in blst_meta_free()[all …]