Home
last modified time | relevance | path

Searched refs:xas_set (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/tools/testing/radix-tree/
Dmultiorder.c56 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()
Diteration_check.c75 xas_set(&xas, 0); in tagged_iteration_fn()
108 xas_set(&xas, 0); in untagged_iteration_fn()
/Linux-v5.4/lib/
Dtest_xarray.c128 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 …]
Didr.c468 xas_set(&xas, min / IDA_BITMAP_BITS); in ida_alloc_range()
Dxarray.c1509 xas_set(xas, first); in xas_set_range()
/Linux-v5.4/mm/
Dmemfd.c86 xas_set(&xas, 0); in memfd_wait_for_pins()
Dkhugepaged.c1549 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/
Dxarray.h1505 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/
Ddax.c420 xas_set(&xas, page->index); in dax_lock_page()
530 xas_set(xas, index); in grab_mapping_entry()
Dfs-writeback.c411 xas_set(&xas, 0); in inode_switch_wbs_work_fn()
/Linux-v5.4/Documentation/core-api/
Dxarray.rst391 xas_set(). This resets the cursor to the top of the tree, which
425 nothing if you have called xas_pause() or xas_set()