PopStatsInitPowerRequestLibrary

NTSTATUS __stdcall PopStatsInitPowerRequestLibrary(){
  PowerReqestStatsLock.Thread = 0i64;
  PowerReqestStatsLock.Lock._bf_0 = 0i64;
  qword_140C1EBD0 = 0i64;
  *(&ExecutionRequiredStopWatchCollection + 1) = (INT64)&ExecutionRequiredStopWatchCollection;
  ExecutionRequiredStopWatchCollection = (INT64)&ExecutionRequiredStopWatchCollection;
  xmmword_140C1EBB0 = 0i64;
  xmmword_140C1EBC0 = 0i64;
  RtlInitializeGenericTableAvl(
    &PowerRequestStatsDatabase,
    (PRTL_AVL_COMPARE_ROUTINE)PopAvlComparePowerRequestKeys,
    (PRTL_AVL_ALLOCATE_ROUTINE)PopAvlAllocatePowerRequestStats,
    (PRTL_AVL_FREE_ROUTINE)PopAvlFreePowerRequestStats,
    0i64);
  return 0;
}

Referenced by:

PopPowerRequestInit