Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dxarray.c710 unsigned char sibs = xas->xa_sibs; in xas_create_range() local
712 xas->xa_index |= ((sibs + 1UL) << shift) - 1; in xas_create_range()
714 xas->xa_offset |= sibs; in xas_create_range()
739 xas->xa_sibs = sibs; in xas_create_range()
1008 unsigned int sibs = (1 << (order % XA_CHUNK_SHIFT)) - 1; in xas_split_alloc() local
1036 } while (sibs-- > 0); in xas_split_alloc()
1058 unsigned int sibs = (1 << (order % XA_CHUNK_SHIFT)) - 1; in xas_split() local
1070 offset = xas->xa_offset + sibs; in xas_split()
1673 unsigned long sibs = last - first; in xas_set_range() local
1679 if (sibs < XA_CHUNK_MASK) in xas_set_range()
[all …]
/linux-6.1.9/include/linux/
Dxarray.h1347 #define __XA_STATE(array, index, shift, sibs) { \ argument
1351 .xa_sibs = sibs, \