Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dxarray.c237 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 …]
Dtest_xarray.c1479 xas.xa_shift = node->shift + XA_CHUNK_SHIFT; in shadow_remove()
/Linux-v5.4/include/linux/
Dxarray.h1274 unsigned char xa_shift; member
1294 .xa_shift = shift, \
1522 xas->xa_shift = order - (order % XA_CHUNK_SHIFT); in xas_set_order()
/Linux-v5.4/mm/
Dworkingset.c497 xas.xa_shift = node->shift + XA_CHUNK_SHIFT; in shadow_lru_isolate()