Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dmaple_tree.c6681 static inline struct maple_enode *mas_get_slot(struct ma_state *mas, in mas_get_slot() function
6937 if (mas_get_slot(mas, i)) { in mas_validate_gaps()
6953 if (!mas_get_slot(mas, i)) in mas_validate_gaps()
6956 void *entry = mas_get_slot(mas, i); in mas_validate_gaps()
/openbmc/linux/tools/testing/radix-tree/
H A Dmaple.c970 entry = mas_get_slot(mas, mas->offset); in mas_range_load()
35360 mas->node = mas_get_slot(mas, slot); in mas_dfs_preorder()