Searched refs:accumulatedNumOfTasks (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.c1645 ASSERT_COND(p_Fm->p_FmStateStruct->accumulatedNumOfTasks >= numOfTasks);
1646 p_Fm->p_FmStateStruct->accumulatedNumOfTasks -= numOfTasks;
2273 if((p_Fm->p_FmStateStruct->accumulatedNumOfTasks - oldVal + numOfTasks) >
2280 ASSERT_COND(p_Fm->p_FmStateStruct->accumulatedNumOfTasks >= oldVal);
2282 p_Fm->p_FmStateStruct->accumulatedNumOfTasks -= oldVal;
2283 p_Fm->p_FmStateStruct->accumulatedNumOfTasks += numOfTasks;
H A Dfm.h630 uint8_t accumulatedNumOfTasks; member in struct:__anon8240

Completed in 76 milliseconds