Searched refs:MemoryPriority (Results 1 – 6 of 6) sorted by relevance
179 UCHAR LocalQuantum, MemoryPriority; in PspComputeQuantumAndPriority() local187 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()
1124 UCHAR MemoryPriority = 0; in NtSetInformationProcess() local1546 MemoryPriority = MEMORY_PRIORITY_FOREGROUND; in NtSetInformationProcess()1551 MemoryPriority = MEMORY_PRIORITY_BACKGROUND; in NtSetInformationProcess()1580 MmSetMemoryPriorityProcess(Process, MemoryPriority); in NtSetInformationProcess()
487 IN UCHAR MemoryPriority) in MmSetMemoryPriorityProcess() argument500 MemoryPriority = MEMORY_PRIORITY_BACKGROUND; in MmSetMemoryPriorityProcess()506 OldPriority = (UCHAR)Process->Vm.Flags.MemoryPriority; in MmSetMemoryPriorityProcess()507 Process->Vm.Flags.MemoryPriority = MemoryPriority; in MmSetMemoryPriorityProcess()
177 Vm.Flags.MemoryPriority == MEMORY_PRIORITY_FOREGROUND) in KiDeferredReadyThread()
913 ULONG MemoryPriority:8; member
797 IN UCHAR MemoryPriority