taglinefilesource code
last_strobe729drivers/char/serial.cstatic unsigned long last_strobe = 0;
last_strobe733drivers/char/serial.cif ((jiffies - last_strobe) >= 60*HZ) {
last_strobe752drivers/char/serial.clast_strobe = jiffies;