Searched refs:V9FS_FILE_LOCK_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
48 #define V9FS_FILE_LOCK_TIMEOUT 3000 macro
399 if ((ret = mutex_acquire_timeout(&file->lock, V9FS_FILE_LOCK_TIMEOUT)) != in v9fs_read_file()428 if ((ret = mutex_acquire_timeout(&file->lock, V9FS_FILE_LOCK_TIMEOUT)) != in v9fs_write_file()454 if ((ret = mutex_acquire_timeout(&file->lock, V9FS_FILE_LOCK_TIMEOUT)) != in v9fs_close_file()484 if ((ret = mutex_acquire_timeout(&file->lock, V9FS_FILE_LOCK_TIMEOUT)) != in v9fs_stat_file()
Completed in 4 milliseconds