allocated_vmid    198 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	int bit, allocated_vmid;
allocated_vmid    206 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	allocated_vmid = bit + dqm->dev->vm_info.first_vmid_kfd;
allocated_vmid    207 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	pr_debug("vmid allocation %d\n", allocated_vmid);
allocated_vmid    208 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	qpd->vmid = allocated_vmid;
allocated_vmid    209 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	q->properties.vmid = allocated_vmid;