Lines Matching full:timeout
49 * or cancelled. As such, for such situations, set up a timeout, so in host1x_syncpt_fence_enable_signaling()
52 if (sf->timeout) { in host1x_syncpt_fence_enable_signaling()
53 /* Reference for timeout path. */ in host1x_syncpt_fence_enable_signaling()
79 * Already on timeout path, but we removed the fence before in host1x_fence_signal()
80 * timeout path could, so drop interrupt path reference. in host1x_fence_signal()
86 if (f->timeout && cancel_delayed_work(&f->timeout_work)) { in host1x_fence_signal()
88 * We know that the timeout path will not be entered. in host1x_fence_signal()
89 * Safe to drop the timeout path's reference now. in host1x_fence_signal()
105 /* Already on interrupt path, drop timeout path reference if any. */ in do_fence_timeout()
106 if (f->timeout) in do_fence_timeout()
121 if (f->timeout) in do_fence_timeout()
126 bool timeout) in host1x_fence_create() argument
136 fence->timeout = timeout; in host1x_fence_create()