Searched refs:accumulatedNumOfTasks (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.h539 uint8_t accumulatedNumOfTasks; member in struct:__anon9789
H A Dfm_ncsw.c2193 ASSERT_COND(p_Fm->p_FmStateStruct->accumulatedNumOfTasks >= numOfTasks);
2194 p_Fm->p_FmStateStruct->accumulatedNumOfTasks -= numOfTasks;
2751 if ((p_Fm->p_FmStateStruct->accumulatedNumOfTasks - currentVal + numOfTasks) >
2758 ASSERT_COND(p_Fm->p_FmStateStruct->accumulatedNumOfTasks >= currentVal);
2760 p_Fm->p_FmStateStruct->accumulatedNumOfTasks -= currentVal;
2761 p_Fm->p_FmStateStruct->accumulatedNumOfTasks += numOfTasks;

Completed in 60 milliseconds