Searched refs:mas_is_overflow (Results 1 – 2 of 2) sorted by relevance
292 static __always_inline bool mas_is_overflow(struct ma_state *mas) in mas_is_overflow() function4115 if (unlikely(mas_is_overflow(mas))) in mas_wr_prealloc_setup()4704 if (WARN_ON_ONCE(mas_is_overflow(mas))) in mas_next_slot()7036 if (!mas_is_overflow(mas)) in mas_dfs_postorder()7525 if (mas_is_overflow(&mas)) in mt_validate_nulls()7534 } while (!mas_is_overflow(&mas)); in mt_validate_nulls()7555 while (!mas_is_overflow(&mas)) { in mt_validate()
60 #define mas_is_overflow(x) ((x)->status == ma_overflow) macro3419 MT_BUG_ON(mt, !mas_is_overflow(&mas)); in check_state_handling()3433 MT_BUG_ON(mt, !mas_is_overflow(&mas)); in check_state_handling()3440 MT_BUG_ON(mt, !mas_is_overflow(&mas)); in check_state_handling()