|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <ntdef.h>#include <ntifs.h>
Go to the source code of this file.
Functions | |
| NTKRNLVISTAAPI ULONG NTAPI | KeQueryActiveProcessorCount (OUT PKAFFINITY ActiveProcessors OPTIONAL) |
| NTKRNLVISTAAPI USHORT NTAPI | KeQueryHighestNodeNumber () |
| NTKRNLVISTAAPI USHORT NTAPI | KeGetCurrentNodeNumber () |
| _IRQL_requires_max_ (DISPATCH_LEVEL) | |
| _IRQL_requires_max_ | ( | DISPATCH_LEVEL | ) |
Definition at line 45 of file ke.c.
| NTKRNLVISTAAPI USHORT NTAPI KeGetCurrentNodeNumber | ( | ) |
Definition at line 40 of file ke.c.
Referenced by __drv_allocatesMem(), and DequeueFreeTransferPacket().
| NTKRNLVISTAAPI ULONG NTAPI KeQueryActiveProcessorCount | ( | OUT PKAFFINITY ActiveProcessors | OPTIONAL | ) |
Definition at line 15 of file ke.c.
| NTKRNLVISTAAPI USHORT NTAPI KeQueryHighestNodeNumber | ( | ) |
Definition at line 32 of file ke.c.
Referenced by DestroyAllTransferPackets(), and InitializeTransferPackets().