Searched refs:sc_bits_per_leaf (Results 1 – 2 of 2) sorted by relevance
333 sc->sc_bits_per_leaf = sc->sc_leaf_size * BITS_PER_ENTRY; in g_union_ctl_create()1093 root_idx = start / sc->sc_bits_per_leaf; in g_union_setmap()1096 [(start % sc->sc_bits_per_leaf) / BITS_PER_ENTRY]; in g_union_setmap()1130 root_idx = start / sc->sc_bits_per_leaf; in g_union_getmap()1135 root_idx = start / sc->sc_bits_per_leaf; in g_union_getmap()1136 leafresid = sc->sc_bits_per_leaf - in g_union_getmap()1137 (start % sc->sc_bits_per_leaf); in g_union_getmap()1152 word = leaf[(start % sc->sc_bits_per_leaf) / BITS_PER_ENTRY]; in g_union_getmap()
59 long sc_bits_per_leaf; /* bits per leaf node entry */ member