Searched refs:idr_for_each (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/tools/testing/radix-tree/
H A Didr-test.c56 idr_for_each(&idr, item_idr_free, &idr);
144 idr_for_each(&idr, item_idr_free, &idr);
169 idr_for_each(&idr, item_idr_free, &idr);
201 idr_for_each(idr, idr_u32_cb, NULL);
357 idr_for_each(&idr, item_idr_free, &idr);
379 idr_for_each(&idr, item_idr_free, &idr);
398 idr_for_each(&idr, item_idr_free, &idr);
407 idr_for_each(&idr, item_idr_free, &idr);
/linux-master/tools/workqueue/
H A Dwq_dump.py54 from drgn.helpers.linux.idr import idr_for_each namespace
152 for pi, pool in idr_for_each(worker_pool_idr):
157 for pi, pool in idr_for_each(worker_pool_idr):
/linux-master/drivers/gpu/drm/vgem/
H A Dvgem_fence.c250 idr_for_each(&vfile->fence_idr, __vgem_fence_idr_fini, vfile);
/linux-master/fs/notify/inotify/
H A Dinotify_fsnotify.c181 idr_for_each(&group->inotify_data.idr, idr_callback, group);
/linux-master/lib/
H A Didr.c179 * idr_for_each() - Iterate through all stored pointers.
190 * idr_for_each() can be called concurrently with idr_alloc() and
195 int idr_for_each(const struct idr *idr, function
215 EXPORT_SYMBOL(idr_for_each); variable
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_perfmon.c133 idr_for_each(&vc4file->perfmon.idr, vc4_perfmon_idr_del, NULL);
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_perfmon.c115 idr_for_each(&v3d_priv->perfmon.idr, v3d_perfmon_idr_del, NULL);
/linux-master/include/linux/
H A Didr.h120 int idr_for_each(const struct idr *,
/linux-master/fs/fuse/
H A Dpassthrough.c209 idr_for_each(&fc->backing_files_map, fuse_backing_id_free, NULL);
/linux-master/fs/dlm/
H A Dlockspace.c761 rv = idr_for_each(&ls->ls_lkbidr, lkb_idr_is_any, ls);
763 rv = idr_for_each(&ls->ls_lkbidr, lkb_idr_is_local, ls);
829 idr_for_each(&ls->ls_lkbidr, lkb_idr_free, ls);
/linux-master/drivers/gpio/
H A Dgpio-aggregator.c235 idr_for_each(&gpio_aggregator_idr, gpio_aggregator_idr_remove, NULL);
/linux-master/drivers/gpu/drm/
H A Ddrm_debugfs.c135 idr_for_each(&dev->object_name_idr, drm_gem_one_name_info, m);
H A Ddrm_gem.c940 idr_for_each(&file_private->object_idr,
/linux-master/net/core/
H A Dnet_namespace.c201 /* This function is used by idr_for_each(). If net is equal to peer, the
202 * function returns the id so that idr_for_each() stops. Because we cannot
203 * returns the id 0 (idr_for_each() will not stop), we return the magic value
217 int id = idr_for_each(&net->netns_ids, net_eq_idr, peer);
1086 idr_for_each(&net_cb.tgt_net->netns_ids, rtnl_net_dumpid_one, &net_cb);
/linux-master/drivers/firewire/
H A Dcore-cdev.c402 idr_for_each(&client->resource_idr, schedule_reallocations, client);
1851 ret = idr_for_each(&client->resource_idr,
1895 idr_for_each(&client->resource_idr, shutdown_resource, client);
/linux-master/drivers/remoteproc/
H A Dxlnx_r5_remoteproc.c135 * @data: data passed to idr_for_each callback
139 * Return: 0. having return is to satisfy the idr_for_each() function
173 idr_for_each(&rproc->notifyids, event_notified_idr_cb, rproc);
H A Dimx_rproc.c775 idr_for_each(&rproc->notifyids, imx_rproc_notified_idr_cb, rproc);
/linux-master/drivers/target/
H A Dtarget_core_device.c890 ret = idr_for_each(&devices_idr, target_devices_idr_iter, &iter);
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dcore.c1000 idr_for_each(&ar->txmgmt_idr,
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp.c1051 idr_for_each(&dp->tx_ring[i].txbuf_idr,
/linux-master/fs/erofs/
H A Dsuper.c743 idr_for_each(&devs->tree, &erofs_release_device_info, NULL);
/linux-master/drivers/block/
H A Dnbd.c2464 ret = idr_for_each(&nbd_index_idr, &status_cb, reply);
2623 idr_for_each(&nbd_index_idr, &nbd_exit_cb, &del_list);
/linux-master/drivers/firmware/arm_scmi/
H A Ddriver.c2566 idr_for_each(idr, info->desc->ops->chan_free, idr);
2569 idr_for_each(idr, scmi_chan_destroy, idr);
/linux-master/drivers/gpu/drm/tegra/
H A Ddrm.c820 idr_for_each(&fpriv->legacy_contexts, tegra_drm_context_cleanup, NULL);
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c618 idr_for_each(&priv->ack_status_frames, mwifiex_free_ack_frame, NULL);

Completed in 507 milliseconds

12