Home
last modified time | relevance | path

Searched defs:sibs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dxarray.c707 unsigned char sibs = xas->xa_sibs; in xas_create_range() local
1005 unsigned int sibs = (1 << (order % XA_CHUNK_SHIFT)) - 1; in xas_split_alloc() local
1054 unsigned int sibs = (1 << (order % XA_CHUNK_SHIFT)) - 1; in xas_split() local
1669 unsigned long sibs = last - first; in xas_set_range() local
[all...]
/kernel/linux/linux-6.6/lib/
H A Dxarray.c708 unsigned char sibs = xas->xa_sibs; in xas_create_range() local
1006 unsigned int sibs = (1 << (order % XA_CHUNK_SHIFT)) - 1; in xas_split_alloc() local
1056 unsigned int sibs = (1 << (order % XA_CHUNK_SHIFT)) - 1; in xas_split() local
1671 unsigned long sibs = last - first; in xas_set_range() local
[all...]

Completed in 6 milliseconds