Searched refs:XA_STATE_ORDER (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/radix-tree/ |
A D | multiorder.c | 18 XA_STATE_ORDER(xas, xa, index, order); in item_insert_order()
|
/linux/Documentation/translations/zh_CN/core-api/ |
A D | xarray.rst | 348 你可以通过使用XA_STATE_ORDER()或xas_set_order(),然后调用xas_store()来创建一个多索引条目。用一个
|
/linux/lib/ |
A D | test_xarray.c | 74 XA_STATE_ORDER(xas, xa, index, order); in xa_store_order() 870 XA_STATE_ORDER(xas, xa, start, order); in __check_store_iter() 1383 XA_STATE_ORDER(xas, xa, index, order); in xa_store_many_order() 1437 XA_STATE_ORDER(xas, xa, index, order); in check_create_range_4() 1535 XA_STATE_ORDER(xas, xa, index, new_order); in check_split_1()
|
/linux/fs/ |
A D | dax.c | 1538 XA_STATE_ORDER(xas, &mapping->i_pages, vmf->pgoff, PMD_ORDER); in dax_iomap_pmd_fault() 1662 XA_STATE_ORDER(xas, &mapping->i_pages, vmf->pgoff, order); in dax_insert_pfn_mkwrite()
|
/linux/mm/ |
A D | swap_state.c | 105 XA_STATE_ORDER(xas, &address_space->i_pages, idx, compound_order(page)); in add_to_swap_cache()
|
A D | khugepaged.c | 1647 XA_STATE_ORDER(xas, &mapping->i_pages, start, HPAGE_PMD_ORDER); in collapse_file()
|
A D | shmem.c | 696 XA_STATE_ORDER(xas, &mapping->i_pages, index, compound_order(page)); in shmem_add_to_page_cache()
|
/linux/include/linux/ |
A D | xarray.h | 1364 #define XA_STATE_ORDER(name, array, index, order) \ macro
|
/linux/Documentation/core-api/ |
A D | xarray.rst | 460 You can create a multi-index entry by using XA_STATE_ORDER()
|
Completed in 27 milliseconds