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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Decos_timer.c54 #define TIMER_LIST_FLAG_EXIT 0x0002 macro
87 if (list->flags & TIMER_LIST_FLAG_EXIT)
262 list->flags |= TIMER_LIST_FLAG_EXIT;
315 if (list->flags & TIMER_LIST_FLAG_EXIT)
H A Drte_timers.c65 #define TIMER_LIST_FLAG_EXIT 0x0002 macro
156 if (list->flags&TIMER_LIST_FLAG_EXIT)
227 list->flags |= TIMER_LIST_FLAG_EXIT;
277 if (list->flags & TIMER_LIST_FLAG_EXIT)

Completed in 111 milliseconds