Home
last modified time | relevance | path

Searched refs:MemoryPriority (Results 1 – 6 of 6) sorted by relevance

/reactos/ntoskrnl/ps/
H A Dprocess.c179 UCHAR LocalQuantum, MemoryPriority; in PspComputeQuantumAndPriority() local
187 MemoryPriority = MEMORY_PRIORITY_FOREGROUND; in PspComputeQuantumAndPriority()
193 MemoryPriority = MEMORY_PRIORITY_BACKGROUND; in PspComputeQuantumAndPriority()
201 MmSetMemoryPriorityProcess(Process, MemoryPriority); in PspComputeQuantumAndPriority()
311 i = (Process->Vm.Flags.MemoryPriority == in PsChangeQuantumTable()
H A Dquery.c1124 UCHAR MemoryPriority = 0; in NtSetInformationProcess() local
1546 MemoryPriority = MEMORY_PRIORITY_FOREGROUND; in NtSetInformationProcess()
1551 MemoryPriority = MEMORY_PRIORITY_BACKGROUND; in NtSetInformationProcess()
1580 MmSetMemoryPriorityProcess(Process, MemoryPriority); in NtSetInformationProcess()
/reactos/ntoskrnl/mm/ARM3/
H A Dprocsup.c487 IN UCHAR MemoryPriority) in MmSetMemoryPriorityProcess() argument
500 MemoryPriority = MEMORY_PRIORITY_BACKGROUND; in MmSetMemoryPriorityProcess()
506 OldPriority = (UCHAR)Process->Vm.Flags.MemoryPriority; in MmSetMemoryPriorityProcess()
507 Process->Vm.Flags.MemoryPriority = MemoryPriority; in MmSetMemoryPriorityProcess()
/reactos/ntoskrnl/ke/
H A Dthrdschd.c177 Vm.Flags.MemoryPriority == MEMORY_PRIORITY_FOREGROUND) in KiDeferredReadyThread()
/reactos/sdk/include/ndk/
H A Dmmtypes.h913 ULONG MemoryPriority:8; member
/reactos/ntoskrnl/include/internal/
H A Dmm.h797 IN UCHAR MemoryPriority