tv                 23 include/crm/common/iso8601_internal.h                                                struct timeval *tv);
tv               1591 lib/common/iso8601.c pcmk__time_timeval_hr_convert(pcmk__time_hr_t *target, struct timeval *tv)
tv               1596 lib/common/iso8601.c     crm_time_set_timet(&dt, &tv->tv_sec);
tv               1599 lib/common/iso8601.c         ret->useconds = tv->tv_usec;
tv                631 lib/common/utils.c         struct timeval tv = { .tv_sec = 0, .tv_usec = (suseconds_t) ms };
tv                633 lib/common/utils.c         select(0, NULL, NULL, NULL, &tv);