Home
last modified time | relevance | path

Searched refs:timeSliceCount (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/kernel/base/include/
Dlos_statistics_pri.h49 UINT64 timeSliceCount; /* The number of time slices allocated */ member
/kernel/liteos_a/kernel/base/sched/
Dlos_statistics.c111 if (taskCB->schedStat.timeSliceCount > 1) { in SchedDataGet()
112 … UINT64 averTimeSlice = taskCB->schedStat.timeSliceTime / (taskCB->schedStat.timeSliceCount - 1); in SchedDataGet()
173 averTimeSlice, taskCB->schedStat.timeSliceCount - 1, in OsShellShowSchedStatistics()
Dlos_priority.c222 taskCB->schedStat.timeSliceCount++; in PriQueInsert()