| /linux/lib/ |
| A D | test_ida.c | 36 IDA_BUG_ON(ida, ida_alloc(ida, GFP_KERNEL) != i); in ida_check_alloc() 41 id = ida_alloc(ida, GFP_KERNEL); in ida_check_alloc() 96 IDA_BUG_ON(ida, ida_alloc(ida, GFP_KERNEL) != 0); in ida_check_leaf() 141 IDA_BUG_ON(ida, ida_alloc(ida, GFP_KERNEL) != i); in ida_check_conv() 147 IDA_BUG_ON(ida, ida_alloc(ida, GFP_KERNEL) != i); in ida_check_conv()
|
| A D | memregion.c | 11 return ida_alloc(&memregion_ids, gfp); in memregion_alloc()
|
| /linux/drivers/misc/mchp_pci1xxxx/ |
| A D | mchp_pci1xxxx_gp.c | 50 retval = ida_alloc(&gp_client_ida, GFP_KERNEL); in gp_aux_bus_probe() 77 retval = ida_alloc(&gp_client_ida, GFP_KERNEL); in gp_aux_bus_probe()
|
| /linux/fs/smb/server/mgmt/ |
| A D | ksmbd_ida.c | 31 return ida_alloc(ida, GFP_KERNEL); in ksmbd_acquire_id()
|
| /linux/drivers/gpu/drm/bridge/ |
| A D | aux-bridge.c | 52 ret = ida_alloc(&drm_aux_bridge_ida, GFP_KERNEL); in drm_aux_bridge_register()
|
| A D | aux-hpd-bridge.c | 58 ret = ida_alloc(&drm_aux_hpd_bridge_ida, GFP_KERNEL); in devm_drm_dp_hpd_bridge_alloc()
|
| /linux/drivers/thermal/testing/ |
| A D | zone.c | 204 ret = ida_alloc(&tt_thermal_zones_ida, GFP_KERNEL); in tt_add_tz() 352 id = ida_alloc(&tt_zone->ida, GFP_KERNEL); in tt_zone_add_trip()
|
| /linux/drivers/nvdimm/ |
| A D | dax_devs.c | 58 nd_pfn->id = ida_alloc(&nd_region->dax_ida, GFP_KERNEL); in nd_dax_alloc()
|
| /linux/drivers/staging/greybus/ |
| A D | audio_manager.c | 47 id = ida_alloc(&module_id, GFP_KERNEL); in gb_audio_manager_add()
|
| A D | vibrator.c | 156 vib->minor = ida_alloc(&minors, GFP_KERNEL); in gb_vibrator_probe()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| A D | core_linecard_dev.c | 31 return ida_alloc(&mlxsw_linecard_bdev_ida, GFP_KERNEL); in mlxsw_linecard_bdev_id_alloc()
|
| /linux/drivers/pps/clients/ |
| A D | pps_parport.c | 151 index = ida_alloc(&pps_client_index, GFP_KERNEL); in parport_attach()
|
| /linux/drivers/counter/ |
| A D | counter-core.c | 103 err = ida_alloc(&counter_ida, GFP_KERNEL); in counter_alloc()
|
| /linux/include/linux/ |
| A D | idr.h | 273 static inline int ida_alloc(struct ida *ida, gfp_t gfp) in ida_alloc() function
|
| /linux/drivers/misc/cardreader/ |
| A D | alcor_pci.c | 115 ret = ida_alloc(&alcor_pci_idr, GFP_KERNEL); in alcor_pci_probe()
|
| /linux/drivers/char/hw_random/ |
| A D | virtio-rng.c | 138 vi->index = index = ida_alloc(&rng_index_ida, GFP_KERNEL); in probe_common()
|
| /linux/drivers/fpga/ |
| A D | fpga-region.c | 208 id = ida_alloc(&fpga_region_ida, GFP_KERNEL); in __fpga_region_register_full()
|
| /linux/drivers/gpio/ |
| A D | gpio-exar.c | 195 index = ida_alloc(&ida_index, GFP_KERNEL); in gpio_exar_probe()
|
| /linux/drivers/rpmsg/ |
| A D | rpmsg_ctrl.c | 164 ret = ida_alloc(&rpmsg_ctrl_ida, GFP_KERNEL); in rpmsg_ctrldev_probe()
|
| /linux/drivers/gpu/drm/virtio/ |
| A D | virtgpu_object.c | 49 int handle = ida_alloc(&vgdev->resource_ida, GFP_KERNEL); in virtio_gpu_resource_id_get()
|
| /linux/mm/ |
| A D | shrinker_debug.c | 174 id = ida_alloc(&shrinker_debugfs_ida, GFP_KERNEL); in shrinker_debugfs_add()
|
| /linux/net/xdp/ |
| A D | xdp_umem.c | 256 err = ida_alloc(&umem_ida, GFP_KERNEL); in xdp_umem_create()
|
| /linux/net/core/ |
| A D | sock_reuseport.c | 225 id = ida_alloc(&reuseport_ida, GFP_ATOMIC); in reuseport_alloc() 393 id = ida_alloc(&reuseport_ida, GFP_ATOMIC); in reuseport_resurrect()
|
| /linux/drivers/perf/arm_cspmu/ |
| A D | ampere_cspmu.c | 211 id = ida_alloc(&mcu_pmu_ida, GFP_KERNEL); in ampere_cspmu_format_name()
|
| /linux/drivers/base/ |
| A D | soc.c | 158 ret = ida_alloc(&soc_ida, GFP_KERNEL); in soc_device_register()
|