KeSuspendClockTimer

VOID __stdcall KeSuspendClockTimer(){
  struct _KPRCB *CurrentPrcb; 
  int v1; 
  CurrentPrcb = KeGetCurrentPrcb();
  v1 = KiClockTimerOwner;
  if( (*((_BYTE *)CurrentPrcb + 34) & 1) != 0 )
  {
    off_140C00888[0]();
    *((_BYTE *)CurrentPrcb + 34) &= ~1u;
  }
  if( *((_DWORD *)CurrentPrcb + 9) == v1 )
    ++dword_140C31348;
  if( *((_BYTE *)CurrentPrcb + 33) )
    *((_BYTE *)CurrentPrcb + 33) = 0;
}

Referenced by:

PopHandleNextState