Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dxarray.c244 if (xas->xa_shift > node->shift) in xas_load()
421 if (xas->xa_shift || xas->xa_sibs) { in xas_max()
654 unsigned int order = xas->xa_shift; in xas_create()
715 unsigned char shift = xas->xa_shift; in xas_create_range()
721 xas->xa_shift = 0; in xas_create_range()
744 xas->xa_shift = shift; in xas_create_range()
803 if (node && (xas->xa_shift < node->shift)) in xas_store()
1102 if (xas->xa_shift < node->shift) { in xas_split()
1195 if (xas->xa_shift < node->shift) { in xas_try_split()
1574 if (xas->xa_node->shift > xas->xa_shift) in xas_find_conflict()
[all …]
/linux-6.15/include/linux/
H A Dxarray.h1351 unsigned char xa_shift; member
1372 .xa_shift = shift, \
1672 xas->xa_shift = order - (order % XA_CHUNK_SHIFT); in xas_set_order()