Lines Matching refs:tvnow
486 struct timeval tvnow; in prepare_func() local
493 tvnow.tv_sec = now.tv_sec; in prepare_func()
494 tvnow.tv_usec = now.tv_usec; in prepare_func()
496 if (pa_timeval_cmp(&t->timeval, &tvnow) <= 0) { in prepare_func()
500 usec = pa_timeval_diff(&t->timeval, &tvnow); in prepare_func()
518 struct timeval tvnow; in check_func() local
524 tvnow.tv_sec = now.tv_sec; in check_func()
525 tvnow.tv_usec = now.tv_usec; in check_func()
527 if (pa_timeval_cmp(&t->timeval, &tvnow) <= 0) in check_func()
562 struct timeval tvnow; in dispatch_func() local
569 tvnow.tv_sec = now.tv_sec; in dispatch_func()
570 tvnow.tv_usec = now.tv_usec; in dispatch_func()
572 if (pa_timeval_cmp(&t->timeval, &tvnow) <= 0) { in dispatch_func()