Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_irq.c35 u32 timeout_ts; in gen11_gt_engine_identity() local
46 timeout_ts = (local_clock() >> 10) + 100; in gen11_gt_engine_identity()
50 !time_after32(local_clock() >> 10, timeout_ts)); in gen11_gt_engine_identity()
/openbmc/qemu/linux-user/
H A Dsyscall.c1515 struct timespec _timeout_ts, *timeout_ts = &_timeout_ts; in do_ppoll() local
1520 if (target_to_host_timespec64(timeout_ts, arg3)) { in do_ppoll()
1525 if (target_to_host_timespec(timeout_ts, arg3)) { in do_ppoll()
1531 timeout_ts = NULL; in do_ppoll()
1542 ret = get_errno(safe_ppoll(pfd, nfds, timeout_ts, in do_ppoll()
1550 if (host_to_target_timespec64(arg3, timeout_ts)) { in do_ppoll()
1554 if (host_to_target_timespec(arg3, timeout_ts)) { in do_ppoll()