Searched refs:rtv (Results 1 – 2 of 2) sorted by relevance
272 struct timeval rtv; in poll_select_copy_remaining() local290 rtv.tv_sec = rts.tv_sec; in poll_select_copy_remaining()291 rtv.tv_usec = rts.tv_nsec / NSEC_PER_USEC; in poll_select_copy_remaining()293 if (!copy_to_user(p, &rtv, sizeof(rtv))) in poll_select_copy_remaining()
1505 struct compat_timeval rtv; in poll_select_copy_remaining() local1507 rtv.tv_sec = ts.tv_sec; in poll_select_copy_remaining()1508 rtv.tv_usec = ts.tv_nsec / NSEC_PER_USEC; in poll_select_copy_remaining()1510 if (!copy_to_user(p, &rtv, sizeof(rtv))) in poll_select_copy_remaining()