Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/printk/
Dprintk.c1470 static unsigned long oops_timestamp; in zap_locks() local
1472 if (time_after_eq(jiffies, oops_timestamp) && in zap_locks()
1473 !time_after(jiffies, oops_timestamp + 30 * HZ)) in zap_locks()
1476 oops_timestamp = jiffies; in zap_locks()