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