Add quota management spinlock and expose ReturnProcessQuota

This commit is contained in:
2026-07-11 01:39:23 +02:00
parent c48cefd463
commit b77a57a0e3
2 changed files with 8 additions and 5 deletions

View File

@@ -20,3 +20,6 @@ POBJECT_TYPE PS::ProcessManager::ThreadType;
/* Default system-wide quota block assigned to processes */
EPROCESS_QUOTA_BLOCK PS::Quota::DefaultQuotaBlock;
/* Lock used for quota management */
KSPIN_LOCK PS::Quota::QuotaLock;