Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/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()
553 xas_set(&xas, j); in check_xas_erase()
571 xas_set(&xas, 0); in check_xas_erase()
1440 xas_set(&xas, 0); in check_pause()
1461 xas_set(&xas, 0); in check_pause()
1500 xas_set(&xas, 0); in check_move_tiny()
1503 xas_set(&xas, 0); in check_move_tiny()
[all …]
H A Didr.c469 xas_set(&xas, min / IDA_BITMAP_BITS); in ida_alloc_range()
H A Dxarray.c1827 xas_set(xas, first); in xas_set_range()
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst318 如果你需要移动到XArray中的不同索引,可以调用xas_set()。这可以将光标重置到树的顶端,这通常会使下一个
337 置;如果你在之前调用了xas_pause()或xas_set(),它们将不会有任何作用。
/linux-6.15/mm/
H A Dmemfd.c138 xas_set(&xas, 0); in memfd_wait_for_pins()
H A Dlist_lru.c543 xas_set(&xas, pos->kmemcg_id); in memcg_list_lru_alloc()
H A Dtruncate.c101 xas_set(&xas, indices[j]); in truncate_folio_batch_exceptionals()
H A Dkhugepaged.c1881 xas_set(&xas, index); in collapse_file()
2123 xas_set(&xas, start); in collapse_file()
2163 xas_set(&xas, start); in collapse_file()
H A Dfilemap.c3132 xas_set(&xas, pos >> PAGE_SHIFT); in mapping_seek_hole_data()
/linux-6.15/include/linux/
H A Dxarray.h1637 static inline void xas_set(struct xa_state *xas, unsigned long index) in xas_set() function
1677 xas_set(xas, index); in xas_set_order()
H A Dpagemap.h1463 xas_set(&xas, rac->_index); in __readahead_batch()
/linux-6.15/fs/
H A Ddax.c538 xas_set(&xas, folio->index); in dax_lock_folio()
588 xas_set(&xas, index); in dax_lock_mapping_entry()
712 xas_set(xas, index); in grab_mapping_entry()
H A Dfs-writeback.c429 xas_set(&xas, 0); in inode_do_switch_wbs()
/linux-6.15/fs/cachefiles/
H A Dondemand.c433 xas_set(&xas, 0); in cachefiles_ondemand_daemon_read()
/linux-6.15/Documentation/core-api/
H A Dxarray.rst412 xas_set(). This resets the cursor to the top of the tree, which
445 XArray; they will do nothing if you have called xas_pause() or xas_set()
/linux-6.15/drivers/target/
H A Dtarget_core_user.c521 xas_set(&xas, dpi); in tcmu_get_empty_block()