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.c1555 struct timespec _timeout_ts, *timeout_ts = &_timeout_ts; in do_ppoll() local
1560 if (target_to_host_timespec64(timeout_ts, arg3)) { in do_ppoll()
1565 if (target_to_host_timespec(timeout_ts, arg3)) { in do_ppoll()
1571 timeout_ts = NULL; in do_ppoll()
1582 ret = get_errno(safe_ppoll(pfd, nfds, timeout_ts, in do_ppoll()
1590 if (host_to_target_timespec64(arg3, timeout_ts)) { in do_ppoll()
1594 if (host_to_target_timespec(arg3, timeout_ts)) { in do_ppoll()