Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
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 …]
Dmaple_tree.c1399 mas->node = MAS_NONE; in mas_start()
2226 return ma_enode_ptr(MAS_NONE); in mte_node_or_none()
2550 if (enode == MAS_NONE) in mas_topiary_node()
2592 tmp[1].node = MAS_NONE; in mas_topiary_replace()
2593 tmp[2].node = MAS_NONE; in mas_topiary_replace()
2613 tmp_next[n++].node = MAS_NONE; in mas_topiary_replace()
2626 tmp[1].node = MAS_NONE; in mas_topiary_replace()
2627 tmp[2].node = MAS_NONE; in mas_topiary_replace()
2642 tmp_next[n].node = MAS_NONE; in mas_topiary_replace()
2653 tmp_next[n++].node = MAS_NONE; in mas_topiary_replace()
[all …]
/Linux-v6.6/include/linux/
Dmaple_tree.h429 #define MAS_NONE ((struct maple_enode *)9UL) macro
507 return mas->node == MAS_NONE; in mas_is_none()
/Linux-v6.6/tools/testing/radix-tree/
Dmaple.c35376 mas->node = MAS_NONE; in mas_dfs_preorder()