Home
last modified time | relevance | path

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

/linux/lib/
H A Dmaple_tree.c278 static __always_inline bool mas_is_overflow(struct ma_state *mas) in mas_is_overflow() function
4677 if (WARN_ON_ONCE(mas_is_overflow(mas))) in mas_next_slot()
5377 if (unlikely(mas_is_overflow(wr_mas->mas))) in mas_wr_store_setup()
7069 if (!mas_is_overflow(mas)) in mas_dfs_postorder()
7554 if (mas_is_overflow(&mas)) in mt_validate_nulls()
7563 } while (!mas_is_overflow(&mas)); in mt_validate_nulls()
7584 while (!mas_is_overflow(&mas)) { in mt_validate()
H A Dtest_maple_tree.c60 #define mas_is_overflow(x) ((x)->status == ma_overflow) macro
3309 MT_BUG_ON(mt, !mas_is_overflow(&mas)); in check_state_handling()
3323 MT_BUG_ON(mt, !mas_is_overflow(&mas)); in check_state_handling()
3330 MT_BUG_ON(mt, !mas_is_overflow(&mas)); in check_state_handling()