Searched refs:xas_retry (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/testing/radix-tree/ |
| H A D | iteration_check.c | 78 if (xas_retry(&xas, entry)) in tagged_iteration_fn() 111 if (xas_retry(&xas, entry)) in untagged_iteration_fn()
|
| H A D | regression1.c | 88 if (xas_retry(&xas, page)) in find_get_pages()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 276 到它们。通常,处理它们的最好方法是把它们传递给xas_retry(),如果它返回 ``true`` ,就重试操作。 303 其他内部条目可能会在未来被添加。在可能的情况下,它们将由xas_retry()处理。
|
| /linux/fs/netfs/ |
| H A D | iterator.c | 227 if (xas_retry(&xas, folio)) in netfs_limit_xarray()
|
| /linux/drivers/block/ |
| H A D | brd.c | 57 if (xas_retry(&xas, page)) { in brd_lookup_page()
|
| /linux/include/linux/ |
| H A D | iov_iter.h | 217 if (xas_retry(&xas, folio)) in iterate_xarray()
|
| H A D | xarray.h | 1532 static inline bool xas_retry(struct xa_state *xas, const void *entry) in xas_retry() function
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_counters.c | 125 if (xas_retry(&xas, counter)) in mlx5_fc_stats_query_all_counters()
|
| /linux/lib/ |
| H A D | test_xarray.c | 114 XA_BUG_ON(xa, xas_retry(&xas, NULL)); in check_xas_retry() 115 XA_BUG_ON(xa, xas_retry(&xas, xa_mk_value(0))); in check_xas_retry() 795 if (xas_retry(&xas, p)) in test_get_entry() 1384 if (xas_retry(&xas, entry)) in xa_find_entry()
|
| H A D | iov_iter.c | 981 if (xas_retry(&xas, folio)) in iter_xarray_populate_pages() 1585 if (xas_retry(&xas, folio)) in iov_iter_extract_xarray_pages()
|
| H A D | scatterlist.c | 1353 if (xas_retry(&xas, folio)) in extract_xarray_to_sg()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | pages.c | 567 if (xas_retry(&xas, entry)) in batch_from_xarray() 588 if (xas_retry(&xas, entry)) in batch_from_xarray_clear() 2116 if (xas_retry(&xas, entry)) in iopt_pages_fill_from_xarray()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_userq_fence.c | 244 } while (xas_retry(&xas, entry)); in amdgpu_userq_fence_alloc()
|
| /linux/fs/btrfs/ |
| H A D | extent_io.c | 2334 if (xas_retry(xas, eb)) in find_get_eb()
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 2456 } while (xas_retry(&xas, entry)); in kvm_range_has_memory_attributes()
|