Home
last modified time | relevance | path

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

/linux/tools/testing/radix-tree/
A 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()
A Diteration_check.c75 xas_set(&xas, 0); in tagged_iteration_fn()
108 xas_set(&xas, 0); in untagged_iteration_fn()
A Diteration_check_2.c21 xas_set(&xas, 0); in iterator()
/linux/lib/
A Dtest_xarray.c132 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 Didr.c469 xas_set(&xas, min / IDA_BITMAP_BITS); in ida_alloc_range()
A Dxarray.c1669 xas_set(xas, first); in xas_set_range()
/linux/Documentation/translations/zh_CN/core-api/
A Dxarray.rst316 如果你需要移动到XArray中的不同索引,可以调用xas_set()。这可以将光标重置到树的顶端,这通常会使下一个
335 置;如果你在之前调用了xas_pause()或xas_set(),它们将不会有任何作用。
/linux/mm/
A Dmemfd.c86 xas_set(&xas, 0); in memfd_wait_for_pins()
A Dkhugepaged.c1695 xas_set(&xas, start); in collapse_file()
1712 xas_set(&xas, index); in collapse_file()
1835 xas_set(&xas, index); in collapse_file()
1951 xas_set(&xas, start); in collapse_file()
A Dfilemap.c2129 xas_set(&xas, page->index + nr_pages); in find_lock_entries()
2885 xas_set(&xas, pos >> PAGE_SHIFT); in mapping_seek_hole_data()
/linux/include/linux/
A Dpagemap.h1119 xas_set(&xas, rac->_index); in __readahead_batch()
1136 xas_set(&xas, rac->_index + rac->_batch_count); in __readahead_batch()
A Dxarray.h1577 static inline void xas_set(struct xa_state *xas, unsigned long index) in xas_set() function
1599 xas_set(xas, index); in xas_set_order()
/linux/fs/
A Ddax.c431 xas_set(&xas, page->index); in dax_lock_page()
542 xas_set(xas, index); in grab_mapping_entry()
A Dfs-writeback.c402 xas_set(&xas, 0); in inode_do_switch_wbs()
/linux/Documentation/core-api/
A Dxarray.rst406 xas_set(). This resets the cursor to the top of the tree, which
439 XArray; they will do nothing if you have called xas_pause() or xas_set()
/linux/drivers/target/
A Dtarget_core_user.c519 xas_set(&xas, dpi); in tcmu_get_empty_block()

Completed in 44 milliseconds