HomeSort by: relevance | last modified time | path
    Searched defs:n_vms (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_amdkfd.h 114 unsigned int n_vms; member in struct:amdkfd_process_info
amdgpu_amdkfd_gpuvm.c 582 unsigned int n_vms; /* Number of VMs reserved */ member in struct:bo_vm_reservation_context
612 ctx->n_vms = 1;
618 ctx->vm_pd = kcalloc(ctx->n_vms, sizeof(*ctx->vm_pd), GFP_KERNEL);
662 ctx->n_vms = 0;
675 ctx->n_vms++;
678 if (ctx->n_vms != 0) {
679 ctx->vm_pd = kcalloc(ctx->n_vms, sizeof(*ctx->vm_pd),
942 vm->process_info->n_vms++;
1048 process_info->n_vms--;
1053 if (!process_info->n_vms) {
    [all...]

Completed in 13 milliseconds