Home
last modified time | relevance | path

Searched refs:xas_set_order (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/radix-tree/
H A Diteration_check.c30 xas_set_order(&xas, index, order); in my_item_insert()
/openbmc/linux/lib/
H A Dtest_xarray.c1769 xas_set_order(&xas, i << order, order); in check_xas_get_order()
1777 xas_set_order(&xas, j, 0); in check_xas_get_order()
1785 xas_set_order(&xas, i << order, order); in check_xas_get_order()
1804 xas_set_order(&xas, i << order, order); in check_xas_conflict_get_order()
1817 xas_set_order(&xas, j + (1 << k), k); in check_xas_conflict_get_order()
1830 xas_set_order(&xas, (i & ~1UL) << order, order + 1); in check_xas_conflict_get_order()
1841 xas_set_order(&xas, i << order, order); in check_xas_conflict_get_order()
H A Dxarray.c1732 xas_set_order(&xas, last, order); in xa_store_range()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst350 你可以通过使用XA_STATE_ORDER()或xas_set_order(),然后调用xas_store()来创建一个多索引条目。用一个
/openbmc/linux/include/linux/
H A Dxarray.h1650 static inline void xas_set_order(struct xa_state *xas, unsigned long index, in xas_set_order() function
/openbmc/linux/mm/
H A Dfilemap.c136 xas_set_order(&xas, folio->index, folio_order(folio)); in page_cache_delete()
864 xas_set_order(&xas, index, folio_order(folio)); in __filemap_add_folio()
H A Dkhugepaged.c2143 xas_set_order(&xas, start, HPAGE_PMD_ORDER); in collapse_file()
/openbmc/linux/Documentation/core-api/
H A Dxarray.rst465 or xas_set_order() followed by a call to xas_store().