Searched refs:XA_MAX_MARKS (Results 1 – 2 of 2) sorted by relevance
1158 #define XA_MAX_MARKS 3 macro1181 unsigned long tags[XA_MAX_MARKS][XA_MARK_LONGS];1182 unsigned long marks[XA_MAX_MARKS][XA_MARK_LONGS];
2200 if ((__force unsigned int)filter < XA_MAX_MARKS) in xa_find()2253 if ((__force unsigned int)filter < XA_MAX_MARKS) in xa_find_after()2347 if ((__force unsigned int)filter < XA_MAX_MARKS) in xa_extract()2423 for (i = 0; i < XA_MAX_MARKS; i++) in xa_dump_node()