PspGetRateControlSize

UINT64 __stdcall PspGetRateControlSize(PSP_JOB_RATE_CONTROL_TYPE Type){
  if( Type )
    return(unsigned int)KeGetSchedulingGroupSize() + 128;
  else
    return 72i64;
}

Referenced by:

PspAllocateRateControl
PspFreeRateControl