Searched refs:xas_set (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/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()
|
| /Linux-v5.4/lib/ |
| D | test_xarray.c | 128 xas_set(&xas, 0); in check_xas_retry() 130 xas_set(&xas, 1); in check_xas_retry() 133 xas_set(&xas, 0); in check_xas_retry() 232 xas_set(&xas, 0); in check_xa_mark_1() 471 xas_set(&xas, j); in check_xas_erase() 479 xas_set(&xas, ULONG_MAX); in check_xas_erase() 489 xas_set(&xas, 0); in check_xas_erase() 556 xas_set(&xas, index + 1); in check_multi_store_3() 1034 xas_set(&xas, j); in check_find_3() 1124 xas_set(&xas, 0); in check_move_tiny() [all …]
|
| D | idr.c | 468 xas_set(&xas, min / IDA_BITMAP_BITS); in ida_alloc_range()
|
| D | xarray.c | 1509 xas_set(xas, first); in xas_set_range()
|
| /Linux-v5.4/mm/ |
| D | memfd.c | 86 xas_set(&xas, 0); in memfd_wait_for_pins()
|
| D | khugepaged.c | 1549 xas_set(&xas, start); in collapse_file() 1566 xas_set(&xas, index); in collapse_file() 1665 xas_set(&xas, index); in collapse_file() 1776 xas_set(&xas, start); in collapse_file()
|
| /Linux-v5.4/include/linux/ |
| D | xarray.h | 1505 static inline void xas_set(struct xa_state *xas, unsigned long index) in xas_set() function 1527 xas_set(xas, index); in xas_set_order()
|
| /Linux-v5.4/fs/ |
| D | dax.c | 420 xas_set(&xas, page->index); in dax_lock_page() 530 xas_set(xas, index); in grab_mapping_entry()
|
| D | fs-writeback.c | 411 xas_set(&xas, 0); in inode_switch_wbs_work_fn()
|
| /Linux-v5.4/Documentation/core-api/ |
| D | xarray.rst | 391 xas_set(). This resets the cursor to the top of the tree, which 425 nothing if you have called xas_pause() or xas_set()
|