Searched refs:accumulatedNumOfTasks (Results 1 – 2 of 2) sorted by relevance
539 uint8_t accumulatedNumOfTasks; member
2193 ASSERT_COND(p_Fm->p_FmStateStruct->accumulatedNumOfTasks >= numOfTasks); in FmFreePortParams()2194 p_Fm->p_FmStateStruct->accumulatedNumOfTasks -= numOfTasks; in FmFreePortParams()2751 if ((p_Fm->p_FmStateStruct->accumulatedNumOfTasks - currentVal + numOfTasks) > in FmSetNumOfTasks()2758 ASSERT_COND(p_Fm->p_FmStateStruct->accumulatedNumOfTasks >= currentVal); in FmSetNumOfTasks()2760 p_Fm->p_FmStateStruct->accumulatedNumOfTasks -= currentVal; in FmSetNumOfTasks()2761 p_Fm->p_FmStateStruct->accumulatedNumOfTasks += numOfTasks; in FmSetNumOfTasks()