Searched refs:ma_overflow (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/
H A Dmaple_tree.c280 return mas->status == ma_overflow;
4611 mas->status = ma_overflow;
4653 mas->status = ma_overflow;
4668 mas->status = ma_overflow;
4699 mas->status = ma_overflow;
4726 mas->status = ma_overflow;
5688 mas->status = ma_overflow;
5703 case ma_overflow:
5832 case ma_overflow:
5995 mas->status = ma_overflow;
[all...]
H A Dtest_maple_tree.c60 #define mas_is_overflow(x) ((x)->status == ma_overflow)
/linux-master/include/linux/
H A Dmaple_tree.h371 * ma_overflow means the search has reached the upper limit of the search
381 ma_overflow, enumerator in enum:maple_status
423 * status is ma_overflow, then the last action hit the upper limit.

Completed in 293 milliseconds