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

/linux-master/lib/
H A Dxarray.c242 if (xas->xa_shift > node->shift)
403 return (xas->xa_sibs + 1UL) << xas->xa_shift;
418 if (xas->xa_shift || xas->xa_sibs) {
646 unsigned int order = xas->xa_shift;
707 unsigned char shift = xas->xa_shift;
711 if (xas_is_node(xas) && xas->xa_node->shift == xas->xa_shift)
713 xas->xa_shift = 0;
736 xas->xa_shift = shift;
795 if (node && (xas->xa_shift < node->shift))
1010 if (WARN_ON(xas->xa_shift
[all...]
/linux-master/include/linux/
H A Dxarray.h1347 unsigned char xa_shift; member in struct:xa_state
1368 .xa_shift = shift, \
1649 xas->xa_shift = order - (order % XA_CHUNK_SHIFT);

Completed in 117 milliseconds