Home
last modified time | relevance | path

Searched refs:uwUsage (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_m/components/debugtools/
Dlos_hwidump.c88 … hwiCpup1s[i].uwUsage / CPUP_PRECISION_MULT, hwiCpup1s[i].uwUsage % CPUP_PRECISION_MULT, in ShellCmdHwiInfoShow()
89 … hwiCpup10s[i].uwUsage / CPUP_PRECISION_MULT, hwiCpup10s[i].uwUsage % CPUP_PRECISION_MULT, in ShellCmdHwiInfoShow()
/kernel/liteos_m/components/cpup/
Dlos_cpup.h201 UINT32 uwUsage; /**< Usage. The value range is [0,1000]. */ member
Dlos_cpup.c549 cpupInfo[loopNum].uwUsage = (UINT32)((LOS_CPUP_PRECISION * cpuTimeCurTsk) / cpuTimeAll); in LOS_AllTaskCpuUsage()
748 cpupInfo[loopNum].uwUsage = (UINT32)((LOS_CPUP_PRECISION * cpuTimeCurIrq) / cpuTimeAll); in LOS_GetAllIrqCpuUsage()
/kernel/liteos_m/kernel/src/
Dlos_task.c381 cpuLessOneSec[taskCB->taskID].uwUsage / LOS_CPUP_PRECISION_MULT, in OsGetAllTskInfo()
382 cpuLessOneSec[taskCB->taskID].uwUsage % LOS_CPUP_PRECISION_MULT, in OsGetAllTskInfo()
383 cpuTenSec[taskCB->taskID].uwUsage / LOS_CPUP_PRECISION_MULT, in OsGetAllTskInfo()
384 cpuTenSec[taskCB->taskID].uwUsage % LOS_CPUP_PRECISION_MULT, in OsGetAllTskInfo()
385 cpuOneSec[taskCB->taskID].uwUsage / LOS_CPUP_PRECISION_MULT, in OsGetAllTskInfo()
386 cpuOneSec[taskCB->taskID].uwUsage % LOS_CPUP_PRECISION_MULT); in OsGetAllTskInfo()