PEP_COORDINATED_IDLE_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pep_x.h

typedef struct _PEP_COORDINATED_IDLE_STATE {
  ULONG Latency;
  ULONG BreakEvenDuration;
  ULONG DependencyCount;
  ULONG MaximumDependencySize;
} PEP_COORDINATED_IDLE_STATE, *PPEP_COORDINATED_IDLE_STATE;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_COORDINATED_IDLE_STATE {
  ULONG Latency;
  ULONG BreakEvenDuration;
  ULONG DependencyCount;
  ULONG MaximumDependencySize;
} PEP_COORDINATED_IDLE_STATE, *PPEP_COORDINATED_IDLE_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pep_x-_pep_coordinated_idle_state)

_PEP_COORDINATED_IDLE_STATE structure (pep_x.h)

Description

The PEP_COORIDNATED_IDLE_STATE structure describes a coordinated idle state to the OS.

Members

Latency

The latency of waking from this idle state, in 100ns units.

BreakEvenDuration

Supplies the minimum time the state must be entered to amortize the cost of entering/exiting the state. Idle durations longer than this period should save power when compared to entering a lighter state for the same period.

DependencyCount

Supplies the number of dependencies this coordinated state has on other coordinated states or on processors.

MaximumDependencySize

Supplies the maximum size of a single dependency.

See also

PEP_COORDINATED_IDLE_STATE structure

PEP_NOTIFY_PPM_QUERY_COORDINATED_STATES notification


Windows Driver Kit DDI reference (ns-pepfx-_pep_coordinated_idle_state)

_PEP_COORDINATED_IDLE_STATE structure (pepfx.h)

Description

The PEP_COORIDNATED_IDLE_STATE structure describes a coordinated idle state to the OS.

Members

Latency

The latency of waking from this idle state, in 100ns units.

BreakEvenDuration

Supplies the minimum time the state must be entered to amortize the cost of entering/exiting the state. Idle durations longer than this period should save power when compared to entering a lighter state for the same period.

DependencyCount

Supplies the number of dependencies this coordinated state has on other coordinated states or on processors.

MaximumDependencySize

Supplies the maximum size of a single dependency.

See also

PEP_COORDINATED_IDLE_STATE structure

PEP_NOTIFY_PPM_QUERY_COORDINATED_STATES notification