Searched refs:snoop_lastwarn (Results 1 – 1 of 1) sorted by relevance
47 static hrtime_t snoop_lastwarn; /* Last time NS warning fired */ variable98 if (now - snoop_lastwarn >= snoop_warninter * NANOSEC) { in snoop_nswarn()99 snoop_lastwarn = now; in snoop_nswarn()