Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dmount_internal.h513 extern int sync_timeout_seconds;
/xnu-8796.121.2/bsd/vfs/
H A Dvfs_syscalls.c3188 int sync_timeout_seconds = 5; variable
3253 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()
H A Dvfs_subr.c5084 SYSCTL_INT(_vfs_generic, OID_AUTO, sync_timeout, CTLFLAG_RW | CTLFLAG_LOCKED, &sync_timeout_seconds