#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ KxGetCurrentIrql()
Definition at line 18 of file irql.c.
19{
21}
#define KeGetCurrentIrql()
◆ KxLowerIrql()
Definition at line 25 of file irql.c.
26{
28}
#define KeLowerIrql(oldIrql)
_Requires_lock_held_ SpinLock _Releases_lock_ SpinLock _In_ _IRQL_restores_ KIRQL NewIrql
◆ KxRaiseIrql()
Definition at line 32 of file irql.c.
33{
35}
KIRQL FASTCALL KfRaiseIrql(IN KIRQL NewIrql)
◆ KxRaiseIrqlToDpcLevel()
Definition at line 39 of file irql.c.
40{
42}
IN OUT PLONG IN OUT PLONG Addend IN OUT PLONG IN LONG IN OUT PLONG IN LONG Increment KeRaiseIrqlToDpcLevel