/Linux-v5.4/tools/testing/radix-tree/ |
D | idr-test.c | 29 idr_remove(idr, id); in item_idr_remove() 40 idr_remove(&idr, 0x3ffd); in idr_alloc_test() 41 idr_remove(&idr, 0); in idr_alloc_test() 85 idr_remove(&idr, 0); in idr_null_test() 101 idr_remove(&idr, 5); in idr_null_test() 103 idr_remove(&idr, 5); in idr_null_test() 106 idr_remove(&idr, i); in idr_null_test() 109 idr_remove(&idr, 8); in idr_null_test() 111 idr_remove(&idr, 9); in idr_null_test() 206 BUG_ON(idr_remove(idr, id) != DUMMY_PTR); in idr_u32_test1() [all …]
|
/Linux-v5.4/drivers/dca/ |
D | dca-sysfs.c | 57 idr_remove(&dca_idr, dca->id); in dca_sysfs_add_provider() 70 idr_remove(&dca_idr, dca->id); in dca_sysfs_remove_provider()
|
/Linux-v5.4/drivers/misc/habanalabs/ |
D | habanalabs_drv.c | 308 idr_remove(&hl_devs_idr, main_id); in create_hdev() 338 idr_remove(&hl_devs_idr, hdev->id); in destroy_hdev() 339 idr_remove(&hl_devs_idr, hdev->id_control); in destroy_hdev()
|
D | context.c | 99 idr_remove(&mgr->ctx_handles, ctx->handle); in hl_ctx_create()
|
/Linux-v5.4/block/ |
D | bsg.c | 397 idr_remove(&bsg_minor_idr, bcd->minor); in bsg_unregister_queue() 441 goto idr_remove; in bsg_register_queue() 456 idr_remove: in bsg_register_queue() 457 idr_remove(&bsg_minor_idr, bcd->minor); in bsg_register_queue()
|
/Linux-v5.4/net/sched/ |
D | cls_basic.c | 115 idr_remove(&head->handle_idr, f->handle); in basic_destroy() 133 idr_remove(&head->handle_idr, f->handle); in basic_delete() 223 idr_remove(&head->handle_idr, fnew->handle); in basic_change()
|
/Linux-v5.4/drivers/misc/ocxl/ |
D | afu_irq.c | 146 idr_remove(&ctx->irq_idr, irq->id); in ocxl_afu_irq_alloc() 179 idr_remove(&ctx->irq_idr, irq->id); in ocxl_afu_irq_free()
|
/Linux-v5.4/drivers/misc/mic/scif/ |
D | scif_ports.c | 110 idr_remove(&scif_ports, id); in scif_put_port()
|
/Linux-v5.4/drivers/power/supply/ |
D | bq27xxx_battery_i2c.c | 209 idr_remove(&battery_id, num); in bq27xxx_battery_i2c_probe() 222 idr_remove(&battery_id, di->id); in bq27xxx_battery_i2c_remove()
|
D | ds2782_battery.c | 326 idr_remove(&battery_id, id); in ds278x_battery_remove() 445 idr_remove(&battery_id, num); in ds278x_battery_probe()
|
/Linux-v5.4/drivers/tee/ |
D | tee_shm.c | 19 idr_remove(&teedev->idr, shm->id); in tee_shm_release() 187 idr_remove(&teedev->idr, shm->id); in __tee_shm_alloc() 321 idr_remove(&teedev->idr, shm->id); in tee_shm_register()
|
/Linux-v5.4/drivers/rpmsg/ |
D | qcom_glink_native.c | 421 idr_remove(&glink->lcids, channel->lcid); in qcom_glink_send_open_req() 504 idr_remove(&channel->liids, intent->id); in qcom_glink_rx_done() 697 idr_remove(&channel->riids, intent->id); in qcom_glink_handle_rx_done() 1062 idr_remove(&glink->lcids, channel->lcid); in qcom_glink_create_local() 1429 idr_remove(&glink->rcids, channel->rcid); in qcom_glink_rx_open() 1466 idr_remove(&glink->rcids, channel->rcid); in qcom_glink_rx_close() 1485 idr_remove(&glink->lcids, channel->lcid); in qcom_glink_rx_close_ack()
|
/Linux-v5.4/security/apparmor/ |
D | secid.c | 154 idr_remove(&aa_secids, secid); in aa_free_secid()
|
/Linux-v5.4/drivers/tee/optee/ |
D | supp.c | 48 idr_remove(&supp->idr, id); in optee_supp_release() 322 idr_remove(&supp->idr, id); in supp_pop_req()
|
/Linux-v5.4/drivers/misc/ |
D | tifm_core.c | 211 idr_remove(&tifm_adapter_idr, fm->id); in tifm_add_adapter() 230 idr_remove(&tifm_adapter_idr, fm->id); in tifm_remove_adapter()
|
/Linux-v5.4/drivers/pps/ |
D | pps.c | 340 idr_remove(&pps_idr, pps->id); in pps_device_destruct() 400 idr_remove(&pps_idr, pps->id); in pps_register_cdev()
|
/Linux-v5.4/lib/ |
D | idr.c | 152 void *idr_remove(struct idr *idr, unsigned long id) in idr_remove() function 156 EXPORT_SYMBOL_GPL(idr_remove);
|
/Linux-v5.4/kernel/ |
D | pid.c | 153 idr_remove(&ns->idr, upid->nr); in free_pid() 241 idr_remove(&upid->ns->idr, upid->nr); in alloc_pid()
|
/Linux-v5.4/drivers/pci/endpoint/ |
D | pci-ep-cfs.c | 375 idr_remove(&functions_idr, epf_group->index); in pci_epf_release() 440 idr_remove(&functions_idr, epf_group->index); in pci_epf_make()
|
/Linux-v5.4/drivers/rapidio/ |
D | rio_cm.c | 469 idr_remove(&ch_idr, ch->id); in riocm_close_handler() 1182 idr_remove(&ch_idr, new_ch->id); in riocm_ch_accept() 1510 idr_remove(&ch_idr, ch->id); in riocm_cdev_release() 1704 idr_remove(&ch_idr, ch->id); in cm_chan_close() 2045 idr_remove(&ch_idr, ch->id); in riocm_remove_dev() 2211 idr_remove(&ch_idr, ch->id); in riocm_remove_mport() 2261 idr_remove(&ch_idr, ch->id); in rio_cm_shutdown()
|
/Linux-v5.4/include/linux/ |
D | idr.h | 118 void *idr_remove(struct idr *, unsigned long id);
|
/Linux-v5.4/drivers/firmware/arm_scmi/ |
D | bus.c | 192 idr_remove(&scmi_protocols, protocol_id); in scmi_protocol_unregister()
|
/Linux-v5.4/drivers/gpu/drm/i915/gvt/ |
D | vgpu.c | 293 idr_remove(&gvt->vgpu_idr, vgpu->id); in intel_gvt_destroy_vgpu() 454 idr_remove(&gvt->vgpu_idr, vgpu->id); in __intel_gvt_create_vgpu()
|
/Linux-v5.4/drivers/gpu/drm/ |
D | drm_gem.c | 201 idr_remove(&dev->object_name_idr, obj->name); in drm_gem_object_handle_free() 293 idr_remove(&filp->object_idr, handle); in drm_gem_handle_delete() 424 idr_remove(&file_priv->object_idr, handle); in drm_gem_handle_create_tail()
|
/Linux-v5.4/drivers/gpu/drm/vc4/ |
D | vc4_perfmon.c | 166 perfmon = idr_remove(&vc4file->perfmon.idr, req->id); in vc4_perfmon_destroy_ioctl()
|