PsChargeProcessNonPagedPoolQuota

NTSTATUS __stdcall PsChargeProcessNonPagedPoolQuota(_EPROCESS *Process, UINT64 Amount){
  if( Process == PsInitialSystemProcess )
    return 0;
  else
    return PspChargeQuota(Process->QuotaBlock, Process, PsResourceNonPagedPool, Amount);
}

Referenced by:

ExEnableHandleTracing
MiBuildNewCloneDescriptor
MiCloneVads
MiCreateAweInfoBitMap
MiCreateCloneChain
MiCreatePlaceholderStorage
MiCreateRotateView
MiCreateVadEventBitmap
MiFreeVadRange
MiInsertVadCharges
NtSetInformationProcess
ViIrpAllocateLockedPacket