Searched refs:time_start (Results 1 - 9 of 9) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dkeychain.c475 time_t time_start;
478 time_start = key_str2time (stime_str, sday_str, smonth_str, syear_str);
479 if (time_start < 0)
492 if (time_end <= time_start)
498 krange->start = time_start;
509 time_t time_start;
513 time_start = key_str2time (stime_str, sday_str, smonth_str, syear_str);
514 if (time_start < 0)
519 krange->start = time_start;
528 krange->end = time_start
474 time_t time_start; local
508 time_t time_start; local
537 time_t time_start; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Ddir.c233 desc->entry->fattr->time_start = desc->timestamp;
H A Dinode.c278 nfsi->read_cache_jiffies = fattr->time_start;
868 nfsi->read_cache_jiffies = fattr->time_start;
890 if (time_after(fattr->time_start, nfsi->last_updated))
972 nfsi->read_cache_jiffies = fattr->time_start;
980 data_stable = nfs_verify_change_attribute(inode, fattr->time_start);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_fs.h320 fattr->time_start = jiffies;
H A Dnfs_xdr.h58 unsigned long time_start; member in struct:nfs_fattr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A Dtimer_stats.c103 static ktime_t time_start, time_stop; variable
293 time = ktime_sub(time_stop, time_start);
371 time_start = ktime_get();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_time.c78 if ((packet_time < info->time_start) || (packet_time > info->time_stop))
103 if ((info->time_start > 86399) || (info->time_stop > 86399))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/netconf/
H A Dnetconf_linux.c311 fw->match.secs[0] = time->time_start;
575 fw->match.secs[0] != time->time_start ||
956 time->time_start = fw->match.secs[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dfft-test.c269 int64_t time_start, duration; local
276 time_start = gettime();
289 duration = gettime() - time_start;

Completed in 90 milliseconds