Searched refs:XA_STATE_ORDER (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 350 你可以通过使用XA_STATE_ORDER()或xas_set_order(),然后调用xas_store()来创建一个多索引条目。用一个
|
| /linux-6.15/lib/ |
| H A D | test_xarray.c | 74 XA_STATE_ORDER(xas, xa, index, order); in xa_store_order() 1103 XA_STATE_ORDER(xas, xa, start, order); in __check_store_iter() 1652 XA_STATE_ORDER(xas, xa, index, order); in xa_store_many_order() 1706 XA_STATE_ORDER(xas, xa, index, order); in check_create_range_4() 1738 XA_STATE_ORDER(xas, xa, index, order); in check_create_range_5() 1826 XA_STATE_ORDER(xas, xa, index, new_order); in check_split_1() 1864 XA_STATE_ORDER(xas, xa, index, new_order); in check_split_2()
|
| /linux-6.15/tools/testing/radix-tree/ |
| H A D | multiorder.c | 18 XA_STATE_ORDER(xas, xa, index, order); in item_insert_order()
|
| /linux-6.15/mm/ |
| H A D | swap_state.c | 94 XA_STATE_ORDER(xas, &address_space->i_pages, idx, folio_order(folio)); in add_to_swap_cache()
|
| H A D | khugepaged.c | 1845 XA_STATE_ORDER(xas, &mapping->i_pages, start, HPAGE_PMD_ORDER); in collapse_file()
|
| H A D | shmem.c | 886 XA_STATE_ORDER(xas, &mapping->i_pages, index, folio_order(folio)); in shmem_add_to_page_cache() 2155 XA_STATE_ORDER(xas, &mapping->i_pages, index, 0); in shmem_split_large_entry()
|
| H A D | filemap.c | 860 XA_STATE_ORDER(xas, &mapping->i_pages, index, folio_order(folio)); in __filemap_add_folio()
|
| /linux-6.15/include/linux/ |
| H A D | xarray.h | 1404 #define XA_STATE_ORDER(name, array, index, order) \ macro
|
| /linux-6.15/fs/ |
| H A D | dax.c | 2016 XA_STATE_ORDER(xas, &mapping->i_pages, vmf->pgoff, PMD_ORDER); in dax_iomap_pmd_fault() 2139 XA_STATE_ORDER(xas, &mapping->i_pages, vmf->pgoff, order); in dax_insert_pfn_mkwrite()
|
| /linux-6.15/Documentation/core-api/ |
| H A D | xarray.rst | 466 You can create a multi-index entry by using XA_STATE_ORDER()
|