PspIoRateEntryVolumeDelete

VOID __stdcall PspIoRateEntryVolumeDelete(RTL_BALANCED_NODE *Node, PVOID Context){
  _RTL_BALANCED_NODE *v2; 
  v2 = (_RTL_BALANCED_NODE *)*((_QWORD *)Context + 1);
  if( v2->Children[0] != Context )
    __fastfail(3u);
  Node->Children[0] = (_RTL_BALANCED_NODE *)Context;
  Node->Children[1] = v2;
  v2->Children[0] = Node;
  *((_QWORD *)Context + 1) = Node;
  Node->ParentValue = -1i64;
}

Referenced by:

PspJobIoRateVolumeEntryRemoveAll