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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fsevents.c331 static struct timeval last_print; variable in typeref:struct:timeval
495 if ((current_tv.tv_sec - last_print.tv_sec) > 10) {
515 last_print = current_tv;

Completed in 64 milliseconds