KiIsQosGroupingActive

INT8 __stdcall KiIsQosGroupingActive(){
  INT8 v0; 

  v0 = 1;
  if( (KiHeteroSchedulerOptions & 1) != 0 )
    return(KiHeteroSchedulerOptions & 2) != 0;
  if( (KiVelocityFlags & 0x800) == 0 || !KeHeteroSystemQos )
    return 0;
  return v0;
}

Referenced by:

KeClockInterruptNotify
KeUpdateQosGroupingSets
KiCheckPreferredHeteroProcessor
KiHeteroChooseTargetProcessor
KiSelectProcessorToPreempt