Home
last modified time | relevance | path

Searched refs:iOtherExecStats (Results 1 – 2 of 2) sorted by relevance

/external/opencore/oscl/oscl/osclproc/src/
Doscl_scheduler.cpp512 iOtherExecStats[i] = NULL; in ConstructStatQ()
516iOtherExecStats[EOtherExecStats_NativeOS] = OSCL_PLACEMENT_NEW(ptr, PVActiveStats(this, "Sched_Tot… in ConstructStatQ()
519 …int offset = (int) & (iOtherExecStats[EOtherExecStats_NativeOS])->iPVStatQLink - (int)(iOtherExecS… in ConstructStatQ()
528iOtherExecStats[EOtherExecStats_QueueTime] = OSCL_PLACEMENT_NEW(ptr, PVActiveStats(this, "Sched_Qu… in ConstructStatQ()
532iOtherExecStats[EOtherExecStats_WaitTime] = OSCL_PLACEMENT_NEW(ptr, PVActiveStats(this, "Sched_Wai… in ConstructStatQ()
539 if (iOtherExecStats[i]) in ConstructStatQ()
540 iPVStatQ.InsertTail(*iOtherExecStats[i]); in ConstructStatQ()
1186 START_LOOP_STATS(iOtherExecStats[EOtherExecStats_WaitTime]); in RequestCanceled()
1188 END_LOOP_STATS(iOtherExecStats[EOtherExecStats_WaitTime]); in RequestCanceled()
1201 START_LOOP_STATS(iOtherExecStats[EOtherExecStats_QueueTime]); in RequestCanceled()
[all …]
Doscl_scheduler.h285 … PVActiveStats* iOtherExecStats[EOtherExecStats_Last];//placeholder for stats of all ExecObjs. variable