Searched refs:xas_set (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/tools/testing/radix-tree/ |
D | multiorder.c | 56 xas_set(&xas, j); in multiorder_iteration() 107 xas_set(&xas, j); in multiorder_tagged_iteration() 135 xas_set(&xas, j); in multiorder_tagged_iteration() 152 xas_set(&xas, 0); in multiorder_tagged_iteration()
|
D | iteration_check.c | 75 xas_set(&xas, 0); in tagged_iteration_fn() 108 xas_set(&xas, 0); in untagged_iteration_fn()
|
D | iteration_check_2.c | 21 xas_set(&xas, 0); in iterator()
|
/linux-6.12.1/Documentation/translations/zh_CN/core-api/ |
D | xarray.rst | 318 如果你需要移动到XArray中的不同索引,可以调用xas_set()。这可以将光标重置到树的顶端,这通常会使下一个 337 置;如果你在之前调用了xas_pause()或xas_set(),它们将不会有任何作用。
|
/linux-6.12.1/lib/ |
D | test_xarray.c | 132 xas_set(&xas, 0); in check_xas_retry() 134 xas_set(&xas, 1); in check_xas_retry() 137 xas_set(&xas, 0); in check_xas_retry() 236 xas_set(&xas, 0); in check_xa_mark_1() 553 xas_set(&xas, j); in check_xas_erase() 561 xas_set(&xas, ULONG_MAX); in check_xas_erase() 571 xas_set(&xas, 0); in check_xas_erase() 638 xas_set(&xas, index + 1); in check_multi_store_3() 1316 xas_set(&xas, j); in check_find_3() 1440 xas_set(&xas, 0); in check_pause() [all …]
|
D | idr.c | 469 xas_set(&xas, min / IDA_BITMAP_BITS); in ida_alloc_range()
|
D | xarray.c | 1690 xas_set(xas, first); in xas_set_range()
|
/linux-6.12.1/mm/ |
D | list_lru.c | 521 xas_set(&xas, index); in memcg_list_lru_alloc() 542 xas_set(&xas, index); in memcg_list_lru_alloc()
|
D | memfd.c | 138 xas_set(&xas, 0); in memfd_wait_for_pins()
|
D | khugepaged.c | 1848 xas_set(&xas, index); in collapse_file() 2090 xas_set(&xas, start); in collapse_file() 2130 xas_set(&xas, start); in collapse_file()
|
D | filemap.c | 3072 xas_set(&xas, pos >> PAGE_SHIFT); in mapping_seek_hole_data()
|
/linux-6.12.1/include/linux/ |
D | xarray.h | 1624 static inline void xas_set(struct xa_state *xas, unsigned long index) in xas_set() function 1664 xas_set(xas, index); in xas_set_order()
|
D | pagemap.h | 1484 xas_set(&xas, rac->_index); in __readahead_batch()
|
/linux-6.12.1/fs/ |
D | dax.c | 454 xas_set(&xas, folio->index); in dax_lock_folio() 504 xas_set(&xas, index); in dax_lock_mapping_entry() 628 xas_set(xas, index); in grab_mapping_entry()
|
D | fs-writeback.c | 430 xas_set(&xas, 0); in inode_do_switch_wbs()
|
/linux-6.12.1/fs/cachefiles/ |
D | ondemand.c | 414 xas_set(&xas, 0); in cachefiles_ondemand_daemon_read()
|
/linux-6.12.1/Documentation/core-api/ |
D | xarray.rst | 410 xas_set(). This resets the cursor to the top of the tree, which 443 XArray; they will do nothing if you have called xas_pause() or xas_set()
|
/linux-6.12.1/drivers/target/ |
D | target_core_user.c | 521 xas_set(&xas, dpi); in tcmu_get_empty_block()
|