Home
last modified time | relevance | path

Searched refs:PSP_NON_PAGED_POOL_QUOTA_THRESHOLD (Results 1 – 2 of 2) sorted by relevance

/reactos/ntoskrnl/include/internal/
H A Dps.h76 #define PSP_NON_PAGED_POOL_QUOTA_THRESHOLD 0x10000 macro
/reactos/ntoskrnl/ps/
H A Dquota.c376 … ReturnThreshold = QuotaType ? PSP_NON_PAGED_POOL_QUOTA_THRESHOLD : PSP_PAGED_POOL_QUOTA_THRESHOLD; in PspReturnProcessQuotaSpecifiedPool()