Symbol: idr_for_each
drivers/block/nbd.c
2563
ret = idr_for_each(&nbd_index_idr, &status_cb, reply);
drivers/block/nbd.c
2722
idr_for_each(&nbd_index_idr, &nbd_exit_cb, &del_list);
drivers/block/zram/zram_drv.c
3250
idr_for_each(&zram_index_idr, &zram_remove_cb, NULL);
drivers/firmware/arm_scmi/driver.c
2877
idr_for_each(idr, info->desc->ops->chan_free, idr);
drivers/firmware/arm_scmi/driver.c
2880
idr_for_each(idr, scmi_chan_destroy, idr);
drivers/gpio/gpio-aggregator.c
1681
idr_for_each(&gpio_aggregator_idr, gpio_aggregator_idr_remove, NULL);
drivers/gpu/drm/drm_debugfs.c
145
idr_for_each(&dev->object_name_idr, drm_gem_one_name_info, m);
drivers/gpu/drm/drm_gem.c
1088
idr_for_each(&file_private->object_idr,
drivers/gpu/drm/i915/i915_perf.c
5207
idr_for_each(&perf->metrics_idr, destroy_config, perf);
drivers/gpu/drm/tegra/drm.c
822
idr_for_each(&fpriv->legacy_contexts, tegra_drm_context_cleanup, NULL);
drivers/gpu/drm/v3d/v3d_perfmon.c
329
idr_for_each(&v3d_priv->perfmon.idr, v3d_perfmon_idr_del, v3d);
drivers/gpu/drm/vc4/vc4_perfmon.c
140
idr_for_each(&vc4file->perfmon.idr, vc4_perfmon_idr_del, vc4);
drivers/gpu/drm/vgem/vgem_fence.c
235
idr_for_each(&vfile->fence_idr, __vgem_fence_idr_fini, vfile);
drivers/gpu/drm/xe/xe_oa.c
2816
idr_for_each(&oa->metrics_idr, destroy_config, oa);
drivers/net/wireless/ath/ath10k/htt_tx.c
540
idr_for_each(&htt->pending_tx, ath10k_htt_tx_clean_up_pending, htt->ar);
drivers/net/wireless/ath/ath10k/wmi.c
9633
idr_for_each(&ar->wmi.mgmt_pending_tx,
drivers/net/wireless/ath/ath11k/core.c
2450
idr_for_each(&ar->txmgmt_idr,
drivers/net/wireless/ath/ath11k/dp.c
1040
idr_for_each(&dp->tx_ring[i].txbuf_idr,
drivers/net/wireless/ath/ath11k/mac.c
10421
idr_for_each(&ar->txmgmt_idr, ath11k_mac_tx_mgmt_pending_free, ar);
drivers/net/wireless/ath/ath11k/mac.c
7407
idr_for_each(&ar->txmgmt_idr,
drivers/net/wireless/ath/ath11k/mac.c
7412
idr_for_each(&ab->dp.tx_ring[i].txbuf_idr,
drivers/net/wireless/ath/ath12k/core.c
1507
idr_for_each(&ar->txmgmt_idr,
drivers/net/wireless/ath/ath12k/mac.c
10749
idr_for_each(&ar->txmgmt_idr,
drivers/net/wireless/ath/ath12k/mac.c
14383
idr_for_each(&ar->txmgmt_idr, ath12k_mac_tx_mgmt_pending_free, ar);
drivers/net/wireless/marvell/mwifiex/wmm.c
614
idr_for_each(&priv->ack_status_frames, mwifiex_free_ack_frame, NULL);
drivers/remoteproc/imx_rproc.c
844
idr_for_each(&rproc->notifyids, imx_rproc_notified_idr_cb, rproc);
drivers/remoteproc/xlnx_r5_remoteproc.c
216
idr_for_each(&rproc->notifyids, event_notified_idr_cb, rproc);
drivers/scsi/sg.c
2279
idr_for_each(&sg_index_idr, sg_idr_max_id, &k);
drivers/target/target_core_device.c
954
ret = idr_for_each(&devices_idr, target_devices_idr_iter, &iter);
fs/erofs/super.c
858
idr_for_each(&devs->tree, &erofs_release_device_info, NULL);
fs/fuse/backing.c
78
idr_for_each(&fc->backing_files_map, fuse_backing_id_free, NULL);
fs/notify/inotify/inotify_fsnotify.c
181
idr_for_each(&group->inotify_data.idr, idr_callback, group);
include/linux/idr.h
121
int idr_for_each(const struct idr *,
ipc/shm.c
438
idr_for_each(&shm_ids(ns).ipcs_idr, &shm_try_destroy_orphaned, ns);
lib/idr.c
217
EXPORT_SYMBOL(idr_for_each);
net/core/net_namespace.c
1171
idr_for_each(&net_cb.tgt_net->netns_ids, rtnl_net_dumpid_one, &net_cb);
net/core/net_namespace.c
298
int id = idr_for_each(&net->netns_ids, net_eq_idr, peer);
net/l2tp/l2tp_core.c
1891
idr_for_each(&pn->l2tp_v2_session_idr, l2tp_idr_item_unexpected,
net/l2tp/l2tp_core.c
1893
idr_for_each(&pn->l2tp_v3_session_idr, l2tp_idr_item_unexpected,
net/l2tp/l2tp_core.c
1895
idr_for_each(&pn->l2tp_tunnel_idr, l2tp_idr_item_unexpected,
net/mac80211/main.c
1734
idr_for_each(&local->ack_status_frames,
tools/testing/radix-tree/idr-test.c
164
idr_for_each(&idr, item_idr_free, &idr);
tools/testing/radix-tree/idr-test.c
189
idr_for_each(&idr, item_idr_free, &idr);
tools/testing/radix-tree/idr-test.c
221
idr_for_each(idr, idr_u32_cb, NULL);
tools/testing/radix-tree/idr-test.c
377
idr_for_each(&idr, item_idr_free, &idr);
tools/testing/radix-tree/idr-test.c
399
idr_for_each(&idr, item_idr_free, &idr);
tools/testing/radix-tree/idr-test.c
418
idr_for_each(&idr, item_idr_free, &idr);
tools/testing/radix-tree/idr-test.c
427
idr_for_each(&idr, item_idr_free, &idr);
tools/testing/radix-tree/idr-test.c
56
idr_for_each(&idr, item_idr_free, &idr);