Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dmount_internal.h512 extern int sync_timeout_seconds;
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_syscalls.c2830 int sync_timeout_seconds = 5; variable
2895 struct timespec ts = {.tv_sec = sync_timeout_seconds, .tv_nsec = 0}; in sync_internal()
2920 printf("sync timed out: %d sec\n", sync_timeout_seconds); in sync_internal()
H A Dvfs_subr.c4841 SYSCTL_INT(_vfs_generic, OID_AUTO, sync_timeout, CTLFLAG_RW | CTLFLAG_LOCKED, &sync_timeout_seconds