Home
last modified time | relevance | path

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

/Linux-v5.15/lib/
Dxarray.c707 unsigned char sibs = xas->xa_sibs; in xas_create_range() local
1003 unsigned int sibs = (1 << (order % XA_CHUNK_SHIFT)) - 1; in xas_split_alloc() local
1053 unsigned int sibs = (1 << (order % XA_CHUNK_SHIFT)) - 1; in xas_split() local
1666 unsigned long sibs = last - first; in xas_set_range() local
/Linux-v5.15/include/linux/
Dxarray.h1330 #define __XA_STATE(array, index, shift, sibs) { \ argument