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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pps/clients/
H A Dpps-ktimer.c43 struct timespec __ts; local
47 getnstimeofday(&__ts);
52 ts.sec = __ts.tv_sec;
53 ts.nsec = __ts.tv_nsec;
H A Dpps-ldisc.c33 struct timespec __ts; local
37 getnstimeofday(&__ts);
44 pps_ts.sec = __ts.tv_sec;
45 pps_ts.nsec = __ts.tv_nsec;

Completed in 79 milliseconds