Searched refs:idr_remove (Results 1 - 25 of 189) sorted by relevance

12345678

/linux-master/tools/testing/radix-tree/
H A Didr-test.c29 idr_remove(idr, id);
40 idr_remove(&idr, 0x3ffd);
41 idr_remove(&idr, 0);
85 idr_remove(&idr, 0);
101 idr_remove(&idr, 5);
103 idr_remove(&idr, 5);
106 idr_remove(&idr, i);
109 idr_remove(&idr, 8);
111 idr_remove(&idr, 9);
206 BUG_ON(idr_remove(id
[all...]
/linux-master/drivers/dca/
H A Ddca-sysfs.c55 idr_remove(&dca_idr, dca->id);
68 idr_remove(&dca_idr, dca->id);
/linux-master/drivers/accel/habanalabs/common/
H A Dmemory_mgr.c67 idr_remove(&buf->mmg->handles, lower_32_bits(buf->handle >> PAGE_SHIFT));
86 idr_remove(&buf->mmg->handles, lower_32_bits(buf->handle >> PAGE_SHIFT));
185 idr_remove(&mmg->handles, lower_32_bits(buf->handle >> PAGE_SHIFT));
H A Dcontext.c21 idr_remove(&mgr->handles, handle->id);
192 idr_remove(&ctx_mgr->handles, ctx->handle);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_pgt.c53 WARN_ON(idr_remove(&mlxsw_sp->pgt->pgt_idr, mid_base));
79 idr_remove(&mlxsw_sp->pgt->pgt_idr, mid_base + i);
93 WARN_ON_ONCE(idr_remove(pgt_idr, mid_base + i));
/linux-master/net/sched/
H A Dcls_basic.c117 idr_remove(&head->handle_idr, f->handle);
135 idr_remove(&head->handle_idr, f->handle);
225 idr_remove(&head->handle_idr, fnew->handle);
/linux-master/drivers/misc/ocxl/
H A Dafu_irq.c146 idr_remove(&ctx->irq_idr, irq->id);
179 idr_remove(&ctx->irq_idr, irq->id);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddbring.c96 idr_remove(&ring->bufs_idr, buf_id);
348 idr_remove(&ring->bufs_idr, buf_id);
391 idr_remove(&ring->bufs_idr, buf_id);
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddbring.c65 idr_remove(&ring->bufs_idr, buf_id);
310 idr_remove(&ring->bufs_idr, buf_id);
349 idr_remove(&ring->bufs_idr, buf_id);
/linux-master/drivers/tee/
H A Dtee_shm.c145 idr_remove(&teedev->idr, id);
325 idr_remove(&teedev->idr, id);
510 idr_remove(&teedev->idr, shm->id);
/linux-master/drivers/tee/optee/
H A Dsupp.c48 idr_remove(&supp->idr, id);
322 idr_remove(&supp->idr, id);
/linux-master/drivers/power/supply/
H A Dds2782_battery.c326 idr_remove(&battery_id, id);
443 idr_remove(&battery_id, num);
/linux-master/drivers/misc/
H A Dtifm_core.c209 idr_remove(&tifm_adapter_idr, fm->id);
228 idr_remove(&tifm_adapter_idr, fm->id);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dvgpu.c237 idr_remove(&gvt->vgpu_idr, vgpu->id);
400 idr_remove(&gvt->vgpu_idr, vgpu->id);
/linux-master/drivers/pps/
H A Dpps.c340 idr_remove(&pps_idr, pps->id);
400 idr_remove(&pps_idr, pps->id);
/linux-master/lib/
H A Didr.c139 * idr_remove() - Remove an ID from the IDR.
152 void *idr_remove(struct idr *idr, unsigned long id) function
156 EXPORT_SYMBOL_GPL(idr_remove); variable
191 * idr_remove() if protected by RCU. Newly added entries may not be
284 * idr_alloc() and idr_remove() (as long as the ID being removed is not
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dttm_object.c222 idr_remove(&tdev->idr, base->handle);
234 idr_remove(&tdev->idr, base->handle);
/linux-master/drivers/slimbus/
H A Dmessaging.c92 idr_remove(&ctrl->tid_idr, txn->tid);
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_perfmon.c212 perfmon = idr_remove(&vc4file->perfmon.idr, req->id);
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_perfmon.c178 perfmon = idr_remove(&v3d_priv->perfmon.idr, req->id);
/linux-master/drivers/tty/
H A Drpmsg_tty.c160 idr_remove(&tty_idr, cport->id);
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dtx.c178 skb = idr_remove(&wcid->pktid, pktid);
198 idr_remove(&wcid->pktid, cb->pktid);
870 txwi = idr_remove(&dev->token, token);
898 t = idr_remove(&dev->rx_token, token);
H A Dmt76x02_usb_core.c113 idr_remove(&wcid->pktid, pid);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bo_list.c157 list = idr_remove(&fpriv->bo_list_handles, id);
/linux-master/include/linux/
H A Didr.h118 void *idr_remove(struct idr *, unsigned long id);

Completed in 339 milliseconds

12345678