Searched refs:sibs (Results 1 – 2 of 2) sorted by relevance
707 unsigned char sibs = xas->xa_sibs; in xas_create_range() local711 xas->xa_offset |= sibs; in xas_create_range()734 xas->xa_sibs = sibs; in xas_create_range()1031 } while (sibs-- > 0); in xas_split_alloc()1065 offset = xas->xa_offset + sibs; in xas_split()1672 if (sibs < XA_CHUNK_MASK) in xas_set_range()1678 offset = sibs & XA_CHUNK_MASK; in xas_set_range()1679 sibs >>= XA_CHUNK_SHIFT; in xas_set_range()1685 sibs = XA_CHUNK_MASK - offset; in xas_set_range()1687 sibs -= 1; in xas_set_range()[all …]
1330 #define __XA_STATE(array, index, shift, sibs) { \ argument1334 .xa_sibs = sibs, \
Completed in 11 milliseconds