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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbsd_timer.c625 struct itimerval timeroff = { { 0, 0 }, { 0, 0} }; local
629 setitimer(ITIMER_REAL, &timeroff, NULL);
643 struct itimerval timeroff = { { 0, 0 }, { 0, 0} }; local
707 setitimer(ITIMER_REAL, &timeroff, NULL);
H A Dlinux_timer.c634 struct itimerval timeroff = { { 0, 0 }, { 0, 0} }; local
638 setitimer(ITIMER_REAL, &timeroff, NULL);
652 struct itimerval timeroff = { { 0, 0 }, { 0, 0} }; local
716 setitimer(ITIMER_REAL, &timeroff, NULL);

Completed in 79 milliseconds