Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dxarray.c242 if (xas->xa_shift > node->shift) in xas_load()
418 if (xas->xa_shift || xas->xa_sibs) { in xas_max()
646 unsigned int order = xas->xa_shift; in xas_create()
707 unsigned char shift = xas->xa_shift; in xas_create_range()
713 xas->xa_shift = 0; in xas_create_range()
736 xas->xa_shift = shift; in xas_create_range()
795 if (node && (xas->xa_shift < node->shift)) in xas_store()
1012 if (xas->xa_shift + XA_CHUNK_SHIFT > order) in xas_split_alloc()
1070 if (xas->xa_shift < node->shift) { in xas_split()
1416 if (xas->xa_node->shift > xas->xa_shift) in xas_find_conflict()
[all …]
/openbmc/linux/include/linux/
H A Dxarray.h1347 unsigned char xa_shift; member
1368 .xa_shift = shift, \
1649 xas->xa_shift = order - (order % XA_CHUNK_SHIFT); in xas_set_order()