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

Struct NVOS57_PARAMETERS

pkg/abi/nvgpu/frontend.go:395–401  ·  view source on GitHub ↗

NVOS57_PARAMETERS is the parameter type for NV_ESC_RM_SHARE. +marshal

Source from the content-addressed store, hash-verified

393//
394// +marshal
395type NVOS57_PARAMETERS struct {
396 _ structs.HostLayout
397 HClient Handle
398 HObject Handle
399 SharePolicy RS_SHARE_POLICY
400 Status uint32
401}
402
403// GetStatus implements HasStatus.GetStatus.
404func (n *NVOS57_PARAMETERS) GetStatus() uint32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected