Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmaple_tree.h671 #define MT_WARN_ON(__tree, __x) ({ \ macro
728 #define MT_WARN_ON(__tree, __x) WARN_ON(__x) macro
/linux-6.15/lib/
H A Dmaple_tree.c6908 if (MT_WARN_ON(mt, (*index) && ((*index) <= copy))) in mt_find()