Home
last modified time | relevance | path

Searched refs:overrun (Results 1 – 25 of 151) sorted by relevance

1234567

/linux-6.12.1/drivers/media/pci/cx23885/
Dcx23885-input.c34 bool overrun) in cx23885_input_process_measurements() argument
57 if (overrun) in cx23885_input_process_measurements()
66 int overrun, data_available; in cx23885_input_rx_work_handler() local
98 overrun = events & (V4L2_SUBDEV_IR_RX_SW_FIFO_OVERRUN | in cx23885_input_rx_work_handler()
104 if (overrun) { in cx23885_input_rx_work_handler()
114 cx23885_input_process_measurements(dev, overrun); in cx23885_input_rx_work_handler()
116 if (overrun) { in cx23885_input_rx_work_handler()
/linux-6.12.1/kernel/time/
Dalarmtimer.c453 u64 overrun = 1; in alarm_forward() local
464 overrun = ktime_divns(delta, incr); in alarm_forward()
467 incr*overrun); in alarm_forward()
470 return overrun; in alarm_forward()
475 overrun++; in alarm_forward()
479 return overrun; in alarm_forward()
/linux-6.12.1/drivers/char/ipmi/
Dipmi_ipmb.c69 bool overrun; member
77 if (iidev->overrun) in valid_ipmb()
172 iidev->overrun = false; in ipmi_ipmb_check_msg_done()
199 iidev->overrun = true; in ipmi_ipmb_slave_cb()
/linux-6.12.1/include/uapi/linux/
Dtrace_mmap.h39 __u64 overrun; member
Dserial.h106 int frame, overrun, parity, brk; member
Dsynclink.h215 __u32 frame, parity, overrun, brk; member
/linux-6.12.1/include/linux/
Dserial.h42 __u32 frame, parity, overrun, brk; member
/linux-6.12.1/Documentation/devicetree/bindings/serial/
Darm,mps2-uart.txt6 - interrupts : Reference to the UART RX, TX and overrun interrupts
/linux-6.12.1/drivers/tty/
Damiserial.c183 bool overrun = false; in receive_chars() local
225 icount->overrun++; in receive_chars()
254 overrun = true; in receive_chars()
258 if (overrun) in receive_chars()
1093 icount->overrun = cnow.overrun; in rs_get_icount()
1404 if (state->icount.overrun) in line_info()
1405 seq_printf(m, " oe:%d", state->icount.overrun); in line_info()
/linux-6.12.1/Documentation/trace/
Dring-buffer-map.rst84 printf("overrun: %llu\n", meta->overrun);
/linux-6.12.1/tools/testing/selftests/ring-buffer/
Dmap_test.c189 ASSERT_EQ(desc->meta->overrun, 0); in TEST_F()
205 ASSERT_EQ(desc->meta->overrun, 0); in TEST_F()
/linux-6.12.1/kernel/trace/
Dtrace_entries.h100 __field_packed( unsigned int, ret, overrun )
121 __field_packed( unsigned int, ret, overrun )
/linux-6.12.1/drivers/s390/char/
Dtape_3590.h64 unsigned int overrun:1; member
/linux-6.12.1/drivers/comedi/drivers/
Drtd520.c613 u32 overrun; in rtd_interrupt() local
656 overrun = readl(dev->mmio + LAS0_OVERRUN) & 0xffff; in rtd_interrupt()
657 if (overrun) in rtd_interrupt()
680 overrun = readl(dev->mmio + LAS0_OVERRUN) & 0xffff; in rtd_interrupt()
/linux-6.12.1/drivers/mmc/core/
Dsdio_uart.c59 __u32 overrun; member
377 port->icount.overrun++; in sdio_uart_receive_chars()
966 if (port->icount.overrun) in sdio_uart_proc_show()
968 port->icount.overrun); in sdio_uart_proc_show()
/linux-6.12.1/Documentation/driver-api/media/drivers/
Dpxa_camera.rst69 | no overrun / | overrun |
/linux-6.12.1/sound/core/
Dtimer.c75 unsigned long overrun; member
97 unsigned int overrun; /* count of read queue overruns */ member
109 unsigned int overrun; /* count of read queue overruns */ member
1313 tu->overrun++; in snd_timer_user_interrupt()
1330 tu->overrun++; in snd_timer_user_append_to_tqueue()
1894 status.overrun = tu->overrun; in snd_timer_user_status32()
1916 status.overrun = tu->overrun; in snd_timer_user_status64()
DKconfig203 bool "Enable PCM ring buffer overrun/underrun debugging"
207 Say Y to enable the PCM ring buffer overrun/underrun debugging.
/linux-6.12.1/kernel/sched/
Drt.c97 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun);
104 int overrun; in sched_rt_period_timer() local
108 overrun = hrtimer_forward_now(timer, rt_b->rt_period); in sched_rt_period_timer()
109 if (!overrun) in sched_rt_period_timer()
113 idle = do_sched_rt_period_timer(rt_b, overrun); in sched_rt_period_timer()
791 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun) in do_sched_rt_period_timer() argument
839 rt_rq->rt_time -= min(rt_rq->rt_time, overrun*runtime); in do_sched_rt_period_timer()
/linux-6.12.1/drivers/tty/serial/
Dmps2-uart.c231 port->icount.overrun++; in mps2_uart_oerrirq()
286 MAKE_NAME(-overrun), mps_port); in mps2_uart_startup()
/linux-6.12.1/drivers/media/platform/st/stm32/stm32-dcmipp/
Ddcmipp-bytecap.c134 u32 overrun; member
524 vcap->count.errors, vcap->count.overrun, in dcmipp_bytecap_stop_streaming()
756 vcap->count.overrun++; in dcmipp_bytecap_irq_thread()
/linux-6.12.1/drivers/usb/serial/
Dgeneric.c565 icount->overrun = cnow.overrun; in usb_serial_generic_get_icount()
/linux-6.12.1/samples/vfio-mdev/
Dmtty.c122 bool overrun; member
387 mdev_state->s[index].overrun = false; in handle_bar_write()
408 mdev_state->s[index].overrun = true; in handle_bar_write()
586 if ((ier & UART_IER_RLSI) && mdev_state->s[index].overrun) in handle_bar_read()
633 if (mdev_state->s[index].overrun) in handle_bar_read()
/linux-6.12.1/drivers/scsi/aic7xxx/
Daic79xx.seq1718 * some overrun bytes into the data FIFO and acked them
1724 * an overrun.
1735 * data overrun.
1982 * overrun condition. For the write case, the hardware cannot
1985 * not sitting on a packet boundary, we are in an overrun
1987 * ack bytes into the FIFO, and may even ack the last overrun packet
1989 * a read overrun case.
2064 * Check for overrun and see if we can complete this command.
2074 * no overrun condition has occurred.
2081 * A sufficiently large overrun or a NONPACKREQ may
[all …]
/linux-6.12.1/drivers/tty/serial/8250/
D8250_pci1xxxx.c316 port->icount.overrun++; in pci1xxxx_read_burst_status()
377 port->icount.overrun += buff_index - copied_len; in pci1xxxx_rx_burst()

1234567