MCPcopy
hub / github.com/google/gvisor / NVOS21_PARAMETERS

Struct NVOS21_PARAMETERS

pkg/abi/nvgpu/frontend.go:300–309  ·  view source on GitHub ↗

NVOS21_PARAMETERS is one possible parameter type for NV_ESC_RM_ALLOC. +marshal

Source from the content-addressed store, hash-verified

298//
299// +marshal
300type NVOS21_PARAMETERS struct {
301 _ structs.HostLayout
302 HRoot Handle
303 HObjectParent Handle
304 HObjectNew Handle
305 HClass ClassID
306 PAllocParms P64
307 ParamsSize uint32
308 Status uint32
309}
310
311// GetHClass implements RmAllocParamType.GetHClass.
312func (n *NVOS21_PARAMETERS) GetHClass() ClassID {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected