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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c355 static struct timeval last_print; variable in typeref:struct:timeval
519 if ((current_tv.tv_sec - last_print.tv_sec) > 10) {
539 last_print = current_tv;

Completed in 20 milliseconds