Searched refs:runTimeMax (Results 1 – 3 of 3) sorted by relevance
135 UINT64 runTimeMax = (base->runTimeMax * OS_NS_PER_CYCLE) / OS_SYS_NS_PER_US; in OsSwtmrTimeInfoShow() local140 … runTime, runTimeMax, readyTime, readyTimeMax, base->runCount, base->times, data.handler); in OsSwtmrTimeInfoShow()
126 UINT64 runTimeMax; member
172 if (runTime > data->runTimeMax) { in SwtmrHandler()173 data->runTimeMax = runTime; in SwtmrHandler()