Searched refs:xas_set (Results 1 – 19 of 19) sorted by relevance
/linux-6.3-rc2/tools/testing/radix-tree/ |
A 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()
|
A D | iteration_check.c | 75 xas_set(&xas, 0); in tagged_iteration_fn() 108 xas_set(&xas, 0); in untagged_iteration_fn()
|
A D | iteration_check_2.c | 21 xas_set(&xas, 0); in iterator()
|
/linux-6.3-rc2/lib/ |
A 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() 500 xas_set(&xas, j); in check_xas_erase() 518 xas_set(&xas, 0); in check_xas_erase() 1083 xas_set(&xas, j); in check_find_3() 1207 xas_set(&xas, 0); in check_pause() 1231 xas_set(&xas, 0); in check_move_tiny() 1234 xas_set(&xas, 0); in check_move_tiny() [all …]
|
A D | idr.c | 469 xas_set(&xas, min / IDA_BITMAP_BITS); in ida_alloc_range()
|
A D | xarray.c | 1676 xas_set(xas, first); in xas_set_range()
|
/linux-6.3-rc2/mm/ |
A D | memfd.c | 51 xas_set(xas, page->index + cache_count); in memfd_tag_pins() 96 xas_set(&xas, 0); in memfd_wait_for_pins()
|
A D | list_lru.c | 515 xas_set(&xas, index); in memcg_list_lru_alloc() 536 xas_set(&xas, index); in memcg_list_lru_alloc()
|
A D | khugepaged.c | 1818 xas_set(&xas, start); in collapse_file() 1836 xas_set(&xas, index); in collapse_file() 1970 xas_set(&xas, index); in collapse_file() 2098 xas_set(&xas, start); in collapse_file()
|
A D | filemap.c | 3061 xas_set(&xas, pos >> PAGE_SHIFT); in mapping_seek_hole_data()
|
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/ |
A D | xarray.rst | 318 如果你需要移动到XArray中的不同索引,可以调用xas_set()。这可以将光标重置到树的顶端,这通常会使下一个 337 置;如果你在之前调用了xas_pause()或xas_set(),它们将不会有任何作用。
|
/linux-6.3-rc2/include/linux/ |
A D | xarray.h | 1596 static inline void xas_set(struct xa_state *xas, unsigned long index) in xas_set() function 1636 xas_set(xas, index); in xas_set_order()
|
A D | pagemap.h | 1305 xas_set(&xas, rac->_index); in __readahead_batch()
|
/linux-6.3-rc2/fs/cachefiles/ |
A D | ondemand.c | 255 xas_set(&xas, 0); in cachefiles_ondemand_daemon_read()
|
/linux-6.3-rc2/fs/ |
A D | dax.c | 468 xas_set(&xas, page->index); in dax_lock_page() 518 xas_set(&xas, index); in dax_lock_mapping_entry() 642 xas_set(xas, index); in grab_mapping_entry()
|
A D | fs-writeback.c | 406 xas_set(&xas, 0); in inode_do_switch_wbs()
|
/linux-6.3-rc2/Documentation/core-api/ |
A 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.3-rc2/drivers/infiniband/hw/mlx5/ |
A D | mr.c | 159 xas_set(&xas, ent->reserved); in push_mkey_locked()
|
/linux-6.3-rc2/drivers/target/ |
A D | target_core_user.c | 521 xas_set(&xas, dpi); in tcmu_get_empty_block()
|
Completed in 50 milliseconds