Symbol: idr_remove
arch/powerpc/kvm/book3s_hv_nested.c
721
idr_remove(&kvm->arch.kvm_nested_guest_idr, lpid);
arch/x86/kvm/hyperv.c
2751
eventfd = idr_remove(&hv->conn_to_evt, conn_id);
arch/x86/kvm/xen.c
2190
evtchnfd = idr_remove(&kvm->arch.xen.evtchn_ports, port);
arch/x86/kvm/xen.c
2228
idr_remove(&kvm->arch.xen.evtchn_ports, evtchnfd->send_port);
drivers/accel/habanalabs/common/command_submission.c
2112
idr_remove(&mgr->handles, hdl_id);
drivers/accel/habanalabs/common/command_submission.c
2177
idr_remove(&mgr->handles, handle_id);
drivers/accel/habanalabs/common/context.c
192
idr_remove(&ctx_mgr->handles, ctx->handle);
drivers/accel/habanalabs/common/context.c
21
idr_remove(&mgr->handles, handle->id);
drivers/accel/habanalabs/common/habanalabs_drv.c
514
idr_remove(&hl_devs_idr, hdev->id);
drivers/accel/habanalabs/common/memory.c
2798
idr_remove(&vm->phys_pg_pack_handles, i);
drivers/accel/habanalabs/common/memory.c
377
idr_remove(&vm->phys_pg_pack_handles, handle);
drivers/accel/habanalabs/common/memory_mgr.c
185
idr_remove(&mmg->handles, lower_32_bits(buf->handle >> PAGE_SHIFT));
drivers/accel/habanalabs/common/memory_mgr.c
67
idr_remove(&buf->mmg->handles, lower_32_bits(buf->handle >> PAGE_SHIFT));
drivers/accel/habanalabs/common/memory_mgr.c
86
idr_remove(&buf->mmg->handles, lower_32_bits(buf->handle >> PAGE_SHIFT));
drivers/ata/pata_parport/pata_parport.c
620
idr_remove(&protocols, id);
drivers/ata/pata_parport/pata_parport.c
755
idr_remove(&parport_list, port->number);
drivers/block/drbd/drbd_main.c
2776
peer_device = idr_remove(&connection->peer_devices, vnr);
drivers/block/drbd/drbd_main.c
2784
idr_remove(&resource->devices, vnr);
drivers/block/drbd/drbd_main.c
2786
idr_remove(&drbd_devices, minor);
drivers/block/drbd/drbd_main.c
2811
idr_remove(&connection->peer_devices, device->vnr);
drivers/block/drbd/drbd_main.c
2814
idr_remove(&resource->devices, device->vnr);
drivers/block/drbd/drbd_main.c
2816
idr_remove(&drbd_devices, device_to_minor(device));
drivers/block/loop.c
2101
idr_remove(&loop_index_idr, i);
drivers/block/loop.c
2116
idr_remove(&loop_index_idr, lo->lo_number);
drivers/block/nbd.c
2038
idr_remove(&nbd_index_idr, index);
drivers/block/nbd.c
276
idr_remove(&nbd_index_idr, nbd->index);
drivers/block/ublk_drv.c
4308
idr_remove(&ublk_index_idr, ub->ub_number);
drivers/block/zloop.c
1354
idr_remove(&zloop_index_idr, zlo->id);
drivers/block/zloop.c
1429
idr_remove(&zloop_index_idr, zlo->id);
drivers/block/zram/zram_drv.c
3105
idr_remove(&zram_index_idr, device_id);
drivers/block/zram/zram_drv.c
3206
idr_remove(&zram_index_idr, dev_id);
drivers/char/tpm/tpm-chip.c
244
idr_remove(&dev_nums_idr, chip->dev_num);
drivers/crypto/hisilicon/qm.c
2222
idr_remove(&qm->qp_idr, qp->qp_id);
drivers/crypto/hisilicon/qm.c
3739
idr_remove(&qm->qp_idr, qp->qp_id);
drivers/crypto/hisilicon/sec2/sec_crypto.c
146
idr_remove(&qp_ctx->req_idr, req_id);
drivers/crypto/inside-secure/eip93/eip93-main.c
254
idr_remove(&eip93->ring->crypto_async_idr, crypto_idr);
drivers/dca/dca-sysfs.c
57
idr_remove(&dca_idr, dca->id);
drivers/dca/dca-sysfs.c
70
idr_remove(&dca_idr, dca->id);
drivers/firmware/arm_scmi/bus.c
187
idr_remove(&scmi_requested_devices,
drivers/firmware/arm_scmi/driver.c
2384
idr_remove(&info->protocols, protocol_id);
drivers/firmware/arm_scmi/driver.c
2900
idr_remove(idr, id);
drivers/fpga/dfl.c
118
idr_remove(&dfl_devs[type].id, id);
drivers/gpio/gpio-aggregator.c
106
idr_remove(&gpio_aggregator_idr, aggr->id);
drivers/gpio/gpio-aggregator.c
1566
idr_remove(&gpio_aggregator_idr, id);
drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c
156
list = idr_remove(&fpriv->bo_list_handles, id);
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
518
idr_remove(&mgr->ctx_handles, *id);
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
550
ctx = idr_remove(&mgr->ctx_handles, id);
drivers/gpu/drm/amd/amdkfd/kfd_events.c
283
idr_remove(&p->event_idr, ev->event_id);
drivers/gpu/drm/amd/amdkfd/kfd_process.c
1879
idr_remove(&pdd->alloc_idr, handle);
drivers/gpu/drm/display/drm_dp_aux_dev.c
288
idr_remove(&aux_idr, aux_dev->index);
drivers/gpu/drm/drm_auth.c
345
idr_remove(&file_priv->master->magic_map, file_priv->magic);
drivers/gpu/drm/drm_connector.c
3552
idr_remove(&dev->mode_config.tile_idr, tg->id);
drivers/gpu/drm/drm_gem.c
1061
idr_remove(&file_priv->object_idr, new_handle);
drivers/gpu/drm/drm_gem.c
1073
idr_remove(&file_priv->object_idr, new_handle);
drivers/gpu/drm/drm_gem.c
1085
idr_remove(&file_priv->object_idr, args->handle);
drivers/gpu/drm/drm_gem.c
314
idr_remove(&dev->object_name_idr, obj->name);
drivers/gpu/drm/drm_gem.c
417
idr_remove(&filp->object_idr, handle);
drivers/gpu/drm/drm_gem.c
532
idr_remove(&file_priv->object_idr, handle);
drivers/gpu/drm/drm_lease.c
283
idr_remove(&(drm_lease_owner(master)->lessee_idr), master->lessee_id);
drivers/gpu/drm/drm_lease.c
318
idr_remove(&master->leases, object);
drivers/gpu/drm/drm_mode_object.c
113
idr_remove(&dev->mode_config.object_idr, object->id);
drivers/gpu/drm/i915/gvt/dmabuf.c
147
idr_remove(&vgpu->object_idr,
drivers/gpu/drm/i915/gvt/dmabuf.c
582
idr_remove(&vgpu->object_idr, dmabuf_obj->dmabuf_id);
drivers/gpu/drm/i915/gvt/vgpu.c
240
idr_remove(&gvt->vgpu_idr, vgpu->id);
drivers/gpu/drm/i915/gvt/vgpu.c
403
idr_remove(&gvt->vgpu_idr, vgpu->id);
drivers/gpu/drm/i915/i915_perf.c
4782
idr_remove(&perf->metrics_idr, *arg);
drivers/gpu/drm/i915/selftests/i915_perf.c
63
idr_remove(&perf->metrics_idr, oa_config->id);
drivers/gpu/drm/msm/msm_gem_submit.c
102
idr_remove(&submit->queue->fence_idr, submit->fence_id);
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/client.c
20
idr_remove(&gsp->client_id.idr, id);
drivers/gpu/drm/qxl/qxl_cmd.c
437
idr_remove(&qdev->surf_id_idr, handle);
drivers/gpu/drm/qxl/qxl_cmd.c
454
idr_remove(&qdev->surf_id_idr, surface_id);
drivers/gpu/drm/qxl/qxl_release.c
147
idr_remove(&qdev->release_idr, release->id);
drivers/gpu/drm/tegra/drm.c
507
idr_remove(&fpriv->legacy_contexts, context->id);
drivers/gpu/drm/vmwgfx/ttm_object.c
219
idr_remove(&tdev->idr, base->handle);
drivers/gpu/drm/vmwgfx/ttm_object.c
231
idr_remove(&tdev->idr, base->handle);
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
109
idr_remove(idr, res->id);
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
164
idr_remove(idr, id);
drivers/gpu/drm/xe/xe_oa.c
2493
idr_remove(&oa->metrics_idr, arg);
drivers/hv/mshv_portid_table.c
33
port_info = idr_remove(&port_table_idr, i);
drivers/hv/mshv_portid_table.c
61
info = idr_remove(&port_table_idr, port_id);
drivers/hwtracing/coresight/coresight-tmc-etr.c
1559
buf = idr_remove(&drvdata->idr, etr_perf->pid);
drivers/i2c/i2c-core-base.c
1657
idr_remove(&i2c_adapter_idr, adap->nr);
drivers/i2c/i2c-core-base.c
1844
idr_remove(&i2c_adapter_idr, adap->nr);
drivers/i3c/master.c
490
idr_remove(&i3c_bus_idr, i3cbus->id);
drivers/interconnect/core.c
922
idr_remove(&icc_idr, node->id);
drivers/md/dm.c
2183
idr_remove(&_minor_idr, minor);
drivers/memstick/core/memstick.c
544
idr_remove(&memstick_host_idr, host->id);
drivers/memstick/core/memstick.c
570
idr_remove(&memstick_host_idr, host->id);
drivers/memstick/core/ms_block.c
1972
idr_remove(&msb_disk_idr, msb->disk_id);
drivers/memstick/core/ms_block.c
2147
idr_remove(&msb_disk_idr, msb->disk_id);
drivers/memstick/core/mspro_block.c
1178
idr_remove(&mspro_block_disk_idr, disk_id);
drivers/memstick/core/mspro_block.c
186
idr_remove(&mspro_block_disk_idr, disk_id);
drivers/misc/c2port/core.c
955
idr_remove(&c2port_idr, c2dev->id);
drivers/misc/c2port/core.c
973
idr_remove(&c2port_idr, c2dev->id);
drivers/misc/cardreader/rtsx_pcr.c
1594
idr_remove(&rtsx_pci_idr, pcr->id);
drivers/misc/cardreader/rtsx_pcr.c
1639
idr_remove(&rtsx_pci_idr, pcr->id);
drivers/misc/fastrpc.c
567
idr_remove(&cctx->ctx_idr, ctx->ctxid >> 4);
drivers/misc/mei/main.c
1258
idr_remove(&mei_idr, minor);
drivers/misc/ocxl/afu_irq.c
146
idr_remove(&ctx->irq_idr, irq->id);
drivers/misc/ocxl/afu_irq.c
179
idr_remove(&ctx->irq_idr, irq->id);
drivers/misc/ocxl/context.c
287
idr_remove(&ctx->afu->contexts_idr, ctx->pasid);
drivers/misc/ocxl/file.c
45
idr_remove(&minors_idr, MINOR(info->dev.devt));
drivers/misc/tifm_core.c
209
idr_remove(&tifm_adapter_idr, fm->id);
drivers/misc/tifm_core.c
228
idr_remove(&tifm_adapter_idr, fm->id);
drivers/mtd/mtdcore.c
862
idr_remove(&mtd_idr, i);
drivers/mtd/mtdcore.c
98
idr_remove(&mtd_idr, mtd->index);
drivers/mtd/ubi/block.c
438
idr_remove(&ubiblock_minor_idr, gd->first_minor);
drivers/mtd/ubi/block.c
461
idr_remove(&ubiblock_minor_idr, id);
drivers/net/dsa/mv88e6xxx/chip.c
2427
idr_remove(&chip->policies, fs->location);
drivers/net/dsa/mv88e6xxx/chip.c
2498
policy = idr_remove(&chip->policies, fs->location);
drivers/net/ethernet/intel/ice/virt/fdir.c
1346
idr_remove(&vf->fdir.fdir_rule_idr, id);
drivers/net/ethernet/marvell/prestera/prestera_acl.c
180
idr_remove(&acl->uid, uid);
drivers/net/ethernet/marvell/prestera/prestera_acl.c
262
idr_remove(&acl->uid, uid);
drivers/net/ethernet/marvell/prestera/prestera_counter.c
290
idr_remove(&block->counter_idr, counter_id);
drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c
772
idr_remove(&mlxsw_afa->cookie_idr, cookie->cookie_index);
drivers/net/ethernet/mellanox/mlxsw/spectrum_pgt.c
53
WARN_ON(idr_remove(&mlxsw_sp->pgt->pgt_idr, mid_base));
drivers/net/ethernet/mellanox/mlxsw/spectrum_pgt.c
79
idr_remove(&mlxsw_sp->pgt->pgt_idr, mid_base + i);
drivers/net/ethernet/mellanox/mlxsw/spectrum_pgt.c
93
WARN_ON_ONCE(idr_remove(pgt_idr, mid_base + i));
drivers/net/ethernet/mellanox/mlxsw/spectrum_policer.c
144
policer = idr_remove(&family->policer_idr, policer_index);
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
8937
profile = idr_remove(&mlxsw_sp->router->rif_mac_profiles_idr,
drivers/net/ethernet/netronome/nfp/flower/main.c
127
idr_remove(&priv->internal_ports.port_ids, id);
drivers/net/ppp/ppp_generic.c
3644
idr_remove(p, n);
drivers/net/tap.c
390
idr_remove(&tap_major->minor_idr, tap->minor);
drivers/net/wireless/ath/ath10k/htt_tx.c
222
idr_remove(&htt->pending_tx, msdu_id);
drivers/net/wireless/ath/ath10k/wmi-tlv.c
3054
pkt_addr = idr_remove(&wmi->mgmt_pending_tx, cb->msdu_id);
drivers/net/wireless/ath/ath10k/wmi.c
2466
idr_remove(&wmi->mgmt_pending_tx, param->desc_id);
drivers/net/wireless/ath/ath11k/dbring.c
371
idr_remove(&ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath11k/dbring.c
418
idr_remove(&ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath11k/dbring.c
99
idr_remove(&ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath11k/dp_rx.c
2704
idr_remove(&rx_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath11k/dp_rx.c
2961
idr_remove(&rx_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath11k/dp_rx.c
3139
idr_remove(&rx_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath11k/dp_rx.c
3152
idr_remove(&rx_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath11k/dp_rx.c
3513
idr_remove(&rx_refill_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath11k/dp_rx.c
3753
idr_remove(&rx_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath11k/dp_rx.c
4186
idr_remove(&rx_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath11k/dp_rx.c
421
idr_remove(&rx_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath11k/dp_rx.c
4312
idr_remove(&rx_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath11k/dp_rx.c
444
idr_remove(&rx_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath11k/dp_rx.c
4852
idr_remove(&rx_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath11k/dp_rx.c
5416
idr_remove(&rx_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath11k/dp_tx.c
277
idr_remove(&tx_ring->txbuf_idr,
drivers/net/wireless/ath/ath11k/dp_tx.c
296
msdu = idr_remove(&tx_ring->txbuf_idr, msdu_id);
drivers/net/wireless/ath/ath11k/dp_tx.c
328
msdu = idr_remove(&tx_ring->txbuf_idr, ts->msdu_id);
drivers/net/wireless/ath/ath11k/dp_tx.c
747
msdu = idr_remove(&tx_ring->txbuf_idr, msdu_id);
drivers/net/wireless/ath/ath11k/mac.c
6138
msdu = idr_remove(&ar->txmgmt_idr, buf_id);
drivers/net/wireless/ath/ath11k/mac.c
6250
idr_remove(&ar->txmgmt_idr, buf_id);
drivers/net/wireless/ath/ath11k/wmi.c
6014
idr_remove(&ar->txmgmt_idr, tx_compl_param->desc_id);
drivers/net/wireless/ath/ath12k/dbring.c
311
idr_remove(&ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath12k/dbring.c
350
idr_remove(&ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath12k/dbring.c
66
idr_remove(&ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath12k/dp_mon.c
622
msdu = idr_remove(&buf_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath12k/dp_mon.c
716
idr_remove(&buf_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath12k/dp_mon.c
803
idr_remove(&rx_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath12k/dp_rx.c
184
idr_remove(&rx_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath12k/mac.c
9164
msdu = idr_remove(&ar->txmgmt_idr, buf_id);
drivers/net/wireless/ath/ath12k/mac.c
9258
idr_remove(&ar->txmgmt_idr, buf_id);
drivers/net/wireless/ath/ath12k/wifi7/dp_mon.c
3141
idr_remove(&rx_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath12k/wifi7/dp_mon.c
3154
idr_remove(&rx_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath12k/wifi7/dp_mon.c
3286
skb = idr_remove(&buf_ring->bufs_idr, buf_id);
drivers/net/wireless/ath/ath12k/wmi.c
6414
idr_remove(&ar->txmgmt_idr, desc_id);
drivers/net/wireless/marvell/mwifiex/txrx.c
338
ack_skb = idr_remove(&priv->ack_status_frames, tx_status->tx_token_id);
drivers/net/wireless/mediatek/mt76/mt76.h
2096
txwi = idr_remove(&dev->token, token);
drivers/net/wireless/mediatek/mt76/mt7615/usb_sdio.c
220
idr_remove(&wcid->pktid, pktid);
drivers/net/wireless/mediatek/mt76/mt76x02_usb_core.c
113
idr_remove(&wcid->pktid, pid);
drivers/net/wireless/mediatek/mt76/mt7921/mac.c
815
idr_remove(&wcid->pktid, pktid);
drivers/net/wireless/mediatek/mt76/mt7925/mac.c
1457
idr_remove(&wcid->pktid, pktid);
drivers/net/wireless/mediatek/mt76/tx.c
179
skb = idr_remove(&wcid->pktid, pktid);
drivers/net/wireless/mediatek/mt76/tx.c
199
idr_remove(&wcid->pktid, cb->pktid);
drivers/net/wireless/mediatek/mt76/tx.c
918
txwi = idr_remove(&dev->token, token);
drivers/net/wireless/mediatek/mt76/tx.c
952
t = idr_remove(&dev->rx_token, token);
drivers/of/overlay.c
867
idr_remove(&ovcs_idr, ovcs->id);
drivers/pci/endpoint/pci-ep-cfs.c
504
idr_remove(&functions_idr, epf_group->index);
drivers/pci/endpoint/pci-ep-cfs.c
652
idr_remove(&functions_idr, epf_group->index);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
230
idr_remove(&instance->context_map, msg_context->handle);
drivers/power/supply/bq2415x_charger.c
1711
idr_remove(&bq2415x_id, num);
drivers/power/supply/bq2415x_charger.c
1732
idr_remove(&bq2415x_id, bq->id);
drivers/power/supply/bq25890_charger.c
1445
idr_remove(&bq25890_id, bq->id);
drivers/powercap/powercap_sys.c
395
idr_remove(power_zone->parent_idr, power_zone->id);
drivers/powercap/powercap_sys.c
576
idr_remove(power_zone->parent_idr, power_zone->id);
drivers/pps/pps.c
403
idr_remove(&pps_idr, pps->id);
drivers/pps/pps.c
418
idr_remove(&pps_idr, pps->id);
drivers/ptp/ptp_ocp.c
4710
idr_remove(&ptp_ocp_idr, bp->id);
drivers/pwm/core.c
2540
idr_remove(&pwm_chips, chip->id);
drivers/pwm/core.c
2578
idr_remove(&pwm_chips, chip->id);
drivers/rapidio/rio_cm.c
1181
idr_remove(&ch_idr, new_ch->id);
drivers/rapidio/rio_cm.c
1509
idr_remove(&ch_idr, ch->id);
drivers/rapidio/rio_cm.c
1703
idr_remove(&ch_idr, ch->id);
drivers/rapidio/rio_cm.c
2044
idr_remove(&ch_idr, ch->id);
drivers/rapidio/rio_cm.c
2205
idr_remove(&ch_idr, ch->id);
drivers/rapidio/rio_cm.c
2255
idr_remove(&ch_idr, ch->id);
drivers/rapidio/rio_cm.c
465
idr_remove(&ch_idr, ch->id);
drivers/remoteproc/remoteproc_core.c
412
idr_remove(&rproc->notifyids, rvring->notifyid);
drivers/rpmsg/qcom_glink_native.c
1275
idr_remove(&glink->lcids, channel->lcid);
drivers/rpmsg/qcom_glink_native.c
1702
idr_remove(&glink->rcids, channel->rcid);
drivers/rpmsg/qcom_glink_native.c
1735
idr_remove(&glink->rcids, channel->rcid);
drivers/rpmsg/qcom_glink_native.c
1760
idr_remove(&glink->lcids, channel->lcid);
drivers/rpmsg/qcom_glink_native.c
517
idr_remove(&glink->lcids, channel->lcid);
drivers/rpmsg/qcom_glink_native.c
609
idr_remove(&channel->liids, intent->id);
drivers/rpmsg/qcom_glink_native.c
819
idr_remove(&channel->riids, intent->id);
drivers/rpmsg/virtio_rpmsg_bus.c
298
idr_remove(&vrp->endpoints, ept->addr);
drivers/scsi/bfa/bfad_im.c
584
idr_remove(&bfad_im_port_index, im_port->idr_id);
drivers/scsi/bfa/bfad_im.c
603
idr_remove(&bfad_im_port_index, im_port->idr_id);
drivers/scsi/ch.c
963
idr_remove(&ch_index_idr, ch->minor);
drivers/scsi/ch.c
975
idr_remove(&ch_index_idr, ch->minor);
drivers/scsi/lpfc/lpfc_init.c
9041
idr_remove(&lpfc_hba_index, phba->brd_no);
drivers/scsi/scsi_transport_iscsi.c
176
idr_remove(&iscsi_ep_idr, ep->id);
drivers/scsi/scsi_transport_iscsi.c
250
idr_remove(&iscsi_ep_idr, id);
drivers/scsi/sg.c
1553
idr_remove(&sg_index_idr, sdp->index);
drivers/scsi/sg.c
1580
idr_remove(&sg_index_idr, sdp->index);
drivers/scsi/st.c
4490
idr_remove(&st_index_idr, tpnt->index);
drivers/scsi/st.c
4515
idr_remove(&st_index_idr, index);
drivers/slimbus/messaging.c
92
idr_remove(&ctrl->tid_idr, txn->tid);
drivers/soc/qcom/apr.c
386
idr_remove(&apr->svcs_idr, adev->svc.id);
drivers/soc/qcom/apr.c
83
idr_remove(&gpr->svcs_idr, port->id);
drivers/soc/qcom/qmi_interface.c
353
idr_remove(&qmi->txns, txn->id);
drivers/soc/qcom/qmi_interface.c
374
idr_remove(&qmi->txns, txn->id);
drivers/spi/spi.c
3561
idr_remove(&spi_controller_idr, ctlr->bus_num);
drivers/spi/spi.c
3642
idr_remove(&spi_controller_idr, id);
drivers/staging/greybus/uart.c
378
idr_remove(&tty_minors, minor);
drivers/target/iscsi/iscsi_target.c
193
idr_remove(&tiqn_idr, tiqn->tiqn_index);
drivers/target/target_core_device.c
1036
idr_remove(&devices_idr, dev->dev_index);
drivers/target/target_core_device.c
1056
idr_remove(&devices_idr, dev->dev_index);
drivers/tee/optee/supp.c
138
idr_remove(&supp->idr, req->id);
drivers/tee/optee/supp.c
345
idr_remove(&supp->idr, id);
drivers/tee/optee/supp.c
54
idr_remove(&supp->idr, id);
drivers/tee/qcomtee/call.c
35
object = idr_remove(&ctxdata->qtee_objects_idr, id);
drivers/tee/qcomtee/user_obj.c
143
ureq = idr_remove(&ctxdata->reqs_idr, req_id);
drivers/tee/tee_shm.c
153
idr_remove(&teedev->idr, id);
drivers/tee/tee_shm.c
519
idr_remove(&teedev->idr, id);
drivers/tee/tee_shm.c
711
idr_remove(&teedev->idr, shm->id);
drivers/tty/rpmsg_tty.c
160
idr_remove(&tty_idr, cport->id);
drivers/uio/uio.c
422
idr_remove(&uio_idr, minor);
drivers/usb/class/cdc-acm.c
103
idr_remove(&acm_minors, acm->minor);
drivers/usb/core/hcd.c
934
idr_remove(&usb_bus_idr, bus->busnum);
drivers/usb/host/xhci-dbgtty.c
538
idr_remove(&dbc_tty_minors, port->minor);
drivers/usb/host/xhci-dbgtty.c
564
idr_remove(&dbc_tty_minors, port->minor);
drivers/usb/serial/usb-serial.c
105
idr_remove(&serial_minors, serial->port[j]->minor);
drivers/usb/serial/usb-serial.c
116
idr_remove(&serial_minors, serial->port[i]->minor);
drivers/vdpa/vdpa_user/vduse_dev.c
2031
idr_remove(&vduse_idr, dev->minor);
drivers/vdpa/vdpa_user/vduse_dev.c
2265
idr_remove(&vduse_idr, dev->minor);
fs/afs/cell.c
606
idr_remove(&cell->net->cells_dyn_ino, cell->dynroot_ino);
fs/fuse/backing.c
62
fb = idr_remove(&fc->backing_files_map, id);
fs/kernfs/dir.c
615
idr_remove(&root->ino_idr, (u32)kernfs_ino(kn));
fs/kernfs/dir.c
723
idr_remove(&root->ino_idr, (u32)kernfs_ino(kn));
fs/nfs/client.c
219
idr_remove(&nn->cb_ident_idr, clp->cl_cb_ident);
fs/nfsd/nfs4state.c
1181
idr_remove(&clp->cl_stateids, s->sc_stateid.si_opaque.so_id);
fs/nfsd/nfs4state.c
1594
idr_remove(&clp->cl_stateids, s->sc_stateid.si_opaque.so_id);
fs/nfsd/nfs4state.c
7473
idr_remove(&nn->s2s_cp_stateids,
fs/nfsd/nfs4state.c
996
idr_remove(&nn->s2s_cp_stateids,
fs/notify/inotify/inotify_user.c
506
idr_remove(idr, wd);
fs/ocfs2/cluster/tcp.c
322
idr_remove(&nn->nn_status_idr, nsw->ns_id);
fs/smb/client/cifs_swn.c
486
idr_remove(&cifs_swnreg_idr, reg->id);
fs/smb/client/cifs_swn.c
498
idr_remove(&cifs_swnreg_idr, swnreg->id);
fs/smb/server/vfs_cache.c
1188
idr_remove(ft->idr, id);
fs/smb/server/vfs_cache.c
1235
idr_remove(ft->idr, id);
fs/smb/server/vfs_cache.c
462
idr_remove(global_ft.idr, fp->persistent_id);
fs/smb/server/vfs_cache.c
492
idr_remove(ft->idr, fp->volatile_id);
fs/smb/server/vfs_cache.c
700
idr_remove(ft->idr, id);
fs/smb/server/vfs_cache.c
870
idr_remove(ft->idr, fp->volatile_id);
fs/vboxsf/super.c
260
idr_remove(&sbi->ino_idr, inode->i_ino);
include/linux/idr.h
119
void *idr_remove(struct idr *, unsigned long id);
include/linux/idr.h
137
if (_T.id >= 0) idr_remove(_T.idr, _T.id),
ipc/util.c
312
idr_remove(&ids->ipcs_idr, idx);
ipc/util.c
501
WARN_ON_ONCE(idr_remove(&ids->ipcs_idr, idx) != ipcp);
kernel/bpf/btf.c
1797
idr_remove(&btf_idr, btf->id);
kernel/bpf/syscall.c
2432
idr_remove(&prog_idr, prog->aux->id);
kernel/bpf/syscall.c
3329
idr_remove(&link_idr, id);
kernel/bpf/syscall.c
480
idr_remove(&map_idr, map->id);
kernel/cgroup/cgroup.c
1364
idr_remove(&cgroup_hierarchy_idr, root->hierarchy_id);
kernel/cgroup/cgroup.c
382
idr_remove(idr, id);
kernel/events/core.c
13060
idr_remove(&pmu_idr, pmu->type);
kernel/pid.c
139
idr_remove(&ns->idr, upid->nr);
kernel/pid.c
349
idr_remove(&upid->ns->idr, upid->nr);
kernel/workqueue.c
5077
idr_remove(&worker_pool_idr, pool->id);
lib/codetag.c
214
idr_remove(&cttype->mod_idr, mod_id);
lib/codetag.c
369
idr_remove(&cttype->mod_idr, mod_id);
lib/idr.c
158
EXPORT_SYMBOL_GPL(idr_remove);
mm/shrinker.c
242
idr_remove(&shrinker_idr, id);
mm/shrinker.c
258
idr_remove(&shrinker_idr, id);
net/9p/client.c
275
idr_remove(&c->reqs, tag);
net/9p/client.c
768
idr_remove(&clnt->fids, fid->fid);
net/bluetooth/hci_core.c
1869
idr_remove(&hdev->adv_monitors_idr, monitor->handle);
net/core/net_namespace.c
646
idr_remove(&tmp->netns_ids, curr_id);
net/l2tp/l2tp_core.c
1371
removed = idr_remove(&pn->l2tp_v3_session_idr,
net/l2tp/l2tp_core.c
1376
removed = idr_remove(&pn->l2tp_v2_session_idr,
net/l2tp/l2tp_core.c
1416
idr_remove(&pn->l2tp_tunnel_idr, tunnel->tunnel_id);
net/l2tp/l2tp_core.c
541
void *removed = idr_remove(&pn->l2tp_v3_session_idr, session_key);
net/mac80211/cfg.c
521
idr_remove(&sdata->u.nan.de.function_inst_ids,
net/mac80211/cfg.c
5264
idr_remove(&sdata->u.nan.de.function_inst_ids, inst_id);
net/mac80211/iface.c
650
idr_remove(&sdata->u.nan.de.function_inst_ids, i);
net/mac80211/status.c
619
skb = idr_remove(&local->ack_status_frames, info->status_data);
net/mac80211/tx.c
2616
ack_skb = idr_remove(&local->ack_status_frames, info_id);
net/netlink/genetlink.c
833
idr_remove(&genl_fam_idr, family->id);
net/netlink/genetlink.c
861
idr_remove(&genl_fam_idr, family->id);
net/rxrpc/conn_client.c
48
idr_remove(&local->conn_ids, conn->proto.cid >> RXRPC_CIDSHIFT);
net/sched/act_api.c
380
idr_remove(&idrinfo->action_idr, p->tcfa_index);
net/sched/act_api.c
622
idr_remove(&p->idrinfo->action_idr, p->tcfa_index);
net/sched/act_api.c
760
WARN_ON(p != idr_remove(&idrinfo->action_idr,
net/sched/act_api.c
854
WARN_ON(!IS_ERR(idr_remove(&idrinfo->action_idr, index)));
net/sched/cls_api.c
1009
idr_remove(&tn->idr, block->index);
net/sched/cls_basic.c
117
idr_remove(&head->handle_idr, f->handle);
net/sched/cls_basic.c
135
idr_remove(&head->handle_idr, f->handle);
net/sched/cls_basic.c
225
idr_remove(&head->handle_idr, fnew->handle);
net/sched/cls_bpf.c
293
idr_remove(&head->handle_idr, prog->handle);
net/sched/cls_bpf.c
533
idr_remove(&head->handle_idr, prog->handle);
net/sched/cls_flower.c
2593
idr_remove(&head->handle_idr, fnew->handle);
net/sched/cls_flower.c
571
idr_remove(&head->handle_idr, f->handle);
net/sched/cls_u32.c
1006
idr_remove(&tp_c->handle_idr, handle2id(handle));
net/sched/cls_u32.c
1208
idr_remove(&ht->handle_idr, handle);
net/sched/cls_u32.c
477
idr_remove(&ht->handle_idr, key->handle);
net/sched/cls_u32.c
599
idr_remove(&ht->handle_idr, n->handle);
net/sched/cls_u32.c
624
idr_remove(&tp_c->handle_idr, handle2id(ht->handle));
net/sctp/associola.c
412
idr_remove(&sctp_assocs_id, asoc->assoc_id);
net/tipc/topsrv.c
131
idr_remove(&s->conn_idr, con->conid);
sound/ac97/bus.c
280
idr_remove(&ac97_adapter_idr, ac97_ctrl->nr);
sound/soc/qcom/qdsp6/q6apm.c
135
graph = idr_remove(&apm->graph_idr, graph->id);
sound/soc/qcom/qdsp6/topology.c
970
idr_remove(&apm->modules_idr, mod->instance_id);
sound/soc/qcom/qdsp6/topology.c
980
idr_remove(&apm->containers_idr, cont->container_id);
sound/soc/qcom/qdsp6/topology.c
988
idr_remove(&apm->sub_graphs_idr, sg->sub_graph_id);
sound/soc/qcom/qdsp6/topology.c
994
idr_remove(&apm->graph_info_idr, info->id);
tools/testing/radix-tree/idr-test.c
105
idr_remove(&idr, 0);
tools/testing/radix-tree/idr-test.c
121
idr_remove(&idr, 5);
tools/testing/radix-tree/idr-test.c
123
idr_remove(&idr, 5);
tools/testing/radix-tree/idr-test.c
126
idr_remove(&idr, i);
tools/testing/radix-tree/idr-test.c
129
idr_remove(&idr, 8);
tools/testing/radix-tree/idr-test.c
131
idr_remove(&idr, 9);
tools/testing/radix-tree/idr-test.c
226
BUG_ON(idr_remove(idr, id) != DUMMY_PTR);
tools/testing/radix-tree/idr-test.c
276
idr_remove(idr, 1);
tools/testing/radix-tree/idr-test.c
278
idr_remove(idr, 0);
tools/testing/radix-tree/idr-test.c
288
idr_remove(idr, 0);
tools/testing/radix-tree/idr-test.c
29
idr_remove(idr, id);
tools/testing/radix-tree/idr-test.c
294
idr_remove(idr, 1);
tools/testing/radix-tree/idr-test.c
298
idr_remove(idr, 0);
tools/testing/radix-tree/idr-test.c
312
idr_remove(&find_idr, id);
tools/testing/radix-tree/idr-test.c
350
idr_remove(&find_idr, anchor_id);
tools/testing/radix-tree/idr-test.c
375
idr_remove(&idr, 3);
tools/testing/radix-tree/idr-test.c
382
idr_remove(&idr, 3);
tools/testing/radix-tree/idr-test.c
383
idr_remove(&idr, 0);
tools/testing/radix-tree/idr-test.c
386
idr_remove(&idr, 1);
tools/testing/radix-tree/idr-test.c
389
idr_remove(&idr, 1 << 30);
tools/testing/radix-tree/idr-test.c
40
idr_remove(&idr, 0x3ffd);
tools/testing/radix-tree/idr-test.c
41
idr_remove(&idr, 0);