Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dmaple_tree.h286 struct maple_arange_64 ma64; member
/linux-6.1.9/lib/
Dmaple_tree.c626 return node->ma64.pivot; in ma_pivots()
648 return node->ma64.gap; in ma_gaps()
675 return node->ma64.pivot[piv]; in mte_pivot()
769 node->ma64.pivot[piv] = val; in mte_set_pivot()
789 return mn->ma64.slot; in ma_slots()
870 return &mn->ma64.meta; in ma_meta()
915 return mn->ma64.meta.gap; in ma_meta_gap()
1029 mte_to_node(mn)->ma64.gap[gap] = val; in mte_set_gap()
6757 struct maple_arange_64 *node = &mte_to_node(entry)->ma64; in mt_dump_arange64()