Searched refs:ida_alloc_range (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/include/linux/ |
D | idr.h | 255 int ida_alloc_range(struct ida *, unsigned int min, unsigned int max, gfp_t); 272 return ida_alloc_range(ida, 0, ~0, gfp); in ida_alloc() 289 return ida_alloc_range(ida, min, ~0, gfp); in ida_alloc_min() 306 return ida_alloc_range(ida, 0, max, gfp); in ida_alloc_max() 315 ida_alloc_range(ida, start, (end) - 1, gfp)
|
/Linux-v5.4/arch/powerpc/mm/book3s64/ |
D | mmu_context.c | 28 return ida_alloc_range(&mmu_context_ida, min_id, max_id, GFP_KERNEL); in alloc_context_id() 33 int result = ida_alloc_range(&mmu_context_ida, id, id, GFP_KERNEL); in hash__reserve_context_id()
|
/Linux-v5.4/lib/ |
D | idr.c | 379 int ida_alloc_range(struct ida *ida, unsigned int min, unsigned int max, in ida_alloc_range() function 475 EXPORT_SYMBOL(ida_alloc_range);
|
D | objagg.c | 245 root_id = ida_alloc_range(&objagg->root_ida, min, max, GFP_KERNEL); in objagg_obj_root_id_alloc()
|
/Linux-v5.4/drivers/net/netdevsim/ |
D | bus.c | 279 err = ida_alloc_range(&nsim_bus_dev_ids, id, id, GFP_KERNEL); in nsim_bus_dev_new()
|
/Linux-v5.4/drivers/iommu/ |
D | virtio-iommu.c | 623 ret = ida_alloc_range(&viommu->domain_ids, viommu->first_domain, in viommu_domain_finalise()
|
/Linux-v5.4/fs/ |
D | super.c | 1079 dev = ida_alloc_range(&unnamed_dev_ida, 1, (1 << MINORBITS) - 1, in get_anon_bdev()
|
/Linux-v5.4/drivers/infiniband/core/ |
D | device.c | 476 rc = ida_alloc_range(&inuse, i, i, GFP_KERNEL); in alloc_name()
|