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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter_ipv4/
H A Dipt_time.h8 unsigned int time_stop; /* 0:0 < time_start < 23:59 */ member in struct:ipt_time_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A Dtimer_stats.c104 static ktime_t time_start, time_stop; variable
294 time_stop = ktime_get();
296 time = ktime_sub(time_stop, time_start);
375 time_stop = ktime_get();
/netgear-R7000-V1.0.7.12_1.2.5/src/router/netconf/
H A Dnetconf_linux.c419 fw->match.secs[1] = time->time_stop;
720 unsigned int time_start, time_stop; local
725 time_stop = time->time_stop;
730 time_stop = time->daytime_stop;
736 fw->match.secs[1] != time_stop)
1147 time->time_stop = fw->match.secs[1];

Completed in 114 milliseconds