Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/vfs/
H A Dvfs_fsevents.c320 static struct timeval last_print; variable
500 if ((current_tv.tv_sec - last_print.tv_sec) > 10) { in add_fsevent()
522 last_print = current_tv; in add_fsevent()