Home
last modified time | relevance | path

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

12345

/linux/drivers/media/pci/cx23885/
H A 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/kernel/time/
H A Dalarmtimer.c423 u64 overrun = 1; in alarm_forward() local
434 overrun = ktime_divns(delta, incr); in alarm_forward()
437 incr*overrun); in alarm_forward()
440 return overrun; in alarm_forward()
445 overrun++; in alarm_forward()
449 return overrun; in alarm_forward()
/linux/include/uapi/linux/
H A Dtrace_mmap.h39 __u64 overrun; member
H A Dserial.h106 int frame, overrun, parity, brk; member
H A Dsynclink.h215 __u32 frame, parity, overrun, brk; member
/linux/include/linux/
H A Dserial.h42 __u32 frame, parity, overrun, brk; member
/linux/Documentation/trace/
H A Dring-buffer-map.rst84 printf("overrun: %llu\n", meta->overrun);
/linux/tools/testing/selftests/ring-buffer/
H A Dmap_test.c189 ASSERT_EQ(desc->meta->overrun, 0); in TEST_F()
205 ASSERT_EQ(desc->meta->overrun, 0); in TEST_F()
/linux/kernel/trace/
H A Dtrace_entries.h129 __field_packed( unsigned int, ret, overrun )
151 __field_packed( unsigned int, ret, overrun )
H A Dring_buffer.c535 local_t overrun; member
2805 local_add(page_entries, &cpu_buffer->overrun); in rb_remove_pages()
3364 local_add(entries, &cpu_buffer->overrun); in rb_handle_head_page()
4882 (local_read(&cpu_buffer->overrun) + cpu_buffer->read); in rb_num_of_entries()
5137 ret = local_read(&cpu_buffer->overrun); in ring_buffer_overrun_cpu()
5245 overruns += local_read(&cpu_buffer->overrun); in ring_buffer_overruns()
5487 overwrite = local_read(&(cpu_buffer->overrun)); in rb_get_reader_page()
6130 meta->overrun = local_read(&cpu_buffer->overrun); in rb_update_meta_page()
6159 local_set(&cpu_buffer->overrun, 0); in rb_reset_cpu()
/linux/drivers/s390/char/
H A Dtape_3590.h64 unsigned int overrun:1; member
/linux/sound/core/
H A 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()
1901 status.overrun = tu->overrun; in snd_timer_user_status32()
1923 status.overrun = tu->overrun; in snd_timer_user_status64()
H A DKconfig206 bool "Enable PCM ring buffer overrun/underrun debugging"
210 Say Y to enable the PCM ring buffer overrun/underrun debugging.
/linux/drivers/comedi/drivers/
H A 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()
H A Dcomedi_test.c220 goto overrun; in waveform_ai_timer()
250 overrun: in waveform_ai_timer()
/linux/Documentation/driver-api/media/drivers/
H A Dpxa_camera.rst69 | no overrun / | overrun |
/linux/kernel/sched/
H A Drt.c99 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun);
106 int overrun; in sched_rt_period_timer() local
110 overrun = hrtimer_forward_now(timer, rt_b->rt_period); in sched_rt_period_timer()
111 if (!overrun) in sched_rt_period_timer()
115 idle = do_sched_rt_period_timer(rt_b, overrun); in sched_rt_period_timer()
778 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun) in do_sched_rt_period_timer() argument
826 rt_rq->rt_time -= min(rt_rq->rt_time, overrun*runtime); in do_sched_rt_period_timer()
/linux/drivers/tty/serial/
H A Dmps2-uart.c231 port->icount.overrun++; in mps2_uart_oerrirq()
286 MAKE_NAME(-overrun), mps_port); in mps2_uart_startup()
H A Dserial_core.c1280 icount->overrun = cnow.overrun; in uart_get_icount()
2013 if (uport->icount.overrun) in uart_line_info()
2014 seq_printf(m, " oe:%u", uport->icount.overrun); in uart_line_info()
3418 unsigned int overrun, u8 ch, u8 flag) in uart_insert_char() argument
3422 if ((status & port->ignore_status_mask & ~overrun) == 0) in uart_insert_char()
3430 if (status & ~port->ignore_status_mask & overrun) in uart_insert_char()
H A D21285.c136 port->icount.overrun++; in serial21285_rx_chars()
/linux/samples/vfio-mdev/
H A 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/drivers/usb/serial/
H A Dgeneric.c565 icount->overrun = cnow.overrun; in usb_serial_generic_get_icount()
/linux/drivers/scsi/aic7xxx/
H A 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/drivers/tty/serial/8250/
H A D8250_pci1xxxx.c370 port->icount.overrun++; in pci1xxxx_read_burst_status()
431 port->icount.overrun += buff_index - copied_len; in pci1xxxx_rx_burst()
/linux/drivers/net/can/esd/
H A Desdacc.h221 struct acc_bmmsg_overrun overrun; member

12345