idr_for_each 1914 drivers/block/loop.c idr_for_each(&loop_index_idr, &unregister_transfer_cb, xfer); idr_for_each 2136 drivers/block/loop.c err = idr_for_each(&loop_index_idr, &find_free_cb, &lo); idr_for_each 2328 drivers/block/loop.c idr_for_each(&loop_index_idr, &loop_exit_cb, NULL); idr_for_each 1834 drivers/block/nbd.c ret = idr_for_each(&nbd_index_idr, &find_free_cb, &nbd); idr_for_each 2270 drivers/block/nbd.c ret = idr_for_each(&nbd_index_idr, &status_cb, reply); idr_for_each 2415 drivers/block/nbd.c idr_for_each(&nbd_index_idr, &nbd_exit_cb, &del_list); idr_for_each 2081 drivers/block/zram/zram_drv.c idr_for_each(&zram_index_idr, &zram_remove_cb, NULL); idr_for_each 389 drivers/firewire/core-cdev.c idr_for_each(&client->resource_idr, schedule_reallocations, client); idr_for_each 1719 drivers/firewire/core-cdev.c ret = idr_for_each(&client->resource_idr, idr_for_each 1763 drivers/firewire/core-cdev.c idr_for_each(&client->resource_idr, shutdown_resource, client); idr_for_each 933 drivers/firmware/arm_scmi/driver.c ret = idr_for_each(idr, scmi_mbox_free_channel, idr); idr_for_each 937 drivers/firmware/arm_scmi/driver.c ret = idr_for_each(idr, scmi_mbox_free_channel, idr); idr_for_each 874 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c idr_for_each(&file->object_idr, amdgpu_debugfs_gem_bo_info, m); idr_for_each 132 drivers/gpu/drm/drm_debugfs.c idr_for_each(&dev->object_name_idr, drm_gem_one_name_info, m); idr_for_each 939 drivers/gpu/drm/drm_gem.c idr_for_each(&file_private->object_idr, idr_for_each 678 drivers/gpu/drm/drm_syncobj.c idr_for_each(&file_private->syncobj_idr, idr_for_each 755 drivers/gpu/drm/i915/gem/i915_gem_context.c idr_for_each(&file_priv->context_idr, context_idr_cleanup, NULL); idr_for_each 759 drivers/gpu/drm/i915/gem/i915_gem_context.c idr_for_each(&file_priv->vm_idr, vm_idr_cleanup, NULL); idr_for_each 338 drivers/gpu/drm/i915/i915_debugfs.c idr_for_each(&file->object_idr, per_file_stats, &stats); idr_for_each 3694 drivers/gpu/drm/i915/i915_perf.c idr_for_each(&dev_priv->perf.metrics_idr, destroy_config, dev_priv); idr_for_each 955 drivers/gpu/drm/tegra/drm.c idr_for_each(&fpriv->contexts, tegra_drm_context_cleanup, NULL); idr_for_each 95 drivers/gpu/drm/vc4/vc4_perfmon.c idr_for_each(&vc4file->perfmon.idr, vc4_perfmon_idr_del, NULL); idr_for_each 250 drivers/gpu/drm/vgem/vgem_fence.c idr_for_each(&vfile->fence_idr, __vgem_fence_idr_fini, vfile); idr_for_each 534 drivers/net/wireless/ath/ath10k/htt_tx.c idr_for_each(&htt->pending_tx, ath10k_htt_tx_clean_up_pending, htt->ar); idr_for_each 9436 drivers/net/wireless/ath/ath10k/wmi.c idr_for_each(&ar->wmi.mgmt_pending_tx, idr_for_each 615 drivers/net/wireless/marvell/mwifiex/wmm.c idr_for_each(&priv->ack_status_frames, mwifiex_free_ack_frame, NULL); idr_for_each 2263 drivers/scsi/sg.c idr_for_each(&sg_index_idr, sg_idr_max_id, &k); idr_for_each 907 drivers/target/target_core_device.c ret = idr_for_each(&devices_idr, target_devices_idr_iter, &iter); idr_for_each 2711 drivers/target/target_core_user.c idr_for_each(&udev->commands, tcmu_check_expired_cmd, NULL); idr_for_each 755 fs/dlm/lockspace.c rv = idr_for_each(&ls->ls_lkbidr, lkb_idr_is_any, ls); idr_for_each 757 fs/dlm/lockspace.c rv = idr_for_each(&ls->ls_lkbidr, lkb_idr_is_local, ls); idr_for_each 814 fs/dlm/lockspace.c idr_for_each(&ls->ls_lkbidr, lkb_idr_free, ls); idr_for_each 184 fs/notify/inotify/inotify_fsnotify.c idr_for_each(&group->inotify_data.idr, idr_callback, group); idr_for_each 120 include/linux/idr.h int idr_for_each(const struct idr *, idr_for_each 378 ipc/shm.c idr_for_each(&shm_ids(ns).ipcs_idr, &shm_try_destroy_orphaned, ns); idr_for_each 215 lib/idr.c EXPORT_SYMBOL(idr_for_each); idr_for_each 220 net/core/net_namespace.c int id = idr_for_each(&net->netns_ids, net_eq_idr, peer); idr_for_each 1045 net/core/net_namespace.c idr_for_each(&net_cb.tgt_net->netns_ids, rtnl_net_dumpid_one, &net_cb); idr_for_each 1378 net/mac80211/main.c idr_for_each(&local->ack_status_frames, idr_for_each 56 tools/testing/radix-tree/idr-test.c idr_for_each(&idr, item_idr_free, &idr); idr_for_each 144 tools/testing/radix-tree/idr-test.c idr_for_each(&idr, item_idr_free, &idr); idr_for_each 169 tools/testing/radix-tree/idr-test.c idr_for_each(&idr, item_idr_free, &idr); idr_for_each 201 tools/testing/radix-tree/idr-test.c idr_for_each(idr, idr_u32_cb, NULL); idr_for_each 344 tools/testing/radix-tree/idr-test.c idr_for_each(&idr, item_idr_free, &idr); idr_for_each 366 tools/testing/radix-tree/idr-test.c idr_for_each(&idr, item_idr_free, &idr); idr_for_each 385 tools/testing/radix-tree/idr-test.c idr_for_each(&idr, item_idr_free, &idr); idr_for_each 394 tools/testing/radix-tree/idr-test.c idr_for_each(&idr, item_idr_free, &idr);