MiFreeRotateView

VOID __stdcall MiFreeRotateView(_MMVAD_SHORT *Vad){
  __int64 *VadWakeList; 
  __int64 *v2; 

  VadWakeList = MiGetVadWakeList((__int64)Vad, 8);
  v2 = VadWakeList;
  if( VadWakeList )
  {
    MiFreeRotateVadEvent((INT64)VadWakeList);
    ExFreePoolWithTag(v2, 0);
  }
}

Referenced by:

MiDeletePartialVad