Searched refs:sibs (Results 1 – 2 of 2) sorted by relevance
710 unsigned char sibs = xas->xa_sibs; in xas_create_range() local714 xas->xa_offset |= sibs; in xas_create_range()739 xas->xa_sibs = sibs; in xas_create_range()1036 } while (sibs-- > 0); in xas_split_alloc()1070 offset = xas->xa_offset + sibs; in xas_split()1679 if (sibs < XA_CHUNK_MASK) in xas_set_range()1685 offset = sibs & XA_CHUNK_MASK; in xas_set_range()1686 sibs >>= XA_CHUNK_SHIFT; in xas_set_range()1692 sibs = XA_CHUNK_MASK - offset; in xas_set_range()1694 sibs -= 1; in xas_set_range()[all …]
1347 #define __XA_STATE(array, index, shift, sibs) { \ argument1351 .xa_sibs = sibs, \
Completed in 10 milliseconds