Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/vfs/
H A Dvfs_syscalls.c3241 struct timeval sync_timeout_last_print = {.tv_sec = 0, .tv_usec = 0}; variable
3277 if (now.tv_sec - sync_timeout_last_print.tv_sec > 120) { in sync_internal()
3279 sync_timeout_last_print.tv_sec = now.tv_sec; in sync_internal()