Searched refs:MAX_TIMERS (Results 1 – 2 of 2) sorted by relevance
55 ATOMIC_BITSET_DECL(mTimersValid, MAX_TIMERS, static);57 static struct Timer mTimers[MAX_TIMERS];77 for (i = 0; i < MAX_TIMERS; i++) in timFindTimerById()128 for (i = 0, tim = &mTimers[0]; i < MAX_TIMERS; i++, tim++) { in timFireAsNeededAndUpdateAlarms()277 for (i = 0, count = 0; i < MAX_TIMERS; ++i, ++tim) { in timTimerCancelAll()297 atomicBitsetInit(mTimersValid, MAX_TIMERS); in timInit()
28 #define MAX_TIMERS 16 /* we *REALLY* do not want these proliferating endlessly, hence a small lim… macro