Searched refs:icount (Results 1 - 25 of 151) sorted by relevance

1234567

/linux-master/fs/xfs/scrub/
H A Dfscounters.h11 uint64_t icount; member in struct:xchk_fscounters
H A Dfscounters.c305 fsc->icount = 0;
321 fsc->icount += pag->pagi_count;
364 trace_xchk_fscounters_calc(mp, fsc->icount, fsc->ifree, fsc->fdblocks,
369 if (fsc->icount < fsc->icount_min || fsc->icount > fsc->icount_max ||
375 * If ifree > icount then we probably had some perturbation in the
377 * to maintain ifree <= icount before giving up.
379 if (fsc->ifree > fsc->icount) {
504 int64_t icount, ifree, fdblocks, frextents; local
509 icount
[all...]
H A Dquotacheck.h15 int64_t icount; member in struct:xqcheck_dquot
H A Dfscounters_repair.c65 percpu_counter_set(&mp->m_icount, fsc->icount);
/linux-master/fs/xfs/
H A Dxfs_itable.h14 unsigned int icount; /* number of elements in ubuffer */ member in struct:xfs_ibulk
38 return breq->ocount == breq->icount ? -ECANCELED : 0;
/linux-master/arch/powerpc/sysdev/xics/
H A Dics-native.c36 u32 icount; member in struct:ics_native
54 if (vec < in->ibase || vec >= (in->ibase + in->icount))
91 if (vec < in->ibase || vec >= (in->ibase + in->icount))
106 if (vec < in->ibase || vec >= (in->ibase + in->icount))
140 if (hw_irq < in->ibase || hw_irq >= (in->ibase + in->icount))
150 if (vec < in->ibase || vec >= (in->ibase + in->icount))
161 if (vec < in->ibase || vec >= (in->ibase + in->icount))
219 ics->icount = ranges[1];
222 ics->ibase, ics->ibase + ics->icount - 1);
/linux-master/drivers/tty/
H A Damiserial.c73 struct async_icount icount; member in struct:serial_state
182 struct async_icount *icount; local
185 icount = &info->icount;
199 icount->rx++;
219 icount->brk++;
221 icount->parity++;
223 icount->frame++;
225 icount->overrun++;
270 info->icount
308 struct async_icount *icount; local
1076 rs_get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount) argument
[all...]
H A Dmxser.c272 struct async_icount icount; /* kernel counters for 4 input interrupts */ member in struct:mxser_port
696 port->icount.rng++;
698 port->icount.dsr++;
700 port->icount.dcd++;
702 port->icount.cts++;
1154 cnow = info->icount; /* atomic copy */
1228 cnow = info->icount; /* note the counters on entry */
1247 struct serial_icounter_struct *icount)
1255 cnow = info->icount;
1258 icount
1246 mxser_get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount) argument
[all...]
H A Dsynclink_gt.c228 struct mgsl_icount icount; member in struct:slgt_info
1032 struct serial_icounter_struct *icount)
1040 cnow = info->icount;
1043 icount->cts = cnow.cts;
1044 icount->dsr = cnow.dsr;
1045 icount->rng = cnow.rng;
1046 icount->dcd = cnow.dcd;
1047 icount->rx = cnow.rx;
1048 icount->tx = cnow.tx;
1049 icount
1031 get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount) argument
1756 struct mgsl_icount *icount = &info->icount; local
[all...]
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c73 struct uart_icount icount; member in struct:sdio_uart_port
362 port->icount.rx++;
371 port->icount.brk++;
373 port->icount.parity++;
375 port->icount.frame++;
377 port->icount.overrun++;
417 port->icount.tx++;
434 port->icount.tx++;
457 port->icount.rng++;
459 port->icount
[all...]
/linux-master/drivers/usb/serial/
H A Dgeneric.c514 cnow = port->icount; /* atomic copy*/
535 cnow = port->icount; /* atomic copy */
548 struct serial_icounter_struct *icount)
555 cnow = port->icount; /* atomic copy */
558 icount->cts = cnow.cts;
559 icount->dsr = cnow.dsr;
560 icount->rng = cnow.rng;
561 icount->dcd = cnow.dcd;
562 icount->tx = cnow.tx;
563 icount
547 usb_serial_generic_get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount) argument
[all...]
H A Dssu100.c416 port->icount.cts++;
418 port->icount.dsr++;
420 port->icount.dcd++;
422 port->icount.rng++;
439 /* we always want to update icount, but we only want to
442 port->icount.brk++;
447 port->icount.parity++;
452 port->icount.frame++;
457 port->icount.overrun++;
H A Dark3116.c469 port->icount.cts++;
471 port->icount.dsr++;
473 port->icount.dcd++;
475 port->icount.rng++;
492 port->icount.brk++;
494 port->icount.frame++;
496 port->icount.parity++;
498 port->icount.overrun++;
H A Dquatech2.c805 port->icount.cts++;
807 port->icount.dsr++;
809 port->icount.dcd++;
811 port->icount.rng++;
820 struct async_icount *icount; local
836 icount = &port->icount;
841 icount->brk++;
844 icount->overrun++;
847 icount
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_types.c165 /* Calculate the range of valid icount values. */
188 unsigned long long icount)
193 return icount >= min && icount <= max;
186 xfs_verify_icount( struct xfs_mount *mp, unsigned long long icount) argument
/linux-master/drivers/leds/trigger/
H A Dledtrig-tty.c258 struct serial_icounter_struct icount; local
260 ret = tty_get_icount(trigger_data->tty, &icount);
264 if (trigger_data->mode_tx && (icount.tx != trigger_data->tx)) {
265 trigger_data->tx = icount.tx;
270 if (trigger_data->mode_rx && (icount.rx != trigger_data->rx)) {
271 trigger_data->rx = icount.rx;
/linux-master/drivers/tty/serial/
H A Ddz.c182 struct uart_icount *icount; local
195 icount = &uport->icount;
196 icount->rx++;
214 icount->brk++;
218 icount->frame++;
220 icount->parity++;
222 icount->overrun++;
265 dport->port.icount.tx++;
321 dport->port.icount
[all...]
H A Dmux.c210 __u32 start_count = port->icount.rx;
221 port->icount.rx++;
224 port->icount.brk++;
235 if (start_count != port->icount.rx)
H A Dapbuart.c81 port->icount.rx++;
89 port->icount.brk++;
93 port->icount.parity++;
95 port->icount.frame++;
98 port->icount.overrun++;
H A Dsb1250-duart.c333 struct uart_icount *icount; local
347 icount = &uport->icount;
348 icount->rx++;
354 icount->brk++;
358 icount->frame++;
360 icount->parity++;
362 icount->overrun++;
392 sport->port.icount.tx++;
430 uport->icount
[all...]
/linux-master/include/linux/
H A Dhil_mlc.h146 int icount; member in struct:hil_mlc
/linux-master/drivers/input/serio/
H A Dhp_sdc_mlc.c68 if (mlc->icount < 0) {
73 idx = 15 - mlc->icount;
76 mlc->icount--;
158 mlc->icount = 14;
/linux-master/drivers/tty/serial/8250/
H A D8250_pci1xxxx.c316 port->icount.overrun++;
320 port->icount.frame++;
323 port->icount.parity++;
377 port->icount.overrun += buff_index - copied_len;
379 port->icount.rx += buff_index;
448 port->icount.tx++;
465 port->icount.tx++;
/linux-master/drivers/net/usb/
H A Dhso.c191 struct uart_icount icount; member in struct:hso_tiocmget
1446 struct uart_icount *icount; local
1490 icount = &tiocmget->icount;
1494 icount->parity++;
1497 icount->parity++;
1500 icount->frame++;
1503 icount->rng++;
1506 icount->brk++;
1509 icount
1582 hso_get_count(struct tty_struct *tty, struct serial_icounter_struct *icount) argument
[all...]
/linux-master/drivers/ipack/devices/
H A Dipoctal.c142 struct serial_icounter_struct *icount)
146 icount->cts = 0;
147 icount->dsr = 0;
148 icount->rng = 0;
149 icount->dcd = 0;
150 icount->rx = channel->stats.rx;
151 icount->tx = channel->stats.tx;
152 icount->frame = channel->stats.framing_err;
153 icount->parity = channel->stats.parity_err;
154 icount
141 ipoctal_get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount) argument
[all...]

Completed in 294 milliseconds

1234567