Searched refs:tv_now (Results 1 – 1 of 1) sorted by relevance
86 struct timeval tv_now; in custom_tick_get() local87 gettimeofday(&tv_now, NULL); in custom_tick_get()89 now_ms = (tv_now.tv_sec * 1000000 + tv_now.tv_usec) / 1000; in custom_tick_get()