PspAdjustKeepAliveCountProcess

UINT64 __stdcall PspAdjustKeepAliveCountProcess(_EPROCESS *Process, INT64 Delta, UINT64 Tag, UINT8 WakeEnabled){
  PspChargeProcessWakeCounter((INT64)Process, WakeEnabled == 0 ? 2 : 0, 1, Tag);
  return 0i64;
}

Referenced by:

IoIncrementKeepAliveCount
IopDeleteFileObjectExtension
IopKeepAliveWorker