| /OK3568_Linux_fs/kernel/lib/ |
| H 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()
|
| H A D | memregion.c | 11 return ida_alloc(&memregion_ids, gfp); in memregion_alloc()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | idr.h | 271 static inline int ida_alloc(struct ida *ida, gfp_t gfp) in ida_alloc() function
|
| /OK3568_Linux_fs/kernel/tools/testing/radix-tree/ |
| H A D | idr-test.c | 451 int id = ida_alloc(&ida, GFP_NOWAIT); in ida_check_conv_user() 456 id = ida_alloc(&ida, GFP_KERNEL); in ida_check_conv_user()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_object.c | 50 int handle = ida_alloc(&vgdev->resource_ida, GFP_KERNEL); in virtio_gpu_resource_id_get()
|
| H A D | virtgpu_kms.c | 267 handle = ida_alloc(&vgdev->ctx_id_ida, GFP_KERNEL); in virtio_gpu_driver_open()
|
| /OK3568_Linux_fs/kernel/drivers/misc/cb710/ |
| H A D | core.c | 241 err = ida_alloc(&cb710_ida, GFP_KERNEL); in cb710_probe()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | sock_reuseport.c | 83 id = ida_alloc(&reuseport_ida, GFP_ATOMIC); in reuseport_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/misc/cardreader/ |
| H A D | alcor_pci.c | 269 ret = ida_alloc(&alcor_pci_idr, GFP_KERNEL); in alcor_pci_probe()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | dmaengine.c | 1031 int rc = ida_alloc(&dma_ida, GFP_KERNEL); in get_dma_id() 1058 chan->chan_id = ida_alloc(&device->chan_ida, GFP_KERNEL); in __dma_async_device_channel_register()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_acc.c | 179 handle = ida_alloc(&asd->acc.ida, GFP_KERNEL); in atomisp_acc_load_to_pipe()
|
| /OK3568_Linux_fs/kernel/drivers/dax/ |
| H A D | bus.c | 729 mapping->id = ida_alloc(&dev_dax->ida, GFP_KERNEL); in devm_register_dax_mapping() 1314 rc = ida_alloc(&dax_region->ida, GFP_KERNEL); in devm_create_dev_dax()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | coretemp.c | 470 index = ida_alloc(&pdata->ida, GFP_KERNEL); in create_core_data()
|
| /OK3568_Linux_fs/kernel/drivers/base/power/ |
| H A D | wakeup.c | 103 id = ida_alloc(&wakeup_ida, GFP_KERNEL); in wakeup_source_create()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | platform.c | 576 ret = ida_alloc(&platform_devid_ida, GFP_KERNEL); in platform_device_add()
|
| /OK3568_Linux_fs/kernel/drivers/block/rsxx/ |
| H A D | core.c | 764 st = ida_alloc(&rsxx_disk_ida, GFP_KERNEL); in rsxx_pci_probe()
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/ |
| H A D | iscsi_target_login.c | 295 ret = ida_alloc(&sess_ida, GFP_KERNEL); in iscsi_login_zero_tsih_s1()
|
| /OK3568_Linux_fs/kernel/drivers/soundwire/ |
| H A D | bus.c | 17 int rc = ida_alloc(&sdw_ida, GFP_KERNEL); in sdw_get_id()
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | xilinx_sdfec.c | 1434 err = ida_alloc(&dev_nrs, GFP_KERNEL); in xsdfec_probe()
|
| /OK3568_Linux_fs/kernel/drivers/nvmem/ |
| H A D | core.c | 622 rval = ida_alloc(&nvmem_ida, GFP_KERNEL); in nvmem_register()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/ |
| H A D | raw_gadget.c | 455 driver_id_number = ida_alloc(&driver_id_numbers, GFP_KERNEL); in raw_ioctl_init()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-playstation.c | 349 int ret = ida_alloc(&ps_player_id_allocator, GFP_KERNEL); in ps_device_set_player_id()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | device.c | 477 rc = ida_alloc(&inuse, GFP_KERNEL); in alloc_name()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | sd.c | 3418 index = ida_alloc(&sd_index_ida, GFP_KERNEL); in sd_probe()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | namespace.c | 107 int res = ida_alloc(&mnt_id_ida, GFP_KERNEL); in mnt_alloc_id()
|