Home
last modified time | relevance | path

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

/include/linux/
A Dxarray.h1356 unsigned long xa_index; member
1377 .xa_index = index, \
1645 xas->xa_index = index; in xas_set()
1663 xas->xa_index = index; in xas_advance()
1723 xas->xa_offset != (xas->xa_index & XA_CHUNK_MASK))) in xas_next_entry()
1727 if (unlikely(xas->xa_index >= max)) in xas_next_entry()
1735 xas->xa_index++; in xas_next_entry()
1785 xas->xa_index = (xas->xa_index & ~XA_CHUNK_MASK) + offset; in xas_next_marked()
1786 if (xas->xa_index > max) in xas_next_marked()
1881 xas->xa_index--; in xas_prev()
[all …]

Completed in 7 milliseconds