Lines Matching refs:timeout
64 int lockType, int timeout, in perform_lock_unlock_operation() argument
85 lock.timeout = timeout; in perform_lock_unlock_operation()
270 int timeout) in genlock_lock_buffer() argument
281 if (0 == timeout) { in genlock_lock_buffer()
285 ret = perform_lock_unlock_operation(buffer_handle, kLockType, timeout, 0); in genlock_lock_buffer()
315 genlock_status_t genlock_wait(native_handle_t *buffer_handle, int timeout) { in genlock_wait() argument
329 if (0 == timeout) in genlock_wait()
334 lock.timeout = timeout; in genlock_wait()
353 int timeout) { in genlock_write_to_read() argument
356 if (0 == timeout) { in genlock_write_to_read()
361 ret = perform_lock_unlock_operation(buffer_handle, GENLOCK_RDLOCK, timeout, in genlock_write_to_read()
366 timeout, 0); in genlock_write_to_read()