Searched refs:gettimeofday (Results 1 – 3 of 3) sorted by relevance
18 int gettimeofday(struct timeval *tv, struct timezone *tz);
385 gettimeofday(&rtime1, NULL); in cond_wait()400 gettimeofday(&rtime2, NULL); in cond_wait()484 gettimeofday(&tv, NULL); in sys_now()496 gettimeofday(&starttime, NULL); in sys_init()573 gettimeofday(&tv,NULL); in sys_jiffies()
32 gettimeofday(struct timeval *tv, struct timezone *tz) in gettimeofday() function