Searched refs:getnstimeofday (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dmain.c62 getnstimeofday(&ts);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dtime.c26 * Added getnstimeofday to allow the posix timer functions to return
310 void getnstimeofday (struct timespec *tv) function
327 EXPORT_SYMBOL_GPL(getnstimeofday); variable
387 void getnstimeofday(struct timespec *tv) function
395 EXPORT_SYMBOL_GPL(getnstimeofday); variable
H A Dhrtimer.c73 getnstimeofday(&now);
122 getnstimeofday(ts);
145 getnstimeofday(&xts);
H A Dtimer.c1117 getnstimeofday(&tp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtime.h118 extern void getnstimeofday(struct timespec *tv);
H A Dktime.h294 #define ktime_get_real_ts(ts) getnstimeofday(ts)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A Dtimekeeping.c98 * getnstimeofday - Returns the time of day in a timespec
103 void getnstimeofday(struct timespec *ts) function
108 EXPORT_SYMBOL(getnstimeofday); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dblktrace.c70 getnstimeofday(&now);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dmmtimer.c581 getnstimeofday(&n);
592 * to getnstimeofday() in order to be as faithful as possible to the time
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dtimer.c383 getnstimeofday(&tstamp);
1185 getnstimeofday(&tstamp);
H A Dpcm_native.c600 getnstimeofday(&status->tstamp);
602 getnstimeofday(&status->tstamp);
690 getnstimeofday(&runtime->trigger_tstamp);
H A Dpcm_lib.c152 getnstimeofday((struct timespec *)&runtime->status->tstamp);

Completed in 117 milliseconds