Searched refs:xa_shift (Results 1 – 4 of 4) sorted by relevance
237 if (xas->xa_shift > node->shift) in xas_load()398 return (xas->xa_sibs + 1UL) << xas->xa_shift; in xas_size()413 if (xas->xa_shift || xas->xa_sibs) { in xas_max()641 unsigned int order = xas->xa_shift; in xas_create()702 unsigned char shift = xas->xa_shift; in xas_create_range()706 if (xas_is_node(xas) && xas->xa_node->shift == xas->xa_shift) in xas_create_range()708 xas->xa_shift = 0; in xas_create_range()729 xas->xa_shift = shift; in xas_create_range()788 if (node && (xas->xa_shift < node->shift)) in xas_store()1251 if (xas->xa_node->shift > xas->xa_shift) in xas_find_conflict()[all …]
1479 xas.xa_shift = node->shift + XA_CHUNK_SHIFT; in shadow_remove()
1274 unsigned char xa_shift; member1294 .xa_shift = shift, \1522 xas->xa_shift = order - (order % XA_CHUNK_SHIFT); in xas_set_order()
497 xas.xa_shift = node->shift + XA_CHUNK_SHIFT; in shadow_lru_isolate()