ReactOS
0.4.15-dev-1632-g4e289ce
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | TAG_QUOTA_BLOCK 'bQsP' |
#define | VALID_QUOTA_FLAGS |
Variables | |
EPROCESS_QUOTA_BLOCK | PspDefaultQuotaBlock |
static LIST_ENTRY | PspQuotaBlockList = {&PspQuotaBlockList, &PspQuotaBlockList} |
static KSPIN_LOCK | PspQuotaLock |
#define VALID_QUOTA_FLAGS |
Definition at line 175 of file quota.c.
Referenced by FsRtlCancelNotify(), and FsRtlNotifyFilterReportChange().
Definition at line 195 of file quota.c.
Definition at line 207 of file quota.c.
Definition at line 161 of file quota.c.
NTSTATUS NTAPI PsChargeProcessPoolQuota | ( | IN PEPROCESS | Process, |
IN POOL_TYPE | PoolType, | ||
IN SIZE_T | Amount | ||
) |
Definition at line 219 of file quota.c.
Referenced by ExAllocatePoolWithQuotaTag(), PsChargePoolQuota(), PsChargeProcessNonPagedPoolQuota(), and PsChargeProcessPagedPoolQuota().
Definition at line 100 of file quota.c.
Referenced by ObInitSystem().
NTSTATUS NTAPI PspChargeProcessQuotaSpecifiedPool | ( | IN PEPROCESS | Process, |
IN UCHAR | PoolIndex, | ||
IN SIZE_T | Amount | ||
) |
Definition at line 39 of file quota.c.
Referenced by PsChargeProcessPageFileQuota(), and PsChargeProcessPoolQuota().
Definition at line 141 of file quota.c.
Definition at line 111 of file quota.c.
VOID NTAPI PspInsertQuotaBlock | ( | PEPROCESS_QUOTA_BLOCK | QuotaBlock | ) |
Definition at line 129 of file quota.c.
Referenced by PspSetQuotaLimits().
VOID NTAPI PspReturnProcessQuotaSpecifiedPool | ( | IN PEPROCESS | Process, |
IN UCHAR | PoolIndex, | ||
IN SIZE_T | Amount | ||
) |
Definition at line 76 of file quota.c.
Referenced by PsReturnPoolQuota(), and PsReturnProcessPageFileQuota().
NTSTATUS NTAPI PspSetQuotaLimits | ( | _In_ PEPROCESS | Process, |
_In_ ULONG | Unused, | ||
_In_ PVOID | QuotaLimits, | ||
_In_ ULONG | QuotaLimitsLength, | ||
_In_ KPROCESSOR_MODE | PreviousMode | ||
) |
Definition at line 293 of file quota.c.
Referenced by NtSetInformationProcess().
Definition at line 236 of file quota.c.
Referenced by ExFreePoolWithTag(), ExReturnPoolQuota(), PsReturnProcessNonPagedPoolQuota(), and PsReturnProcessPagedPoolQuota().
Definition at line 253 of file quota.c.
Referenced by PspDeleteProcess().
Definition at line 267 of file quota.c.
Referenced by FsRtlCancelNotify(), FsRtlNotifyCleanup(), FsRtlNotifyCompleteIrp(), and FsRtlNotifyFilterReportChange().
Definition at line 281 of file quota.c.
EPROCESS_QUOTA_BLOCK PspDefaultQuotaBlock |
Definition at line 17 of file quota.c.
Referenced by NtQueryInformationProcess(), PsInitializeQuotaSystem(), PspDestroyQuotaBlock(), PspInheritQuota(), and PspSetQuotaLimits().
|
static |
Definition at line 18 of file quota.c.
Referenced by PspInsertQuotaBlock().
|
static |
Definition at line 19 of file quota.c.
Referenced by PspDestroyQuotaBlock(), and PspInsertQuotaBlock().