Home
last modified time | relevance | path

Searched refs:wait_time (Results 1 – 1 of 1) sorted by relevance

/fs/ext4/
A Dmmp.c287 unsigned int wait_time = 0; in ext4_multi_mount_protect() local
323 wait_time = min(mmp_check_interval * 2 + 1, in ext4_multi_mount_protect()
327 if (wait_time > EXT4_MMP_MIN_CHECK_INTERVAL * 4) in ext4_multi_mount_protect()
329 " wait.\n", wait_time * 2); in ext4_multi_mount_protect()
331 if (schedule_timeout_interruptible(HZ * wait_time) != 0) { in ext4_multi_mount_protect()
366 if (schedule_timeout_interruptible(HZ * wait_time) != 0) { in ext4_multi_mount_protect()

Completed in 4 milliseconds