PsChargeProcessQuota

INT64 __fastcall PsChargeProcessQuota(__int64 a1, __int64 a2, unsigned __int64 a3){
  if( (PEPROCESS)a1 == PsInitialSystemProcess )
    return 0i64;
  else
    return PspChargeQuota(*(_QWORD *)(a1 + 1384), a1, 3i64, a3);
}

Referenced by:

MmAdjustWorkingSetSizeEx
MmCreateProcessAddressSpace