| /linux/drivers/media/pci/cx23885/ |
| H A D | cx23885-input.c | 34 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 D | alarmtimer.c | 423 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 D | trace_mmap.h | 39 __u64 overrun; member
|
| H A D | serial.h | 106 int frame, overrun, parity, brk; member
|
| H A D | synclink.h | 215 __u32 frame, parity, overrun, brk; member
|
| /linux/include/linux/ |
| H A D | serial.h | 42 __u32 frame, parity, overrun, brk; member
|
| /linux/Documentation/trace/ |
| H A D | ring-buffer-map.rst | 84 printf("overrun: %llu\n", meta->overrun);
|
| /linux/tools/testing/selftests/ring-buffer/ |
| H A D | map_test.c | 189 ASSERT_EQ(desc->meta->overrun, 0); in TEST_F() 205 ASSERT_EQ(desc->meta->overrun, 0); in TEST_F()
|
| /linux/kernel/trace/ |
| H A D | trace_entries.h | 129 __field_packed( unsigned int, ret, overrun ) 151 __field_packed( unsigned int, ret, overrun )
|
| H A D | ring_buffer.c | 535 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 D | tape_3590.h | 64 unsigned int overrun:1; member
|
| /linux/sound/core/ |
| H A D | timer.c | 75 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 D | Kconfig | 206 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 D | rtd520.c | 613 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 D | comedi_test.c | 220 goto overrun; in waveform_ai_timer() 250 overrun: in waveform_ai_timer()
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | pxa_camera.rst | 69 | no overrun / | overrun |
|
| /linux/kernel/sched/ |
| H A D | rt.c | 99 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 D | mps2-uart.c | 231 port->icount.overrun++; in mps2_uart_oerrirq() 286 MAKE_NAME(-overrun), mps_port); in mps2_uart_startup()
|
| H A D | serial_core.c | 1280 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 D | 21285.c | 136 port->icount.overrun++; in serial21285_rx_chars()
|
| /linux/samples/vfio-mdev/ |
| H A D | mtty.c | 122 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 D | generic.c | 565 icount->overrun = cnow.overrun; in usb_serial_generic_get_icount()
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.seq | 1718 * 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 D | 8250_pci1xxxx.c | 370 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 D | esdacc.h | 221 struct acc_bmmsg_overrun overrun; member
|