Lines Matching refs:timeout
68 int lockType, int timeout, in perform_lock_unlock_operation() argument
88 lock.timeout = timeout; in perform_lock_unlock_operation()
277 int timeout) in genlock_lock_buffer() argument
288 if (0 == timeout) { in genlock_lock_buffer()
292 ret = perform_lock_unlock_operation(buffer_handle, kLockType, timeout, 0); in genlock_lock_buffer()
322 genlock_status_t genlock_wait(native_handle_t *buffer_handle, int timeout) { in genlock_wait() argument
336 if (0 == timeout) in genlock_wait()
341 lock.timeout = timeout; in genlock_wait()
360 int timeout) { in genlock_write_to_read() argument
363 if (0 == timeout) { in genlock_write_to_read()
368 ret = perform_lock_unlock_operation(buffer_handle, GENLOCK_RDLOCK, timeout, in genlock_write_to_read()
373 timeout, 0); in genlock_write_to_read()