VOID __stdcall KiInsertNonMaxOverQuotaScb(_KSCB *Scb, _KPRCB *Prcb, UINT8 UpdateInsertionTime){
char v6;
do
{
v6 = *((_BYTE *)Scb + 112);
if( (v6 & 2) != 0 )
break;
if( (v6 & 1) != 0 )
KiResortScbQueue(Prcb, Scb, 0);
else
KiInsertSchedulingGroupQueue(Prcb, Scb, UpdateInsertionTime);
Scb = Scb->Parent;
}
while( Scb );
}