Home
last modified time | relevance | path

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

/lib/
Dxarray.c704 unsigned char sibs = xas->xa_sibs; in xas_create_range() local
706 xas->xa_index |= ((sibs + 1) << shift) - 1; in xas_create_range()
708 xas->xa_offset |= sibs; in xas_create_range()
731 xas->xa_sibs = sibs; in xas_create_range()
1511 unsigned long sibs = last - first; in xas_set_range() local
1517 if (sibs < XA_CHUNK_MASK) in xas_set_range()
1519 if ((sibs == XA_CHUNK_MASK) && (offset < XA_CHUNK_MASK)) in xas_set_range()
1523 offset = sibs & XA_CHUNK_MASK; in xas_set_range()
1524 sibs >>= XA_CHUNK_SHIFT; in xas_set_range()
1529 if (offset + sibs > XA_CHUNK_MASK) in xas_set_range()
[all …]