|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <fxglobalskm.h>
Classes | |
| struct | _FX_DRIVER_TRACKER_ENTRY |
Public Member Functions | |
| _Must_inspect_result_ NTSTATUS | Initialize () |
| VOID | Uninitialize () |
| _Must_inspect_result_ NTSTATUS | Register (__in PFX_DRIVER_GLOBALS FxDriverGlobals) |
| VOID | Deregister (__in PFX_DRIVER_GLOBALS FxDriverGlobals) |
| __inline VOID | TrackDriver (__in PFX_DRIVER_GLOBALS FxDriverGlobals) |
| _Must_inspect_result_ __inline PFX_DRIVER_GLOBALS | GetCurrentTrackedDriver () |
Private Member Functions | |
| __inline PFX_DRIVER_TRACKER_ENTRY | GetProcessorDriverEntryRef (__in ULONG Index) |
Private Attributes | |
| PFX_DRIVER_TRACKER_ENTRY | m_DriverUsage |
| PVOID | m_PoolToFree |
| ULONG | m_EntrySize |
| ULONG | m_Number |
Definition at line 348 of file fxglobalskm.h.
|
private |
|
private |
| VOID FX_DRIVER_TRACKER_CACHE_AWARE::Deregister | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals | ) |
Definition at line 1183 of file fxbugcheckcallback.cpp.
Referenced by FxUnregisterBugCheckCallback().
|
inline |
Definition at line 405 of file fxglobalskm.h.
Referenced by FxpBugCheckCallback().
|
inlineprivate |
Definition at line 427 of file fxglobalskm.h.
Referenced by Deregister(), GetCurrentTrackedDriver(), Register(), TrackDriver(), and Uninitialize().
| NTSTATUS FX_DRIVER_TRACKER_CACHE_AWARE::Initialize | ( | ) |
Definition at line 972 of file fxbugcheckcallback.cpp.
Referenced by FxLibraryGlobalsCommission().
| NTSTATUS FX_DRIVER_TRACKER_CACHE_AWARE::Register | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals | ) |
Definition at line 1008 of file fxbugcheckcallback.cpp.
Referenced by FxRegisterBugCheckCallback().
|
inline |
Definition at line 386 of file fxglobalskm.h.
Referenced by FX_TRACK_DRIVER().
| VOID FX_DRIVER_TRACKER_CACHE_AWARE::Uninitialize | ( | ) |
Definition at line 988 of file fxbugcheckcallback.cpp.
Referenced by FxLibraryGlobalsDecommission().
|
private |
Definition at line 442 of file fxglobalskm.h.
Referenced by Deregister(), GetProcessorDriverEntryRef(), Initialize(), Register(), and Uninitialize().
|
private |
Definition at line 452 of file fxglobalskm.h.
Referenced by GetProcessorDriverEntryRef(), Initialize(), and Register().
|
private |
Definition at line 457 of file fxglobalskm.h.
Referenced by Deregister(), Initialize(), Register(), and Uninitialize().
|
private |
Definition at line 447 of file fxglobalskm.h.
Referenced by Deregister(), GetCurrentTrackedDriver(), Initialize(), Register(), TrackDriver(), and Uninitialize().