Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dxarray.c140 } while (mark++ != (__force unsigned)XA_MARK_MAX); in xas_squash_marks()
603 if (mark == XA_MARK_MAX) in xas_expand()
949 if (mark == XA_MARK_MAX) in xas_init_marks()
965 if (mark == XA_MARK_MAX) in node_get_marks()
998 if (mark == XA_MARK_MAX) in node_set_marks()
/linux-6.12.1/include/linux/
Dxarray.h259 #define XA_MARK_MAX XA_MARK_2 macro