Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dmount_internal.h517 extern int sync_timeout_seconds;
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_syscalls.c3179 int sync_timeout_seconds = 5; variable
3244 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()
H A Dvfs_subr.c5177 SYSCTL_INT(_vfs_generic, OID_AUTO, sync_timeout, CTLFLAG_RW | CTLFLAG_LOCKED, &sync_timeout_seconds