Searched refs:root_idx (Results 1 – 1 of 1) sorted by relevance
1076 size_t root_idx; in g_union_setmap() local1091 root_idx = start / sc->sc_bits_per_leaf; in g_union_setmap()1092 leaf = &sc->sc_writemap_root[root_idx]; in g_union_setmap()1096 sc->sc_leafused[root_idx / BITS_PER_ENTRY] |= in g_union_setmap()1097 1ULL << (root_idx % BITS_PER_ENTRY); in g_union_setmap()1116 size_t root_idx; in g_union_getmap() local1128 root_idx = start / sc->sc_bits_per_leaf; in g_union_getmap()1133 root_idx = start / sc->sc_bits_per_leaf; in g_union_getmap()1136 if (((sc->sc_leafused[root_idx / BITS_PER_ENTRY]) & in g_union_getmap()1137 (1ULL << (root_idx % BITS_PER_ENTRY))) == 0) { in g_union_getmap()[all …]