Home
last modified time | relevance | path

Searched refs:rts (Results 1 – 2 of 2) sorted by relevance

/fs/
Dselect.c295 struct timespec rts; in poll_select_copy_remaining() local
313 rts = timespec64_to_timespec(rts64); in poll_select_copy_remaining()
324 } else if (!copy_to_user(p, &rts, sizeof(rts))) in poll_select_copy_remaining()
Dcompat.c1124 struct compat_timespec rts; in poll_select_copy_remaining() local
1126 rts.tv_sec = ts.tv_sec; in poll_select_copy_remaining()
1127 rts.tv_nsec = ts.tv_nsec; in poll_select_copy_remaining()
1129 if (!copy_to_user(p, &rts, sizeof(rts))) in poll_select_copy_remaining()