Home
last modified time | relevance | path

Searched refs:MAS_NONE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/lib/
H A Dtest_maple_tree.c585 mas.node = MAS_NONE; in check_find()
3045 ((x).node != MAS_NONE))
3085 MT_BUG_ON(mt, mas.node != MAS_NONE); in check_state_handling()
3093 MT_BUG_ON(mt, mas.node != MAS_NONE); in check_state_handling()
3108 MT_BUG_ON(mt, mas.node != MAS_NONE); in check_state_handling()
3115 MT_BUG_ON(mt, mas.node != MAS_NONE); in check_state_handling()
3123 MT_BUG_ON(mt, mas.node != MAS_NONE); in check_state_handling()
3145 MT_BUG_ON(mt, mas.node != MAS_NONE); in check_state_handling()
3152 MT_BUG_ON(mt, mas.node != MAS_NONE); in check_state_handling()
3168 MT_BUG_ON(mt, mas.node != MAS_NONE); in check_state_handling()
[all …]
H A Dmaple_tree.c1399 mas->node = MAS_NONE; in mas_start()
2226 return ma_enode_ptr(MAS_NONE); in mte_node_or_none()
2552 if (enode == MAS_NONE) in mas_topiary_node()
2594 tmp[1].node = MAS_NONE; in mas_topiary_replace()
2595 tmp[2].node = MAS_NONE; in mas_topiary_replace()
2615 tmp_next[n++].node = MAS_NONE; in mas_topiary_replace()
2628 tmp[1].node = MAS_NONE; in mas_topiary_replace()
2629 tmp[2].node = MAS_NONE; in mas_topiary_replace()
2644 tmp_next[n].node = MAS_NONE; in mas_topiary_replace()
2655 tmp_next[n++].node = MAS_NONE; in mas_topiary_replace()
[all …]
/openbmc/linux/include/linux/
H A Dmaple_tree.h429 #define MAS_NONE ((struct maple_enode *)9UL) macro
507 return mas->node == MAS_NONE; in mas_is_none()
/openbmc/linux/tools/testing/radix-tree/
H A Dmaple.c35376 mas->node = MAS_NONE; in mas_dfs_preorder()