Searched refs:xa_for_each_range (Results 1 – 12 of 12) sorted by relevance
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 76 xa_for_each()、xa_for_each_start()或xa_for_each_range()来遍历XArray中的现有条目。你 156 * xa_for_each_range()
|
| /linux/drivers/accel/amdxdna/ |
| H A D | amdxdna_gem.c | 135 xa_for_each_range(&client->dev_heap_xa, heap_id, heap, in amdxdna_gem_heap_alloc() 157 xa_for_each_range(&client->dev_heap_xa, heap_id, heap, in amdxdna_gem_heap_free() 1147 xa_for_each_range(&client->dev_heap_xa, heap_id, heap, in amdxdna_gem_pin_nolock() 1156 xa_for_each_range(&client->dev_heap_xa, heap_id, heap, in amdxdna_gem_pin_nolock() 1182 xa_for_each_range(&abo->client->dev_heap_xa, heap_id, heap, in amdxdna_gem_unpin() 1299 xa_for_each_range(&client->dev_heap_xa, heap_id, heap, in amdxdna_drm_sync_bo_ioctl()
|
| H A D | amdxdna_ctx.c | 72 xa_for_each_range(&client->dev_heap_xa, heap_id, heap, 1, in amdxdna_hwctx_release_expanded_heap() 466 xa_for_each_range(&client->dev_heap_xa, heap_id, heap, in amdxdna_hwctx_expand_heap()
|
| H A D | aie2_ctx.c | 127 xa_for_each_range(&hwctx->client->dev_heap_xa, heap_id, heap, 1, in aie2_hwctx_restart()
|
| /linux/fs/nfs/ |
| H A D | fscache.c | 324 xa_for_each_range(&sreq->rreq->mapping->i_pages, idx, page, start, last) { in nfs_netfs_issue_read()
|
| /linux/include/linux/ |
| H A D | xarray.h | 451 #define xa_for_each_range(xa, index, entry, start, last) \ macro 481 xa_for_each_range(xa, index, entry, start, ULONG_MAX)
|
| /linux/virt/kvm/ |
| H A D | guest_memfd.c | 132 xa_for_each_range(&f->bindings, index, slot, start, end - 1) { in kvm_gmem_get_folio()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch.h | 790 xa_for_each_range(&((esw)->vports), \
|
| /linux/net/devlink/ |
| H A D | health.c | 426 xa_for_each_range(&devlink->ports, port_index, port, in devlink_nl_health_reporter_get_dump_one()
|
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_main.c | 712 xa_for_each_range(&fp->irqs, idx, p, 0, last) in fun_enable_irqs()
|
| /linux/fs/btrfs/ |
| H A D | extent_io.c | 4964 xa_for_each_range(&fs_info->buffer_tree, index, eb, start, end) { in try_release_subpage_extent_buffer()
|
| /linux/fs/ext4/ |
| H A D | mballoc.c | 924 xa_for_each_range(xa, group, grp, start, end - 1) { in ext4_mb_scan_groups_xa_range()
|