Searched refs:sync_timeout_seconds (Results 1 – 3 of 3) sorted by relevance
517 extern int sync_timeout_seconds;
3179 int sync_timeout_seconds = 5; variable3244 struct timespec ts = {.tv_sec = sync_timeout_seconds, .tv_nsec = 0}; in sync_internal()3269 printf("sync timed out: %d sec\n", sync_timeout_seconds); in sync_internal()
5177 SYSCTL_INT(_vfs_generic, OID_AUTO, sync_timeout, CTLFLAG_RW | CTLFLAG_LOCKED, &sync_timeout_seconds…