/linux-6.12.1/lib/ |
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()
|
D | memregion.c | 11 return ida_alloc(&memregion_ids, gfp); in memregion_alloc()
|
/linux-6.12.1/drivers/misc/mchp_pci1xxxx/ |
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-6.12.1/fs/smb/server/mgmt/ |
D | ksmbd_ida.c | 31 return ida_alloc(ida, GFP_KERNEL); in ksmbd_acquire_id()
|
/linux-6.12.1/drivers/thermal/testing/ |
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-6.12.1/drivers/gpu/drm/bridge/ |
D | aux-bridge.c | 52 ret = ida_alloc(&drm_aux_bridge_ida, GFP_KERNEL); in drm_aux_bridge_register()
|
D | aux-hpd-bridge.c | 58 ret = ida_alloc(&drm_aux_hpd_bridge_ida, GFP_KERNEL); in devm_drm_dp_hpd_bridge_alloc()
|
/linux-6.12.1/drivers/staging/greybus/ |
D | audio_manager.c | 47 id = ida_alloc(&module_id, GFP_KERNEL); in gb_audio_manager_add()
|
D | vibrator.c | 156 vib->minor = ida_alloc(&minors, GFP_KERNEL); in gb_vibrator_probe()
|
/linux-6.12.1/drivers/nvdimm/ |
D | dax_devs.c | 58 nd_pfn->id = ida_alloc(&nd_region->dax_ida, GFP_KERNEL); in nd_dax_alloc()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_linecard_dev.c | 31 return ida_alloc(&mlxsw_linecard_bdev_ida, GFP_KERNEL); in mlxsw_linecard_bdev_id_alloc()
|
/linux-6.12.1/drivers/pps/clients/ |
D | pps_parport.c | 151 index = ida_alloc(&pps_client_index, GFP_KERNEL); in parport_attach()
|
/linux-6.12.1/drivers/counter/ |
D | counter-core.c | 103 err = ida_alloc(&counter_ida, GFP_KERNEL); in counter_alloc()
|
/linux-6.12.1/include/linux/ |
D | idr.h | 273 static inline int ida_alloc(struct ida *ida, gfp_t gfp) in ida_alloc() function
|
/linux-6.12.1/drivers/misc/cardreader/ |
D | alcor_pci.c | 115 ret = ida_alloc(&alcor_pci_idr, GFP_KERNEL); in alcor_pci_probe()
|
/linux-6.12.1/drivers/fpga/ |
D | fpga-region.c | 208 id = ida_alloc(&fpga_region_ida, GFP_KERNEL); in __fpga_region_register_full()
|
/linux-6.12.1/drivers/char/hw_random/ |
D | virtio-rng.c | 138 vi->index = index = ida_alloc(&rng_index_ida, GFP_KERNEL); in probe_common()
|
/linux-6.12.1/drivers/gpio/ |
D | gpio-exar.c | 195 index = ida_alloc(&ida_index, GFP_KERNEL); in gpio_exar_probe()
|
/linux-6.12.1/drivers/rpmsg/ |
D | rpmsg_ctrl.c | 164 ret = ida_alloc(&rpmsg_ctrl_ida, GFP_KERNEL); in rpmsg_ctrldev_probe()
|
/linux-6.12.1/net/core/ |
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-6.12.1/net/xdp/ |
D | xdp_umem.c | 256 err = ida_alloc(&umem_ida, GFP_KERNEL); in xdp_umem_create()
|
/linux-6.12.1/drivers/gpu/drm/virtio/ |
D | virtgpu_object.c | 49 int handle = ida_alloc(&vgdev->resource_ida, GFP_KERNEL); in virtio_gpu_resource_id_get()
|
/linux-6.12.1/mm/ |
D | shrinker_debug.c | 174 id = ida_alloc(&shrinker_debugfs_ida, GFP_KERNEL); in shrinker_debugfs_add()
|
/linux-6.12.1/tools/testing/radix-tree/ |
D | idr-test.c | 461 int id = ida_alloc(&ida, GFP_NOWAIT); in ida_check_conv_user() 466 id = ida_alloc(&ida, GFP_KERNEL); in ida_check_conv_user()
|
/linux-6.12.1/drivers/power/supply/ |
D | bq27xxx_battery_i2c.c | 154 num = ida_alloc(&battery_id, GFP_KERNEL); in bq27xxx_battery_i2c_probe()
|