Searched refs:CPUP_PRE_POS (Results 1 – 1 of 1) sorted by relevance
60 #define CPUP_PRE_POS(pos) (((pos) == 0) ? (OS_CPUP_HISTORY_RECORD_NUM - 1) : ((pos) - 1)) macro288 curPos = CPUP_PRE_POS(tmpPos); in OsCpupGetPos()296 prePos = CPUP_PRE_POS(curPos); in OsCpupGetPos()