Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dxarray.c146 return (index >> node->shift) & XA_CHUNK_MASK; in get_offset()
158 xas->xa_index &= ~XA_CHUNK_MASK << shift; in xas_move_index()
195 if ((xas->xa_index >> xa_to_node(entry)->shift) > XA_CHUNK_MASK) in xas_start()
720 if (xas->xa_index <= (index | XA_CHUNK_MASK)) in xas_create_range()
832 if (offset == XA_CHUNK_MASK) in xas_store()
1254 xas->xa_offset != (xas->xa_index & XA_CHUNK_MASK)) { in xas_find()
1255 xas->xa_offset = ((xas->xa_index - 1) & XA_CHUNK_MASK) + 1; in xas_find()
1423 } else if (xas->xa_offset == XA_CHUNK_MASK) { in xas_find_conflict()
1672 unsigned int offset = XA_CHUNK_MASK; in xas_set_range()
1676 while ((first & XA_CHUNK_MASK) == 0) { in xas_set_range()
[all …]
/openbmc/linux/include/linux/
H A Dxarray.h1147 #define XA_CHUNK_MASK (XA_CHUNK_SIZE - 1) macro
1600 offset = (xas->xa_index >> node->shift) & XA_CHUNK_MASK; in xas_reload()
1641 xas->xa_offset = (index >> shift) & XA_CHUNK_MASK; in xas_advance()
1700 xas->xa_offset != (xas->xa_index & XA_CHUNK_MASK))) in xas_next_entry()
1706 if (unlikely(xas->xa_offset == XA_CHUNK_MASK)) in xas_next_entry()
1762 xas->xa_index = (xas->xa_index & ~XA_CHUNK_MASK) + offset; in xas_next_marked()
1884 xas->xa_offset == XA_CHUNK_MASK)) in xas_next()