Searched refs:XA_MAX_MARKS (Results 1 – 3 of 3) sorted by relevance
1112 #define XA_MAX_MARKS 3 macro1135 unsigned long tags[XA_MAX_MARKS][XA_MARK_LONGS];1136 unsigned long marks[XA_MAX_MARKS][XA_MARK_LONGS];
65 #define RADIX_TREE_MAX_TAGS XA_MAX_MARKS
2017 if ((__force unsigned int)filter < XA_MAX_MARKS) in xa_find()2070 if ((__force unsigned int)filter < XA_MAX_MARKS) in xa_find_after()2164 if ((__force unsigned int)filter < XA_MAX_MARKS) in xa_extract()2240 for (i = 0; i < XA_MAX_MARKS; i++) in xa_dump_node()