/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_alloc.c | 176 ida_destroy(&hr_dev->xrcd_ida.ida); in hns_roce_cleanup_bitmap() 179 ida_destroy(&hr_dev->srq_table.srq_ida.ida); in hns_roce_cleanup_bitmap() 182 ida_destroy(&hr_dev->mr_table.mtpt_ida.ida); in hns_roce_cleanup_bitmap() 183 ida_destroy(&hr_dev->pd_ida.ida); in hns_roce_cleanup_bitmap() 184 ida_destroy(&hr_dev->uar_ida.ida); in hns_roce_cleanup_bitmap()
|
/linux/lib/ |
H A D | test_ida.c | 51 ida_destroy(ida); in ida_check_alloc() 61 ida_destroy(ida); in ida_check_destroy_1() 70 ida_destroy(ida); in ida_check_destroy() 93 ida_destroy(ida); in ida_check_leaf() 119 ida_destroy(ida); in ida_check_max()
|
H A D | idr.c | 541 void ida_destroy(struct ida *ida) in ida_destroy() function 555 EXPORT_SYMBOL(ida_destroy);
|
/linux/drivers/greybus/ |
H A D | hd.c | 115 ida_destroy(&hd->cport_id_map); in gb_hd_release() 255 ida_destroy(&gb_hd_bus_id_map); in gb_hd_exit()
|
/linux/drivers/staging/greybus/ |
H A D | gbphy.c | 344 ida_destroy(&gbphy_id); in gbphy_init() 353 ida_destroy(&gbphy_id); in gbphy_exit()
|
H A D | fw-download.c | 430 ida_destroy(&fw_download->id_map); in gb_fw_download_connection_init() 463 ida_destroy(&fw_download->id_map); in gb_fw_download_connection_exit()
|
H A D | audio_manager.c | 179 ida_destroy(&module_id); in manager_exit()
|
H A D | vibrator.c | 244 ida_destroy(&minors); in gb_vibrator_exit()
|
H A D | raw.c | 376 ida_destroy(&minors); in raw_exit()
|
H A D | authentication.c | 428 ida_destroy(&cap_minors_map); in cap_exit()
|
/linux/tools/testing/radix-tree/ |
H A D | idr-test.c | 473 ida_destroy(&ida); in ida_check_conv_user() 497 ida_destroy(&ida); in ida_check_random() 517 ida_destroy(&ida); in ida_simple_get_remove_test()
|
/linux/drivers/misc/ |
H A D | rpmb-core.c | 222 ida_destroy(&rpmb_ida); in rpmb_exit()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | gid.c | 53 ida_destroy(&dev->roce.reserved_gids.ida); in mlx5_cleanup_reserved_gids()
|
/linux/drivers/most/ |
H A D | most_cdev.c | 517 ida_destroy(&comp.minor_id); in most_cdev_init() 534 ida_destroy(&comp.minor_id); in most_cdev_exit()
|
/linux/include/linux/ |
H A D | idr.h | 259 void ida_destroy(struct ida *ida);
|
/linux/drivers/firmware/arm_ffa/ |
H A D | bus.c | 248 ida_destroy(&ffa_bus_id); in arm_ffa_bus_exit()
|
/linux/drivers/misc/cb710/ |
H A D | core.c | 320 ida_destroy(&cb710_ida); in cb710_cleanup_module()
|
/linux/sound/soc/intel/avs/ |
H A D | utils.c | 105 ida_destroy(adev->mod_idas[i]); in avs_module_ida_destroy()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.c | 1610 ida_destroy(&tcam->used_groups); in mlxsw_sp_acl_tcam_init() 1611 ida_destroy(&tcam->used_regions); in mlxsw_sp_acl_tcam_init() 1624 ida_destroy(&tcam->used_groups); in mlxsw_sp_acl_tcam_fini() 1625 ida_destroy(&tcam->used_regions); in mlxsw_sp_acl_tcam_fini()
|
/linux/drivers/staging/fieldbus/anybuss/ |
H A D | arcx-anybus.c | 371 ida_destroy(&controller_index_ida); in controller_exit()
|
/linux/drivers/watchdog/ |
H A D | watchdog_core.c | 477 ida_destroy(&watchdog_ida); in watchdog_exit()
|
/linux/drivers/staging/fieldbus/ |
H A D | dev_core.c | 335 ida_destroy(&fieldbus_ida); in fieldbus_exit()
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_backlight.c | 412 ida_destroy(&bl_ida); in nouveau_backlight_dtor()
|
/linux/drivers/net/phy/ |
H A D | fixed_phy.c | 385 ida_destroy(&phy_fixed_ida); in fixed_mdio_bus_exit()
|
/linux/drivers/base/ |
H A D | swnode.c | 773 ida_destroy(&swnode->child_ids); in software_node_release() 1124 ida_destroy(&swnode_root_ids); in software_node_exit()
|