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

/hardware/ti/wlan/wl1271/utils/
H A Dtimer.c62 TI_UINT32 uTimersCount; /* Number of created timers */ member in struct:__anon1640
134 if (pTimerModule->uTimersCount)
238 pTimerModule->uTimersCount = 0;
367 pTimerModule->uTimersCount++; /* count created timers */
404 pTimerModule->uTimersCount--; /* update created timers number */
642 WLAN_OS_REPORT(("tmr_PrintModule(): uContextId=%d, bOperState=%d, uTwdInitCount=%d, uTimersCount=%d\n",
644 pTimerModule->uTwdInitCount, pTimerModule->uTimersCount));

Completed in 33 milliseconds