Searched refs:xas_set_order (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/tools/testing/radix-tree/ |
A D | iteration_check.c | 30 xas_set_order(&xas, index, order); in my_item_insert()
|
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/ |
A D | xarray.rst | 350 你可以通过使用XA_STATE_ORDER()或xas_set_order(),然后调用xas_store()来创建一个多索引条目。用一个
|
/linux-6.3-rc2/include/linux/ |
A D | xarray.h | 1626 static inline void xas_set_order(struct xa_state *xas, unsigned long index, in xas_set_order() function
|
/linux-6.3-rc2/mm/ |
A D | filemap.c | 136 xas_set_order(&xas, folio->index, folio_order(folio)); in page_cache_delete() 862 xas_set_order(&xas, index, folio_order(folio)); in __filemap_add_folio()
|
A D | khugepaged.c | 2030 xas_set_order(&xas, start, HPAGE_PMD_ORDER); in collapse_file()
|
/linux-6.3-rc2/lib/ |
A D | xarray.c | 1734 xas_set_order(&xas, last, order); in xa_store_range()
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | xarray.rst | 465 or xas_set_order() followed by a call to xas_store().
|
Completed in 22 milliseconds