PsChargePoolQuota

VOID __stdcall PsChargePoolQuota(_EPROCESS *Process, _POOL_TYPE PoolType, UINT64 Amount){
  int v3; 

  v3 = PsChargeProcessPoolQuota(Process, PoolType, Amount);
  if( v3 < 0 )
    RtlRaiseStatus(v3);
}

Referenced by:

FsRtlNotifyFilterReportChange
FsRtlNotifyFilterReportChangeLiteEx