/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-input.c | 43 bool overrun) in cx23885_input_process_measurements() argument 66 if (overrun) in cx23885_input_process_measurements() 75 int overrun, data_available; in cx23885_input_rx_work_handler() local 106 overrun = events & (V4L2_SUBDEV_IR_RX_SW_FIFO_OVERRUN | in cx23885_input_rx_work_handler() 112 if (overrun) { in cx23885_input_rx_work_handler() 122 cx23885_input_process_measurements(dev, overrun); in cx23885_input_rx_work_handler() 124 if (overrun) { in cx23885_input_rx_work_handler()
|
/linux-4.1.27/sound/core/ |
D | timer_compat.c | 64 u32 overrun; member 83 status.overrun = tu->overrun; in snd_timer_user_status_compat()
|
D | Kconfig | 212 bool "Enable PCM ring buffer overrun/underrun debugging" 216 Say Y to enable the PCM ring buffer overrun/underrun debugging.
|
D | timer.c | 63 unsigned long overrun; member 1210 tu->overrun++; in snd_timer_user_interrupt() 1228 tu->overrun++; in snd_timer_user_append_to_tqueue() 1784 status.overrun = tu->overrun; in snd_timer_user_status()
|
/linux-4.1.27/kernel/time/ |
D | alarmtimer.c | 406 u64 overrun = 1; in alarm_forward() local 417 overrun = ktime_divns(delta, incr); in alarm_forward() 420 incr*overrun); in alarm_forward() 423 return overrun; in alarm_forward() 428 overrun++; in alarm_forward() 432 return overrun; in alarm_forward()
|
D | posix-timers.c | 809 int overrun; in SYSCALL_DEFINE1() local 816 overrun = timr->it_overrun_last; in SYSCALL_DEFINE1() 819 return overrun; in SYSCALL_DEFINE1()
|
/linux-4.1.27/include/linux/ |
D | serial.h | 22 __u32 frame, parity, overrun, brk; member
|
D | serial_core.h | 108 __u32 overrun; member 427 unsigned int overrun, unsigned int ch, unsigned int flag);
|
D | cyclades.h | 105 __u32 frame, parity, overrun, brk; member
|
D | ftrace.h | 727 unsigned long overrun; member
|
/linux-4.1.27/include/uapi/linux/ |
D | serial.h | 103 int frame, overrun, parity, brk; member
|
D | synclink.h | 214 __u32 frame, parity, overrun, brk; member
|
/linux-4.1.27/drivers/s390/char/ |
D | tape_3590.h | 63 unsigned int overrun:1; member
|
/linux-4.1.27/arch/parisc/kernel/ |
D | ftrace.c | 67 trace->overrun = atomic_read(¤t->trace_overrun); in pop_return_trace()
|
/linux-4.1.27/net/irda/ircomm/ |
D | ircomm_tty_ioctl.c | 399 put_user(cnow.overrun, &p_cuser->overrun) || in ircomm_tty_ioctl()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | mn10300-serial.c | 530 u8 st, ch, push, status, overrun; in mn10300_serial_receive_interrupt() local 562 overrun = 0; in mn10300_serial_receive_interrupt() 650 icount->overrun++; in mn10300_serial_receive_interrupt() 651 overrun = 1; in mn10300_serial_receive_interrupt() 657 if (!overrun && !(status & port->uart.ignore_status_mask)) { in mn10300_serial_receive_interrupt() 675 if (overrun) in mn10300_serial_receive_interrupt()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | rtd520.c | 644 u32 overrun; in rtd_interrupt() local 687 overrun = readl(dev->mmio + LAS0_OVERRUN) & 0xffff; in rtd_interrupt() 688 if (overrun) in rtd_interrupt() 711 overrun = readl(dev->mmio + LAS0_OVERRUN) & 0xffff; in rtd_interrupt()
|
/linux-4.1.27/Documentation/video4linux/ |
D | pxa_camera.txt | 61 | no overrun / | overrun |
|
/linux-4.1.27/drivers/tty/ |
D | amiserial.c | 298 icount->overrun++; in receive_chars() 1236 icount->overrun = cnow.overrun; in rs_get_icount() 1589 if (state->icount.overrun) in line_info() 1590 seq_printf(m, " oe:%d", state->icount.overrun); in line_info() 1724 state->icount.overrun = state->icount.brk = 0; in amiga_serial_probe()
|
D | synclinkmp.c | 1339 icount->overrun = cnow.overrun; in get_icount() 1410 if (info->icount.overrun) in line_info() 1411 seq_printf(m, " oe:%d", info->icount.overrun); in line_info() 2192 icount->overrun++; in isr_rxrdy() 2222 icount->frame,icount->overrun); in isr_rxrdy()
|
D | synclink.c | 1488 icount->overrun++; in mgsl_isr_receive_data() 1519 icount->parity,icount->frame,icount->overrun); in mgsl_isr_receive_data() 2944 icount->overrun = cnow.overrun; in msgl_get_icount() 3517 if (info->icount.overrun) in line_info() 3518 seq_printf(m, " oe:%d", info->icount.overrun); in line_info()
|
D | mxser.c | 1838 icount->overrun = cnow.overrun; in mxser_get_icount() 2128 port->icount.overrun++; in mxser_receive_chars()
|
D | nozomi.c | 1782 icount->overrun = cnow.overrun; in ntty_tiocgicount()
|
D | synclink_gt.c | 1131 icount->overrun = cnow.overrun; in get_icount() 1306 if (info->icount.overrun) in line_info() 1307 seq_printf(m, " oe:%d", info->icount.overrun); in line_info()
|
D | cyclades.c | 472 info->icount.overrun++; in cyy_chip_rx() 2784 sic->overrun = cnow.overrun; in cy_get_icount()
|
/linux-4.1.27/kernel/sched/ |
D | rt.c | 13 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun); 22 int overrun; in sched_rt_period_timer() local 27 overrun = hrtimer_forward(timer, now, rt_b->rt_period); in sched_rt_period_timer() 29 if (!overrun) in sched_rt_period_timer() 32 idle = do_sched_rt_period_timer(rt_b, overrun); in sched_rt_period_timer() 808 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun) in do_sched_rt_period_timer() argument 840 rt_rq->rt_time -= min(rt_rq->rt_time, overrun*runtime); in do_sched_rt_period_timer()
|
D | fair.c | 3768 static int do_sched_cfs_period_timer(struct cfs_bandwidth *cfs_b, int overrun) in do_sched_cfs_period_timer() argument 3778 cfs_b->nr_periods += overrun; in do_sched_cfs_period_timer() 3803 cfs_b->nr_throttled += overrun; in do_sched_cfs_period_timer() 4012 int overrun; in sched_cfs_period_timer() local 4018 overrun = hrtimer_forward(timer, now, cfs_b->period); in sched_cfs_period_timer() 4020 if (!overrun) in sched_cfs_period_timer() 4023 idle = do_sched_cfs_period_timer(cfs_b, overrun); in sched_cfs_period_timer()
|
/linux-4.1.27/drivers/mmc/card/ |
D | sdio_uart.c | 62 __u32 overrun; member 400 port->icount.overrun++; in sdio_uart_receive_chars() 990 if (port->icount.overrun) in sdio_uart_proc_show() 992 port->icount.overrun); in sdio_uart_proc_show()
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | fwserial.h | 265 overrun:1, member
|
D | fwserial.c | 557 if (port->overrun) in fwtty_rx() 561 ++port->icount.overrun; in fwtty_rx() 570 port->overrun = false; in fwtty_rx() 584 port->overrun = true; in fwtty_rx() 1046 port->overrun = 0; in fwtty_port_shutdown() 1418 icount->overrun = port->icount.overrun; in fwtty_get_icount() 1421 icount->buf_overrun = port->icount.overrun; in fwtty_get_icount() 1438 port->icount.overrun, port->icount.parity, port->icount.brk); in fwtty_proc_show_port()
|
/linux-4.1.27/kernel/trace/ |
D | trace_entries.h | 100 __field_desc( unsigned long, ret, overrun )
|
D | ring_buffer.c | 475 local_t overrun; member 1548 local_add(page_entries, &cpu_buffer->overrun); in rb_remove_pages() 2109 local_add(entries, &cpu_buffer->overrun); in rb_handle_head_page() 3198 (local_read(&cpu_buffer->overrun) + cpu_buffer->read); in rb_num_of_entries() 3287 ret = local_read(&cpu_buffer->overrun); in ring_buffer_overrun_cpu() 3395 overruns += local_read(&cpu_buffer->overrun); in ring_buffer_overruns() 3601 overwrite = local_read(&(cpu_buffer->overrun)); in rb_get_reader_page() 4190 local_set(&cpu_buffer->overrun, 0); in rb_reset_cpu()
|
D | trace_functions_graph.c | 71 { TRACER_OPT(funcgraph-overrun, TRACE_GRAPH_PRINT_OVERRUN) }, 232 trace->overrun = atomic_read(¤t->trace_overrun); in ftrace_pop_return_trace() 1082 trace->overrun); in print_graph_return()
|
/linux-4.1.27/drivers/usb/serial/ |
D | generic.c | 532 icount->overrun = cnow.overrun; in usb_serial_generic_get_icount()
|
D | ssu100.c | 494 port->icount.overrun++; in ssu100_update_lsr()
|
D | f81232.c | 321 port->icount.overrun++; in f81232_process_read_urb()
|
D | ark3116.c | 554 port->icount.overrun++; in ark3116_update_lsr()
|
D | quatech2.c | 922 icount->overrun++; in qt2_update_lsr()
|
D | mxuport.c | 428 port->icount.overrun++; in mxuport_lsr_event()
|
D | mos7840.c | 434 icount->overrun++; in mos7840_handle_new_lsr()
|
D | io_ti.c | 1492 icount->overrun++; in handle_new_lsr()
|
D | io_edgeport.c | 1998 icount->overrun++; in handle_new_lsr()
|
D | ftdi_sio.c | 2086 port->icount.overrun++; in ftdi_process_packet()
|
/linux-4.1.27/drivers/tty/serial/ |
D | serial_core.c | 1151 icount->overrun = cnow.overrun; in uart_get_icount() 1710 if (uport->icount.overrun) in uart_line_info() 1712 uport->icount.overrun); in uart_line_info() 2917 unsigned int overrun, unsigned int ch, unsigned int flag) in uart_insert_char() argument 2921 if ((status & port->ignore_status_mask & ~overrun) == 0) in uart_insert_char() 2929 if (status & ~port->ignore_status_mask & overrun) in uart_insert_char()
|
D | 21285.c | 99 port->icount.overrun++; in serial21285_rx_chars()
|
D | crisv10.c | 192 #define SER_OVERRUN_MASK IO_MASK(R_SERIAL0_STATUS, overrun) 2204 IO_MASK(R_SERIAL0_READ, overrun) )) { in handle_ser_rx_interrupt_no_dma() 2257 } else if (data_read & IO_MASK(R_SERIAL0_READ, overrun)) { in handle_ser_rx_interrupt_no_dma() 2258 info->icount.overrun++; in handle_ser_rx_interrupt_no_dma() 2364 info->icount.overrun++; in handle_ser_rx_interrupt() 4140 if (info->icount.overrun) in seq_line_info() 4141 seq_printf(m, " oe:%lu", (unsigned long)info->icount.overrun); in seq_line_info()
|
D | msm_serial.c | 110 port->icount.overrun++; in handle_rx_dm() 184 port->icount.overrun++; in handle_rx()
|
D | arc_uart.c | 224 port->icount.overrun++; in arc_serial_rx_chars()
|
D | timbuart.c | 173 port->icount.overrun++; in timbuart_handle_rx_port()
|
D | apbuart.c | 103 port->icount.overrun++; in apbuart_rx_chars()
|
D | digicolor-usart.c | 161 port->icount.overrun++; in digicolor_uart_rx()
|
D | serial_ks8695.c | 182 port->icount.overrun++; in ks8695uart_rx_chars()
|
D | altera_uart.c | 215 port->icount.overrun++; in altera_uart_rx_chars()
|
D | uartlite.c | 135 port->icount.overrun++; in ulite_receive()
|
D | clps711x.c | 126 port->icount.overrun++; in uart_clps711x_int_rx()
|
D | meson_uart.c | 185 port->icount.overrun++; in meson_receive_chars()
|
D | mcf.c | 306 port->icount.overrun++; in mcf_rx_chars()
|
D | netx-serial.c | 221 port->icount.overrun++; in netx_rxint()
|
D | vt8500_serial.c | 173 port->icount.overrun++; in handle_rx()
|
D | lpc32xx_hs.c | 351 port->icount.overrun++; in serial_lpc32xx_interrupt()
|
D | sprd_serial.c | 215 port->icount.overrun++; in handle_lsr_errors()
|
D | lantiq.c | 187 port->icount.overrun++; in lqasc_rx_chars()
|
D | bfin_uart.c | 293 uart->port.icount.overrun++; in bfin_serial_rx_chars() 433 uart->port.icount.overrun++; in bfin_serial_dma_rx_chars()
|
D | pnx8xxx_uart.c | 218 sport->port.icount.overrun++; in pnx8xxx_rx_chars()
|
D | st-asc.c | 322 port->icount.overrun++; in asc_receive_chars()
|
D | bcm63xx_uart.c | 260 port->icount.overrun++; in bcm_uart_do_rx()
|
D | dz.c | 225 icount->overrun++; in dz_receive_chars()
|
D | efm32-uart.c | 260 port->icount.overrun++; in efm32_uart_rxirq()
|
D | men_z135_uart.c | 207 port->icount.overrun++; in men_z135_handle_lsr()
|
D | amba-pl010.c | 159 uap->port.icount.overrun++; in pl010_rx_chars()
|
D | bfin_sport_uart.c | 194 up->port.icount.overrun++; in sport_uart_err_irq()
|
D | sb1250-duart.c | 370 icount->overrun++; in sbd_receive_chars()
|
D | pxa.c | 140 up->port.icount.overrun++; in receive_chars()
|
D | sa1100.c | 216 sport->port.icount.overrun++; in sa1100_rx_chars()
|
D | vr41xx_siu.c | 346 port->icount.overrun++; in receive_chars()
|
D | m32r_sio.c | 341 up->port.icount.overrun++; in receive_chars()
|
D | etraxfs-uart.c | 557 icount->overrun++; in receive_chars_no_dma()
|
D | fsl_lpuart.c | 669 sport->port.icount.overrun++; in lpuart_rxint() 733 sport->port.icount.overrun++; in lpuart32_rxint()
|
D | imx.c | 676 sport->port.icount.overrun++; in imx_rxint() 770 sport->port.icount.overrun++; in imx_int()
|
D | sc16is7xx.c | 519 port->icount.overrun++; in sc16is7xx_handle_rx()
|
D | ip22zilog.c | 297 up->port.icount.overrun++; in ip22zilog_receive_chars()
|
D | sccnxp.c | 381 port->icount.overrun++; in sccnxp_handle_rx()
|
D | serial_txx9.c | 309 up->port.icount.overrun++; in receive_chars()
|
D | sh-sci.c | 785 port->icount.overrun++; in sci_handle_errors() 874 port->icount.overrun++; in sci_handle_fifo_overrun()
|
D | atmel_serial.c | 636 port->icount.overrun++; in atmel_pdc_rxerr() 1357 port->icount.overrun++; in atmel_rx_from_ring()
|
D | ucc_uart.c | 540 port->icount.overrun++; in qe_uart_int_rx()
|
D | xilinx_uartps.c | 262 port->icount.overrun++; in cdns_uart_isr()
|
D | sunsab.c | 199 up->port.icount.overrun++; in receive_chars()
|
D | max310x.c | 625 port->icount.overrun++; in max310x_handle_rx()
|
D | mxs-auart.c | 362 s->port.icount.overrun++; in mxs_auart_rx_char()
|
D | zs.c | 589 icount->overrun++; in zs_receive_chars()
|
D | serial-tegra.c | 323 tup->uport.icount.overrun++; in tegra_uart_decode_rx_error()
|
D | sunsu.c | 359 up->port.icount.overrun++; in receive_chars()
|
D | sunzilog.c | 382 up->port.icount.overrun++; in sunzilog_receive_chars()
|
D | ioc3_serial.c | 1104 icount->overrun++; in ioc3_cb_post_ncs()
|
D | icom.c | 798 icount->overrun++; in recv_interrupt()
|
D | pmac_zilog.c | 302 uap->port.icount.overrun++; in pmz_receive_chars()
|
D | mpc52xx_uart.c | 1423 port->icount.overrun++; in mpc52xx_uart_int_rx_chars()
|
D | omap-serial.c | 549 up->port.icount.overrun++; in serial_omap_rlsi()
|
D | pch_uart.c | 1088 port->icount.overrun++; in pch_uart_err_ir()
|
D | sirfsoc_uart.c | 638 port->icount.overrun++; in sirfsoc_uart_isr()
|
D | mpsc.c | 1014 pi->port.icount.overrun++; in mpsc_rx_intr()
|
D | ioc4_serial.c | 2052 icount->overrun++; in ioc4_cb_post_ncs()
|
D | samsung.c | 686 port->icount.overrun++; in s3c24xx_serial_rx_chars_pio()
|
D | amba-pl011.c | 208 uap->port.icount.overrun++; in pl011_fifo_to_tty()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
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 …]
|
D | aic7xxx.seq | 1042 * have already transferred some overrun bytes into 1053 * clocks before calling this an overrun. 1258 * we should only loop if there is a data overrun. For 1260 * is loaded as well as if there is an overrun.
|
D | aic79xx.reg | 1923 field OVERRUN 0x04 /* SCSI Offset overrun detected */ 4228 * sync offset, but will overrun this value. Limit
|
/linux-4.1.27/drivers/net/cris/ |
D | eth_v10.c | 471 IO_STATE(R_IRQ_MASK0_CLR, overrun, clr) | in e100_open() 574 IO_STATE(R_IRQ_MASK0_SET, overrun, set) | in e100_open() 1209 if (irqbits & IO_STATE(R_IRQ_MASK0_RD, overrun, active)) { in e100nw_interrupt() 1337 IO_STATE(R_IRQ_MASK0_CLR, overrun, clr) | in e100_close()
|
/linux-4.1.27/drivers/media/rc/ |
D | nuvoton-cir.c | 677 bool overrun = false; in nvt_get_rx_ir_data() local 687 overrun = true; in nvt_get_rx_ir_data() 714 if (overrun) in nvt_get_rx_ir_data()
|
/linux-4.1.27/sound/oss/ |
D | vidc_fill.S | 147 tst r6, #DMA_ST_OFL @ Check for overrun
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | pxa_camera.c | 738 u32 status, camera_status, overrun; in pxa_camera_dma_irq() local 747 overrun = CISR_IFO_0; in pxa_camera_dma_irq() 749 overrun |= CISR_IFO_1 | CISR_IFO_2; in pxa_camera_dma_irq() 790 if (camera_status & overrun && in pxa_camera_dma_irq()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | compress_offload.txt | 223 - No notion of underrun/overrun. Since the bytes written are compressed 225 rendered output in time, this does not deal with underrun/overrun and
|
D | Procfile.txt | 93 This shows the status of xrun (= buffer overrun/xrun) and
|
/linux-4.1.27/arch/mips/include/asm/sn/sn0/ |
D | hubmd.h | 593 overrun: 1; /* 0: multiple protocol errs */ member
|
/linux-4.1.27/drivers/scsi/ |
D | NCR5380.c | 1730 unsigned char saved_data = 0, overrun = 0, residue; in NCR5380_transfer_dma() local 1840 overrun = 1; in NCR5380_transfer_dma() 1866 if (overrun) { in NCR5380_transfer_dma()
|
D | atari_NCR5380.c | 1111 int saved_data = 0, overrun = 0; in NCR5380_dma_complete() local 1128 overrun = 1; in NCR5380_dma_complete() 1173 if (overrun) { in NCR5380_dma_complete()
|
/linux-4.1.27/drivers/usb/class/ |
D | cdc-acm.c | 344 acm->iocount.overrun++; in acm_ctrl_irq() 934 icount.overrun = acm->iocount.overrun; in get_serial_usage()
|
/linux-4.1.27/Documentation/ |
D | magic-number.txt | 24 especially in the screwy cases where an array has been overrun and
|
/linux-4.1.27/include/uapi/sound/ |
D | asound.h | 745 unsigned int overrun; /* count of read queue overruns */ member
|
/linux-4.1.27/Documentation/networking/caif/ |
D | spi_porting.txt | 10 with the master clock. An overrun or underrun event is fatal.
|
/linux-4.1.27/drivers/char/pcmcia/ |
D | synclink_cs.c | 953 icount->parity,icount->frame,icount->overrun); in rx_ready_async() 2216 icount->overrun = cnow.overrun; in mgslpc_get_icount() 2612 if (info->icount.overrun) in line_info() 2613 seq_printf(m, " oe:%d", info->icount.overrun); in line_info()
|
/linux-4.1.27/drivers/bluetooth/ |
D | Kconfig | 112 communication may have bit errors, overrun errors or burst
|
/linux-4.1.27/arch/x86/crypto/ |
D | sha1_ssse3_asm.S | 170 cmovae K_BASE, BUFFER_PTR # dummy source to avoid buffer overrun
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.sym53c8xx | 97 * Simpler handling of illegal phases and data overrun from 227 errors (unrecovered parity error, data overrun, etc ...) 273 integer (A positive value in returned on data overrun, and
|
/linux-4.1.27/Documentation/networking/ |
D | 3c509.txt | 170 0x02 Tx overrun, or Rx underrun
|
D | 6pack.txt | 19 buffer underrun or overrun has occurred, if the PTT is
|
D | can.txt | 1050 RX: bytes packets errors dropped overrun mcast 1098 bus-off state. RX overrun errors are listed in the "overrun"
|
D | z8530drv.txt | 404 An overrun is abnormal. If lots of these occur, the product of
|
/linux-4.1.27/Documentation/input/ |
D | joystick-api.txt | 229 possible overrun should the name be too long.
|
D | event-codes.txt | 89 - Used to indicate buffer overrun in the evdev client's event queue.
|
/linux-4.1.27/drivers/net/can/usb/ |
D | ems_usb.c | 214 struct cpc_overrun overrun; member
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 670 overun||overrun
|
/linux-4.1.27/Documentation/serial/ |
D | driver | 238 set, ignore overrun errors as well.
|
/linux-4.1.27/drivers/atm/ |
D | Kconfig | 72 chipsets. However, in some cases, large bursts may overrun buffers
|
/linux-4.1.27/drivers/tty/serial/cpm_uart/ |
D | cpm_uart_core.c | 342 port->icount.overrun++; in cpm_uart_int_rx()
|
/linux-4.1.27/drivers/net/usb/ |
D | hso.c | 1634 icount->overrun = cnow.overrun; in hso_get_count()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | entry.S | 94 bz floppy_overrun ! nope, overrun
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 464 overrun: The number of lost events due to overwriting when 467 commit overrun: Should always be zero. 864 (see per_cpu/cpu0/stats for overrun and dropped)
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | 8250_core.c | 1518 port->icount.overrun++; in serial8250_rx_chars()
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 22 Protocol 2.01: (Kernel 1.3.76) Added a heap overrun warning.
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 826 Fix buffer overrun in readdir which caused intermittent kernel oopses.
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 861 This option checks for a stack overrun on calls to schedule().
|