GVM User Suite
User tools for the GVM open source project.
Data Fields
RmAllocRes Struct Reference

Resource Allocator. More...

#include <types.h>

Data Fields

uint32_t hRoot
 Client allocating the object. More...
 
uint32_t hObjectParent
 Parent of the object we allocate. More...
 
uint32_t hObjectNew
 New object we allocate. More...
 
uint32_t hClass
 Class of the new object. More...
 
void * pAllocParams
 Allocation parameters. More...
 
uint32_t status
 Status regarding execution. More...
 

Detailed Description

Resource Allocator.

Type from the NVIDIA Kernel module for allocating a resource in the kernel module.

Definition at line 55 of file types.h.

Field Documentation

◆ hClass

uint32_t RmAllocRes::hClass

Class of the new object.

Definition at line 59 of file types.h.

◆ hObjectNew

uint32_t RmAllocRes::hObjectNew

New object we allocate.

Definition at line 58 of file types.h.

◆ hObjectParent

uint32_t RmAllocRes::hObjectParent

Parent of the object we allocate.

Definition at line 57 of file types.h.

◆ hRoot

uint32_t RmAllocRes::hRoot

Client allocating the object.

Definition at line 56 of file types.h.

◆ pAllocParams

void* RmAllocRes::pAllocParams

Allocation parameters.

Definition at line 60 of file types.h.

◆ status

uint32_t RmAllocRes::status

Status regarding execution.

Definition at line 61 of file types.h.


The documentation for this struct was generated from the following file: