Searched refs:xas_set_order (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/radix-tree/
H A Diteration_check.c30 xas_set_order(&xas, index, order);
/linux-master/include/linux/
H A Dxarray.h1639 * xas_set_order() - Set up XArray operation state for a multislot entry.
1644 static inline void xas_set_order(struct xa_state *xas, unsigned long index, function
/linux-master/lib/
H A Dtest_xarray.c743 xas_set_order(&xas, index, order);
765 xas_set_order(&xas, index, order);
H A Dxarray.c1732 xas_set_order(&xas, last, order);
/linux-master/mm/
H A Dfilemap.c144 xas_set_order(&xas, folio->index, folio_order(folio));
871 xas_set_order(&xas, index, folio_order(folio));
H A Dkhugepaged.c2155 xas_set_order(&xas, start, HPAGE_PMD_ORDER);

Completed in 131 milliseconds