Lines Matching refs:tv_sec
81 if (get_user(tv[0].tv_sec, &t->actime) || in compat_sys_utime()
82 get_user(tv[1].tv_sec, &t->modtime)) in compat_sys_utime()
110 if (get_user(tv[0].tv_sec, &t[0].tv_sec) || in compat_sys_futimesat()
112 get_user(tv[1].tv_sec, &t[1].tv_sec) || in compat_sys_futimesat()
151 tmp.st_atime = stat->atime.tv_sec; in cp_compat_stat()
153 tmp.st_mtime = stat->mtime.tv_sec; in cp_compat_stat()
155 tmp.st_ctime = stat->ctime.tv_sec; in cp_compat_stat()
1103 if (!end_time->tv_sec && !end_time->tv_nsec) in poll_select_copy_remaining()
1108 if (ts.tv_sec < 0) in poll_select_copy_remaining()
1109 ts.tv_sec = ts.tv_nsec = 0; in poll_select_copy_remaining()
1114 rtv.tv_sec = ts.tv_sec; in poll_select_copy_remaining()
1122 rts.tv_sec = ts.tv_sec; in poll_select_copy_remaining()
1304 tv.tv_sec + (tv.tv_usec / USEC_PER_SEC), in compat_sys_select()
1349 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in do_compat_pselect()
1418 if (poll_select_set_timeout(to, ts.tv_sec, ts.tv_nsec)) in compat_sys_ppoll()