Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/printk/
Dprintk.c1425 static unsigned long oops_timestamp; in zap_locks() local
1427 if (time_after_eq(jiffies, oops_timestamp) && in zap_locks()
1428 !time_after(jiffies, oops_timestamp + 30 * HZ)) in zap_locks()
1431 oops_timestamp = jiffies; in zap_locks()