Searched refs:overrun (Results 76 - 100 of 100) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dhso.c1670 icount.overrun = cnow.overrun;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Dip2main.c2314 rc = put_user(cnow.overrun, &p_cuser->overrun);
H A Di2lib.c1693 pCh->icount.overrun++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/cpm_uart/
H A Dcpm_uart_core.c339 port->icount.overrun++;
352 /* overrun does not affect the current character ! */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dimx.c132 #define UCR4_OREN (1<<1) /* Receiver overrun interrupt enable */
459 sport->port.icount.overrun++;
H A Dmfd.c499 up->port.icount.overrun++;
H A Dmpc52xx_uart.c955 port->icount.overrun++;
H A Dserial_txx9.c290 /* mask out RFDN_MASK bit added by previous overrun */
314 up->port.icount.overrun++;
317 * a char which caused overrun.
H A Dsunsu.c336 up->port.icount.overrun++;
H A Ducc_uart.c546 port->icount.overrun++;
H A Dzs.c588 icount->overrun++;
H A Dicom.c792 icount->overrun++;
H A Dioc3_serial.c1098 icount->overrun++;
1237 /* Check for change in modem state or overrun */
1297 /* Notify that an input overrun occurred */
H A Dmpsc.c978 pi->port.icount.overrun++;
H A Dpmac_zilog.c311 uap->port.icount.overrun++;
H A Dsunzilog.c388 up->port.icount.overrun++;
H A D8250.c1426 up->port.icount.overrun++;
H A Dioc4_serial.c2052 icount->overrun++;
2191 /* Check for change in modem state or overrun */
2252 /* Notify that an input overrun occurred */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclink_gt.c1069 put_user(cnow.overrun, &p_cuser->overrun) ||
1287 if (info->icount.overrun)
1288 seq_printf(m, " oe:%d", info->icount.overrun);
3905 /* clear pending rx overrun IRQ */
4143 * 08 overrun IRQ enable
4361 * 08 overrun IRQ enable
H A Dcyclades.c486 info->icount.overrun++;
542 /* there was a software buffer overrun and nothing
2807 sic.overrun = cnow.overrun;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Drd_stats.c610 sscanf(p + 3, "%u", &st_serial_i->overrun);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched.c166 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun);
173 int overrun; local
178 overrun = hrtimer_forward(timer, now, rt_b->rt_period);
180 if (!overrun)
183 idle = do_sched_rt_period_timer(rt_b, overrun);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_ti.c1524 MAP_FLAG(UMP_UART_LSR_OV_MASK, LSR_OVER_ERR) /* overrun */
1610 icount->overrun++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dentry.S95 bz floppy_overrun ! nope, overrun
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-cref.tex492 RX: bytes packets errors dropped overrun mcast
510 \item \verb|overrun| --- the total number of receiver overruns resulting
511 in dropped packets. As a rule, if the interface is overrun, it means
534 RX: bytes packets errors dropped overrun mcast

Completed in 269 milliseconds

1234