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

Struct NVOS30_PARAMETERS

pkg/abi/nvgpu/frontend.go:416–431  ·  view source on GitHub ↗

NVOS30_PARAMETERS is the parameter type for NV_ESC_RM_IDLE_CHANNELS. +marshal

Source from the content-addressed store, hash-verified

414//
415// +marshal
416type NVOS30_PARAMETERS struct {
417 _ structs.HostLayout
418 Client Handle
419 Device Handle
420 Channel Handle
421 NumChannels uint32
422
423 Clients P64
424 Devices P64
425 Channels P64
426
427 Flags uint32
428 Timeout uint32
429 Status uint32
430 Pad0 [4]byte
431}
432
433// GetStatus implements HasStatus.GetStatus.
434func (n *NVOS30_PARAMETERS) GetStatus() uint32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected