Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dmaple_tree.h308 struct maple_arange_64 ma64; member
/linux-6.12.1/lib/
Dmaple_tree.c657 return node->ma64.pivot; in ma_pivots()
679 return node->ma64.gap; in ma_gaps()
744 node->ma64.pivot[piv] = val; in mte_set_pivot()
763 return mn->ma64.slot; in ma_slots()
857 return &mn->ma64.meta; in ma_meta()
935 return mn->ma64.meta.gap; in ma_meta_gap()
1036 mte_to_node(mn)->ma64.gap[gap] = val; in mte_set_gap()
7194 struct maple_arange_64 *node = &mte_to_node(entry)->ma64; in mt_dump_arange64()