ida_alloc_max     511 arch/powerpc/platforms/powernv/vas-window.c 	int winid = ida_alloc_max(ida, VAS_WINDOWS_PER_CHIP - 1, GFP_KERNEL);
ida_alloc_max     120 drivers/android/binderfs.c 		minor = ida_alloc_max(&binderfs_minors,
ida_alloc_max     433 drivers/android/binderfs.c 	minor = ida_alloc_max(&binderfs_minors,
ida_alloc_max      58 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c 	id = ida_alloc_max(&gman->gmr_ida, gman->max_gmr_ids - 1, GFP_KERNEL);
ida_alloc_max    1271 drivers/infiniband/core/user_mad.c 	devnum = ida_alloc_max(&umad_ida, IB_UMAD_MAX_PORTS - 1, GFP_KERNEL);
ida_alloc_max    1290 drivers/infiniband/core/uverbs_main.c 	devnum = ida_alloc_max(&uverbs_ida, IB_UVERBS_MAX_DEVICES - 1,
ida_alloc_max    2415 drivers/media/platform/coda/coda-common.c 	idx = ida_alloc_max(&dev->ida, max, GFP_KERNEL);
ida_alloc_max     455 drivers/platform/chrome/wilco_ec/event.c 	minor = ida_alloc_max(&event_ida, EVENT_MAX_DEV-1, GFP_KERNEL);
ida_alloc_max     367 drivers/platform/chrome/wilco_ec/telemetry.c 	minor = ida_alloc_max(&telem_ida, TELEM_MAX_DEV-1, GFP_KERNEL);
ida_alloc_max     538 fs/devpts/inode.c 	index = ida_alloc_max(&fsi->allocated_ptys, fsi->mount_opts.max - 1,