Home
last modified time | relevance | path

Searched refs:ExAcquireRundownProtection (Results 1 – 18 of 18) sorted by relevance

/reactos/ntoskrnl/ps/
H A Dstate.c78 if (ExAcquireRundownProtection(&Thread->RundownProtect)) in PsSuspendThread()
134 if (!ExAcquireRundownProtection(&Process->RundownProtect)) in PsResumeProcess()
164 if (!ExAcquireRundownProtection(&Process->RundownProtect)) in PsSuspendProcess()
H A Dquery.c31 if (!ExAcquireRundownProtection(&Process->RundownProtect)) in PsReferenceProcessFilePointer()
1044 if (ExAcquireRundownProtection(&Process->RundownProtect)) in NtQueryInformationProcess()
1657 if (ExAcquireRundownProtection(&Process->RundownProtect)) in NtSetInformationProcess()
1772 if (ExAcquireRundownProtection(&Process->RundownProtect)) in NtSetInformationProcess()
1821 if (ExAcquireRundownProtection(&Process->RundownProtect)) in NtSetInformationProcess()
2274 if (ExAcquireRundownProtection(&Process->RundownProtect)) in NtSetInformationThread()
2435 if ((Teb) && (ExAcquireRundownProtection(&Thread->RundownProtect))) in NtSetInformationThread()
2538 if (ExAcquireRundownProtection(&ProcThread->RundownProtect)) in NtSetInformationThread()
H A Djob.c200 if(ExAcquireRundownProtection(&Process->RundownProtect)) in NtAssignProcessToJobObject()
H A Dsecurity.c143 (ExAcquireRundownProtection(&Thread->RundownProtect))) in PspWriteTebImpersonationInfo()
H A Dthread.c300 if (!ExAcquireRundownProtection (&Process->RundownProtect)) in PspCreateThread()
H A Dkill.c1204 if (!ExAcquireRundownProtection(&Process->RundownProtect)) in NtTerminateProcess()
H A Dprocess.c483 if (ExAcquireRundownProtection(&Parent->RundownProtect)) in PspCreateProcess()
/reactos/ntoskrnl/config/
H A Dcmhook.c75 ExAcquireRundownProtection(&CurrentCallback->RundownRef)) in CmiCallRegisteredCallbacks()
/reactos/drivers/filters/fltmgr/
H A DObject.c220 return ExAcquireRundownProtection(RundownRef); in FltpExAcquireRundownProtection()
/reactos/ntoskrnl/mm/
H A Dbalance.c217 if (!ExAcquireRundownProtection(&Process->RundownProtect)) in MmTrimUserMemory()
H A Drmap.c88 if (!ExAcquireRundownProtection(&Process->RundownProtect)) in MmPageOutPhysicalAddress()
/reactos/ntoskrnl/dbgk/
H A Ddbgkobj.c640 if (ExAcquireRundownProtection(&ThisThread->RundownProtect)) in DbgkpPostFakeThreadMessages()
969 if (!ExAcquireRundownProtection(&Process->RundownProtect)) return; in DbgkpMarkProcessPeb()
1842 if (!ExAcquireRundownProtection(&Process->RundownProtect)) in NtDebugActiveProcess()
/reactos/ntoskrnl/mm/ARM3/
H A Dwslist.cpp441 if (!ExAcquireRundownProtection(&Process->RundownProtect)) in MmWorkingSetManager()
H A Dvirtual.c1294 if (!ExAcquireRundownProtection(&Process->RundownProtect)) in MmCopyVirtualMemory()
/reactos/ntoskrnl/include/internal/
H A Dex.h138 #define ExAcquireRundownProtection _ExAcquireRundownProtection macro
/reactos/sdk/include/xdk/
H A Dexfuncs.h1178 ExAcquireRundownProtection(
/reactos/ntoskrnl/ob/
H A Dobhandle.c31 if (ExAcquireRundownProtection(&Process->RundownProtect)) in ObReferenceProcessHandleTable()
/reactos/ntoskrnl/
H A Dntoskrnl.spec60 @ fastcall ExAcquireRundownProtection(ptr) ExfAcquireRundownProtection