Lines Matching refs:sysrq
13 #include <linux/sysrq.h>
354 * The per character mucking around with sysrq path it too slow for
358 if (port->sysrq) {
577 if (port->sysrq) {
578 if (ch && time_before(jiffies, port->sysrq)) {
580 port->sysrq = 0;
583 port->sysrq = 0;
594 if (!port->sysrq) {
595 port->sysrq = jiffies + HZ*5;
598 port->sysrq = 0;