Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c1569 struct timespec _timeout_ts, *timeout_ts = &_timeout_ts; in do_ppoll() local
1574 if (target_to_host_timespec64(timeout_ts, arg3)) { in do_ppoll()
1579 if (target_to_host_timespec(timeout_ts, arg3)) { in do_ppoll()
1585 timeout_ts = NULL; in do_ppoll()
1596 ret = get_errno(safe_ppoll(pfd, nfds, timeout_ts, in do_ppoll()
1604 if (host_to_target_timespec64(arg3, timeout_ts)) { in do_ppoll()
1608 if (host_to_target_timespec(arg3, timeout_ts)) { in do_ppoll()