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