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

1234567

/linux-master/drivers/tty/serial/
H A Dsunsu.c331 up->port.icount.rx++;
340 up->port.icount.brk++;
353 up->port.icount.parity++;
355 up->port.icount.frame++;
357 up->port.icount.overrun++;
404 up->port.icount.tx++;
442 up->port.icount.rng++;
444 up->port.icount.dsr++;
H A Dsccnxp.c396 port->icount.rx++;
401 port->icount.brk++;
407 port->icount.parity++;
409 port->icount.frame++;
411 port->icount.overrun++;
447 port->icount.tx++;
H A Dmeson_uart.c156 port->icount.tx++;
187 port->icount.rx++;
192 port->icount.overrun++;
194 port->icount.frame++;
196 port->icount.frame++;
217 port->icount.brk++;
H A Datmel_serial.c767 port->icount.brk++;
770 port->icount.parity++;
772 port->icount.frame++;
774 port->icount.overrun++;
1161 port->icount.rx += count;
1173 port->icount.rx += count;
1393 port->icount.rng++;
1395 port->icount.dsr++;
1539 port->icount.rx++;
1553 port->icount
[all...]
H A Dsprd_serial.c326 port->icount.tx++;
390 port->icount.rx += sp->rx_dma.trans_len;
569 port->icount.brk++;
574 port->icount.parity++;
576 port->icount.frame++;
578 port->icount.overrun++;
610 port->icount.rx++;
H A Dsunsab.c162 up->port.icount.brk++;
171 up->port.icount.rx++;
183 up->port.icount.brk++;
193 up->port.icount.parity++;
195 up->port.icount.frame++;
197 up->port.icount.overrun++;
299 up->port.icount.dsr++;
H A Dmxs-auart.c629 s->port.icount.rx++;
632 s->port.icount.brk++;
636 s->port.icount.parity++;
638 s->port.icount.frame++;
654 s->port.icount.overrun++;
736 s->port.icount.rng++;
738 s->port.icount.dsr++;
H A Dsc16is7xx.c609 port->icount.buf_overrun++;
633 port->icount.rx++;
638 port->icount.brk++;
642 port->icount.parity++;
644 port->icount.frame++;
646 port->icount.overrun++;
685 port->icount.tx++;
760 port->icount.rng++;
762 port->icount.dsr++;
H A Dmax3100.c226 s->port.icount.frame++;
232 s->port.icount.rx++;
235 s->port.icount.parity++;
240 s->port.icount.rx++;
291 s->port.icount.tx++;
H A Dma35d1_serial.c241 up->port.icount.rx++;
246 up->port.icount.brk++;
251 up->port.icount.frame++;
253 up->port.icount.parity++;
255 up->port.icount.overrun++;
H A Duartlite.c152 port->icount.rx++;
156 port->icount.parity++;
160 port->icount.overrun++;
163 port->icount.frame++;
200 port->icount.tx++;
H A Dpic32_uart.c293 port->icount.overrun++;
304 port->icount.rx++;
313 port->icount.parity++;
315 port->icount.frame++;
350 port->icount.tx++;
H A Dfsl_lpuart.c764 sport->port.icount.tx++;
897 sport->port.icount.rx++;
910 sport->port.icount.parity++;
912 sport->port.icount.frame++;
937 sport->port.icount.buf_overrun++;
942 sport->port.icount.overrun += overrun;
975 sport->port.icount.rx++;
998 sport->port.icount.parity++;
1001 sport->port.icount.brk++;
1003 sport->port.icount
[all...]
H A Dserial_txx9.c258 up->icount.rx++;
270 up->icount.brk++;
280 up->icount.parity++;
282 up->icount.frame++;
284 up->icount.overrun++;
H A Dst-asc.c271 port->icount.rx++;
278 port->icount.brk++;
283 port->icount.frame++;
286 port->icount.parity++;
293 port->icount.overrun++;
H A Drda-uart.c346 port->icount.tx++;
379 port->icount.parity++;
384 port->icount.frame++;
389 port->icount.overrun++;
396 port->icount.rx++;
H A Dfsl_linflexuart.c240 sport->icount.rx++;
245 sport->icount.overrun++;
249 sport->icount.brk++;
251 sport->icount.frame++;
254 sport->icount.parity++;
H A Dcpm_uart.c276 port->icount.rx++;
320 port->icount.brk++;
322 port->icount.parity++;
324 port->icount.frame++;
326 port->icount.overrun++;
671 port->icount.tx++;
H A Ducc_uart.c356 port->icount.tx++;
495 port->icount.rx++;
533 port->icount.brk++;
535 port->icount.parity++;
537 port->icount.frame++;
539 port->icount.overrun++;
H A Dserial-tegra.c445 tup->uport.icount.overrun++;
450 tup->uport.icount.parity++;
454 tup->uport.icount.frame++;
466 tup->uport.icount.brk++;
656 tup->uport.icount.rx++;
678 tup->uport.icount.rx += count;
818 tup->uport.icount.rng++;
820 tup->uport.icount.dsr++;
H A Dsunhv.c101 port->icount.rx++;
158 port->icount.rx += bytes_read;
/linux-master/fs/xfs/
H A Dxfs_super.c293 uint64_t icount;
295 icount = sbp->sb_dblocks * sbp->sb_imax_pct;
296 do_div(icount, 100);
297 icount += sbp->sb_agblocks - 1;
298 do_div(icount, sbp->sb_agblocks);
299 max_metadata = icount;
827 uint64_t icount;
845 icount = percpu_counter_sum(&mp->m_icount);
861 statp->f_files = min(icount + fakeinos, (uint64_t)XFS_MAXINUMBER);
873 ffree = statp->f_files - (icount
291 uint64_t icount; local
825 uint64_t icount; local
[all...]
/linux-master/drivers/usb/serial/
H A Dti_usb_3410_5052.c1226 port->icount.rx += urb->actual_length;
1330 port->icount.tx += count;
1402 struct async_icount *icount; local
1410 icount = &tport->tp_port->icount;
1412 icount->cts++;
1414 icount->dsr++;
1416 icount->dcd++;
1418 icount->rng++;
/linux-master/drivers/tty/serial/8250/
H A D8250_mtk.c125 up->port.icount.rx += copied;
205 memset(&port->icount, 0, sizeof(port->icount));
/linux-master/include/linux/
H A Dserial_core.h491 struct uart_icount icount; /* statistics */ member in struct:uart_port
722 * @up's icount.tx).
729 up->icount.tx += chars;
770 for (; (for_test) && (tx_ready); (for_post), __port->icount.tx++) { \

Completed in 594 milliseconds

1234567