ReactOS 0.4.15-dev-7924-g5949c20
_PFSN_PREFETCHER_GLOBALS Struct Reference

#include <cc.h>

Collaboration diagram for _PFSN_PREFETCHER_GLOBALS:

Public Attributes

LIST_ENTRY ActiveTraces
 
KSPIN_LOCK ActiveTracesLock
 
PPFSN_TRACE_HEADER SystemWideTrace
 
LIST_ENTRY CompletedTraces
 
FAST_MUTEX CompletedTracesLock
 
LONG NumCompletedTraces
 
PKEVENT CompletedTracesEvent
 
LONG ActivePrefetches
 

Detailed Description

Definition at line 158 of file cc.h.

Member Data Documentation

◆ ActivePrefetches

LONG _PFSN_PREFETCHER_GLOBALS::ActivePrefetches

Definition at line 167 of file cc.h.

◆ ActiveTraces

LIST_ENTRY _PFSN_PREFETCHER_GLOBALS::ActiveTraces

Definition at line 160 of file cc.h.

Referenced by CcPfInitializePrefetcher().

◆ ActiveTracesLock

KSPIN_LOCK _PFSN_PREFETCHER_GLOBALS::ActiveTracesLock

Definition at line 161 of file cc.h.

◆ CompletedTraces

LIST_ENTRY _PFSN_PREFETCHER_GLOBALS::CompletedTraces

Definition at line 163 of file cc.h.

Referenced by CcPfInitializePrefetcher().

◆ CompletedTracesEvent

PKEVENT _PFSN_PREFETCHER_GLOBALS::CompletedTracesEvent

Definition at line 166 of file cc.h.

◆ CompletedTracesLock

FAST_MUTEX _PFSN_PREFETCHER_GLOBALS::CompletedTracesLock

Definition at line 164 of file cc.h.

Referenced by CcPfInitializePrefetcher().

◆ NumCompletedTraces

LONG _PFSN_PREFETCHER_GLOBALS::NumCompletedTraces

Definition at line 165 of file cc.h.

◆ SystemWideTrace

PPFSN_TRACE_HEADER _PFSN_PREFETCHER_GLOBALS::SystemWideTrace

Definition at line 162 of file cc.h.


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