Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/radix-tree/
H 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()
H A Diteration_check.c75 xas_set(&xas, 0); in tagged_iteration_fn()
108 xas_set(&xas, 0); in untagged_iteration_fn()
H A Diteration_check_2.c21 xas_set(&xas, 0); in iterator()
/OK3568_Linux_fs/kernel/lib/
H 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()
508 xas_set(&xas, ULONG_MAX); in check_xas_erase()
518 xas_set(&xas, 0); in check_xas_erase()
585 xas_set(&xas, index + 1); in check_multi_store_3()
1083 xas_set(&xas, j); in check_find_3()
1207 xas_set(&xas, 0); in check_pause()
[all …]
H A Didr.c469 xas_set(&xas, min / IDA_BITMAP_BITS); in ida_alloc_range()
H A Dxarray.c1672 xas_set(xas, first); in xas_set_range()
/OK3568_Linux_fs/kernel/mm/
H A Dmemfd.c50 xas_set(xas, page->index + cache_count); in memfd_tag_pins()
95 xas_set(&xas, 0); in memfd_wait_for_pins()
H A Dkhugepaged.c1740 xas_set(&xas, start); in collapse_file()
1757 xas_set(&xas, index); in collapse_file()
1880 xas_set(&xas, index); in collapse_file()
1995 xas_set(&xas, start); in collapse_file()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpagemap.h904 xas_set(&xas, rac->_index); in __readahead_batch()
921 xas_set(&xas, rac->_index + rac->_batch_count); in __readahead_batch()
H A Dxarray.h1575 static inline void xas_set(struct xa_state *xas, unsigned long index) in xas_set() function
1597 xas_set(xas, index); in xas_set_order()
/OK3568_Linux_fs/kernel/fs/
H A Ddax.c431 xas_set(&xas, page->index); in dax_lock_page()
542 xas_set(xas, index); in grab_mapping_entry()
H A Dfs-writeback.c412 xas_set(&xas, 0); in inode_switch_wbs_work_fn()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H 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()