/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-parameters.txt | 16 nowayout: Watchdog cannot be stopped once started 23 nowayout: Watchdog cannot be stopped once started 28 nowayout: Watchdog cannot be stopped once started 35 nowayout: Watchdog cannot be stopped once started 45 nowayout: Watchdog cannot be stopped once started 50 nowayout: Watchdog cannot be stopped once started 55 nowayout: Watchdog cannot be stopped once started 60 nowayout: Watchdog cannot be stopped once started 65 nowayout: Watchdog cannot be stopped once started 83 nowayout: Watchdog cannot be stopped once started [all …]
|
D | wdt.txt | 29 nowayout Watchdog cannot be stopped once started (kernel
|
D | watchdog-kernel-api.txt | 126 * stop: with this routine the watchdog timer device is being stopped. 129 Some watchdog timer hardware can only be started and not be stopped. The
|
/linux-4.1.27/drivers/misc/ibmasm/ |
D | r_heartbeat.c | 52 rhb->stopped = 0; in ibmasm_init_reverse_heartbeat() 81 rhb->stopped, in ibmasm_start_reverse_heartbeat() 84 if (signal_pending(current) || rhb->stopped) { in ibmasm_start_reverse_heartbeat() 90 rhb->stopped = 0; in ibmasm_start_reverse_heartbeat() 97 rhb->stopped = 1; in ibmasm_stop_reverse_heartbeat()
|
D | ibmasm.h | 142 unsigned int stopped; member
|
/linux-4.1.27/drivers/staging/unisys/uislib/ |
D | uisthread.c | 56 int stopped = 0; in uisthread_stop() local 64 stopped = 1; in uisthread_stop() 66 if (stopped) in uisthread_stop()
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | da9052_tsi.c | 30 bool stopped; member 44 if (!tsi->stopped) { in da9052_ts_pendwn_irq() 112 if (!tsi->stopped) { in da9052_ts_pen_work() 194 tsi->stopped = false; in da9052_ts_input_open() 209 tsi->stopped = true; in da9052_ts_input_close() 250 tsi->stopped = true; in da9052_ts_probe()
|
D | auo-pixcir-ts.c | 123 bool stopped; member 191 while (!ts->stopped) { in auo_pixcir_interrupt() 209 wait_event_timeout(ts->wait, ts->stopped, in auo_pixcir_interrupt() 252 wait_event_timeout(ts->wait, ts->stopped, in auo_pixcir_interrupt() 363 ts->stopped = false; in auo_pixcir_start() 392 ts->stopped = true; in auo_pixcir_stop() 572 ts->stopped = true; in auo_pixcir_probe()
|
D | ucb1400_ts.c | 202 while (!ucb->stopped && !(penup = ucb1400_ts_pen_up(ucb))) { in ucb1400_irq() 212 wait_event_timeout(ucb->ts_wait, ucb->stopped, in ucb1400_irq() 218 if (!ucb->stopped) { in ucb1400_irq() 230 ucb->stopped = true; in ucb1400_ts_stop() 243 ucb->stopped = false; in ucb1400_ts_start()
|
D | tsc2007.c | 87 bool stopped; member 180 while (!ts->stopped && tsc2007_is_pen_down(ts)) { in tsc2007_soft_irq() 217 wait_event_timeout(ts->wait, ts->stopped, ts->poll_period); in tsc2007_soft_irq() 247 ts->stopped = true; in tsc2007_stop() 259 ts->stopped = false; in tsc2007_open()
|
D | ads7846.c | 136 bool stopped; /* P: lock */ member 207 ts->stopped = true; in ads7846_stop() 219 ts->stopped = false; in ads7846_restart() 860 while (!ts->stopped && get_pendown_state(ts)) { in ads7846_irq() 865 if (!ts->stopped) in ads7846_irq() 868 wait_event_timeout(ts->wait, ts->stopped, in ads7846_irq()
|
/linux-4.1.27/drivers/input/keyboard/ |
D | samsung-keypad.c | 72 bool stopped; member 167 wait_event_timeout(keypad->wait, keypad->stopped, in samsung_keypad_irq() 170 } while (key_down && !keypad->stopped); in samsung_keypad_irq() 184 keypad->stopped = false; in samsung_keypad_start() 206 keypad->stopped = true; in samsung_keypad_stop() 385 keypad->stopped = true; in samsung_keypad_probe() 474 if (keypad->stopped) in samsung_keypad_runtime_suspend() 497 if (keypad->stopped) in samsung_keypad_runtime_resume()
|
D | matrix_keypad.c | 40 bool stopped; member 186 if (unlikely(keypad->scan_pending || keypad->stopped)) in matrix_keypad_interrupt() 203 keypad->stopped = false; in matrix_keypad_start() 219 keypad->stopped = true; in matrix_keypad_stop() 497 keypad->stopped = true; in matrix_keypad_probe()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | s3c-hsudc.c | 115 u8 stopped; member 248 unsigned int stopped = hsep->stopped; in s3c_hsudc_complete_request() local 259 hsep->stopped = 1; in s3c_hsudc_complete_request() 263 hsep->stopped = stopped; in s3c_hsudc_complete_request() 298 hsep->stopped = 1; in s3c_hsudc_stop_activity() 521 hsep->stopped = 1; in s3c_hsudc_set_halt() 524 hsep->stopped = hsep->wedge = 0; in s3c_hsudc_set_halt() 609 reply = cpu_to_le16(hsep->stopped ? 1 : 0); in s3c_hsudc_process_req_status() 707 hsep->stopped = 0; in s3c_hsudc_handle_ep0_intr() 781 hsep->stopped = hsep->wedge = 0; in s3c_hsudc_ep_enable() [all …]
|
D | fsl_udc_core.c | 166 unsigned char stopped = ep->stopped; in done() local 197 ep->stopped = 1; in done() 204 ep->stopped = stopped; in done() 213 ep->stopped = 1; in nuke() 367 udc->stopped = 0; in dr_controller_run() 401 udc->stopped = 1; in dr_controller_stop() 601 ep->stopped = 0; in fsl_ep_enable() 668 ep->stopped = 1; in fsl_ep_disable() 931 int ep_num, stopped, ret = 0; in fsl_ep_dequeue() local 938 stopped = ep->stopped; in fsl_ep_dequeue() [all …]
|
D | goku_udc.c | 176 ep->stopped = 0; in goku_ep_enable() 235 ep->stopped = 1; in ep_reset() 299 unsigned stopped = ep->stopped; in done() local 321 ep->stopped = 1; in done() 325 ep->stopped = stopped; in done() 375 dev->ep[0].stopped = 1; in write_fifo() 481 ep->stopped = 1; in read_fifo() 757 if (list_empty(&ep->queue) && likely(!ep->stopped)) { in goku_queue() 794 ep->stopped = 1; in nuke() 841 if (ep->dma && ep->queue.next == &req->queue && !ep->stopped) { in goku_dequeue() [all …]
|
D | net2280.c | 192 ep->stopped = 0; in net2280_enable() 895 unsigned stopped = ep->stopped; in done() local 914 ep->stopped = 1; in done() 918 ep->stopped = stopped; in done() 979 if (list_empty(&ep->queue) && !ep->stopped && in net2280_queue() 1135 if (ep->stopped) in restart_dma() 1160 ep->stopped = 1; in nuke() 1178 int stopped; in net2280_dequeue() local 1188 stopped = ep->stopped; in net2280_dequeue() 1192 ep->stopped = 1; in net2280_dequeue() [all …]
|
D | mv_udc_core.c | 218 unsigned char stopped = ep->stopped; in done() local 248 ep->stopped = 1; in done() 255 ep->stopped = stopped; in done() 523 ep->stopped = 0; in mv_ep_enable() 601 ep->stopped = 1; in mv_ep_disable() 790 int stopped, ret = 0; in mv_ep_dequeue() local 797 stopped = ep->stopped; in mv_ep_dequeue() 800 ep->stopped = 1; in mv_ep_dequeue() 860 ep->stopped = stopped; in mv_ep_dequeue() 990 udc->stopped = 1; in udc_stop() [all …]
|
D | net2280.h | 110 stopped : 1, member 124 ep->stopped = 1; in allow_status() 136 ep->stopped = 1; in allow_status_338x()
|
D | net2272.c | 212 ep->stopped = 0; in net2272_enable() 367 unsigned stopped = ep->stopped; in net2272_done() local 371 ep->stopped = 1; in net2272_done() 395 ep->stopped = 1; in net2272_done() 399 ep->stopped = stopped; in net2272_done() 864 if (list_empty(&ep->queue) && !ep->stopped) { in net2272_queue() 932 ep->stopped = 1; in net2272_dequeue_all() 949 int stopped; in net2272_dequeue() local 956 stopped = ep->stopped; in net2272_dequeue() 957 ep->stopped = 1; in net2272_dequeue() [all …]
|
D | at91_udc.c | 115 ep->stopped ? " stopped" : ""); in proc_ep_show() 258 unsigned stopped = ep->stopped; in done() local 269 ep->stopped = 1; in done() 273 ep->stopped = stopped; in done() 455 ep->stopped = 1; in nuke() 526 ep->stopped = 0; in at91_ep_enable() 637 if (list_empty(&ep->queue) && !ep->stopped) { in at91_ep_queue() 835 ep->stopped = 0; in udc_reinit() 857 ep->stopped = 1; in reset_gadget() 881 ep->stopped = 1; in stop_activity() [all …]
|
D | mv_udc.h | 215 stopped:1; /* stop bit is setted */ member 236 unsigned stopped:1, member
|
D | gr_udc.c | 142 seq_printf(seq, " stopped = %d\n", ep->stopped); in gr_seq_ep_show() 644 if (!ep->dma_start && likely(!ep->stopped)) in gr_queue() 676 ep->stopped = 1; in gr_ep_nuke() 698 ep->stopped = 1; in gr_ep_reset() 753 ep->stopped = 1; in gr_ep_halt_wedge() 758 ep->stopped = 0; in gr_ep_halt_wedge() 1244 dev->epo[0].stopped = 0; in gr_udc_usbreset() 1245 dev->epi[0].stopped = 0; in gr_udc_usbreset() 1436 if (!ep->stopped && !ep->callback && !list_empty(&ep->queue)) in gr_irq_handler() 1443 if (!ep->stopped && !ep->callback && !list_empty(&ep->queue)) in gr_irq_handler() [all …]
|
D | pxa25x_udc.c | 251 ep->stopped = 0; in pxa25x_ep_enable() 283 ep->stopped = 1; in pxa25x_ep_disable() 334 unsigned stopped = ep->stopped; in done() local 349 ep->stopped = 1; in done() 351 ep->stopped = stopped; in done() 672 if (list_empty(&ep->queue) && !ep->stopped) { in pxa25x_ep_queue() 1188 ep->stopped = 0; in udc_reinit() 1295 ep->stopped = 1; in reset_gadget() 1322 ep->stopped = 1; in stop_activity()
|
D | at91_udc.h | 104 unsigned stopped:1; member
|
D | net2272.h | 442 stopped:1, member 567 ep->stopped = 1; in allow_status()
|
D | fsl_usb2_udc.h | 470 unsigned stopped:1; member 490 unsigned stopped:1; member
|
D | omap_udc.h | 148 unsigned stopped:1; member
|
D | gr_udc.h | 151 unsigned stopped:1; member
|
D | pxa25x_udc.h | 51 unsigned stopped : 1; member
|
D | omap_udc.c | 204 ep->stopped = 0; in omap_ep_enable() 295 unsigned stopped = ep->stopped; in done() local 316 ep->stopped = 1; in done() 320 ep->stopped = stopped; in done() 779 restart = !ep->stopped && !list_empty(&ep->queue); in dma_channel_claim() 926 } else if (list_empty(&ep->queue) && !ep->stopped && !ep->ackwait) { in omap_ep_queue() 1335 ep->stopped = 1; in nuke() 1539 ep0->stopped = 0; in ep0_irq()
|
D | fsl_qe_udc.c | 83 unsigned char stopped = ep->stopped; in done() local 118 ep->stopped = 1; in done() 125 ep->stopped = stopped; in done() 642 ep->stopped = 0; in qe_ep_init() 1635 ep->stopped = 1; in qe_ep_disable() 2421 ep->stopped = 1; in qe_ep_config()
|
D | goku_udc.h | 215 stopped:1; member
|
D | fsl_qe_udc.h | 307 unsigned stopped:1; member
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_cs.h | 69 u32 stopped; member 100 trcm->head = trcm->tail = trcm->stopped = 0; in bfa_trc_init() 107 trcm->stopped = 1; in bfa_trc_stop() 116 if (trcm->stopped) in __bfa_trc() 136 if (trcm->stopped) in __bfa_trc32()
|
D | bfa_core.c | 215 bfa_fsm_state_decl(bfa_iocfc, stopped, struct bfa_iocfc_s, enum iocfc_event);
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozusbsvc.c | 71 usb_ctx->stopped = 0; in oz_usb_start() 134 usb_ctx->stopped = 1; in oz_usb_stop() 198 if (usb_ctx->stopped) in oz_usb_heartbeat()
|
D | ozusbsvc.h | 20 int stopped; member
|
D | ozusbsvc1.c | 382 if (usb_ctx->stopped) in oz_usb_rx() 457 if (!usb_ctx->stopped) { in oz_usb_farewell()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | wmi.c | 100 wmi->stopped = false; in ath9k_init_wmi() 120 wmi->stopped = true; in ath9k_deinit_wmi() 214 if (unlikely(wmi->stopped)) in ath9k_wmi_ctrl_rx() 321 if (unlikely(wmi->stopped)) { in ath9k_wmi_cmd()
|
D | recv.c | 484 bool stopped, reset = false; in ath_stoprecv() local 488 stopped = ath9k_hw_stopdmarecv(ah, &reset); in ath_stoprecv() 498 unlikely(!stopped)) { in ath_stoprecv() 502 ATH_DBG_WARN_ON_ONCE(!stopped); in ath_stoprecv() 504 return stopped && !reset; in ath_stoprecv()
|
D | wmi.h | 160 bool stopped; member
|
D | ath9k.h | 166 bool stopped; member 352 bool stopped; member
|
D | xmit.c | 170 if (txq->stopped && in ath_txq_skb_done() 176 txq->stopped = false; in ath_txq_skb_done() 1899 txq->stopped = false; in ath_drain_all_txq() 1943 if (sc->cur_chan->stopped) in ath_txq_schedule() 2345 !txq->stopped) { in ath_tx_start() 2350 txq->stopped = true; in ath_tx_start() 2361 sc->cur_chan->stopped) && !txctl->force_channel) { in ath_tx_start()
|
D | channel.c | 1227 sc->cur_chan->stopped = true; in ath_chanctx_set_next() 1254 sc->cur_chan->stopped = false; in ath_chanctx_set_next()
|
D | debug.c | 633 seq_printf(file, "%s: %d\n", "stopped", txq->stopped); in print_queue()
|
/linux-4.1.27/drivers/usb/host/ |
D | ehci-timer.c | 222 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_start_intr_unlinks() local 236 if (!stopped && (qh->unlink_cycle == in ehci_handle_start_intr_unlinks() 253 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_intr_unlinks() local 268 if (!stopped && qh->unlink_cycle == ehci->intr_unlink_cycle) in ehci_handle_intr_unlinks()
|
D | ehci-q.c | 292 int stopped; in qh_completions() local 308 stopped = (state == QH_STATE_IDLE); in qh_completions() 392 stopped = 1; in qh_completions() 406 stopped = 1; in qh_completions() 410 } else if (likely (!stopped in qh_completions() 416 stopped = 1; in qh_completions() 488 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) { in qh_completions() 535 if (stopped != 0 || hw->hw_qtd_next == EHCI_LIST_END(ehci)) in qh_completions()
|
D | fusbh200-hcd.c | 1208 bool stopped = (fusbh200->rh_state < FUSBH200_RH_RUNNING); in fusbh200_handle_intr_unlinks() local 1221 if (!stopped && qh->unlink_cycle == fusbh200->intr_unlink_cycle) in fusbh200_handle_intr_unlinks() 2303 int stopped; in qh_completions() local 2323 stopped = (state == QH_STATE_IDLE); in qh_completions() 2408 stopped = 1; in qh_completions() 2422 stopped = 1; in qh_completions() 2426 } else if (likely (!stopped in qh_completions() 2432 stopped = 1; in qh_completions() 2496 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) { in qh_completions() 2539 if (stopped != 0 || hw->hw_qtd_next == FUSBH200_LIST_END(fusbh200)) { in qh_completions() [all …]
|
D | fotg210-hcd.c | 1246 bool stopped = (fotg210->rh_state < FOTG210_RH_RUNNING); in fotg210_handle_intr_unlinks() local 1259 if (!stopped && qh->unlink_cycle == fotg210->intr_unlink_cycle) in fotg210_handle_intr_unlinks() 2351 int stopped; in qh_completions() local 2371 stopped = (state == QH_STATE_IDLE); in qh_completions() 2458 stopped = 1; in qh_completions() 2472 stopped = 1; in qh_completions() 2476 } else if (likely(!stopped in qh_completions() 2482 stopped = 1; in qh_completions() 2547 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) { in qh_completions() 2590 if (stopped != 0 || hw->hw_qtd_next == FOTG210_LIST_END(fotg210)) { in qh_completions() [all …]
|
D | oxu210hp-hcd.c | 986 int stopped; in qh_completions() local 1003 stopped = (state == QH_STATE_IDLE); in qh_completions() 1050 stopped = 1; in qh_completions() 1057 stopped = 1; in qh_completions() 1062 } else if (likely(!stopped && in qh_completions() 1067 stopped = 1; in qh_completions() 1113 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) { in qh_completions() 1146 if (stopped != 0 || qh->hw_qtd_next == EHCI_LIST_END) { in qh_completions()
|
/linux-4.1.27/Documentation/video4linux/ |
D | pxa_camera.txt | 14 a) QCI stopped 15 Initialy, the QCI interface is stopped. 76 - "DMA: stop" means all 3 DMA channels are stopped 94 On the DMA irq of the last videobuffer, the QCI is stopped. 151 - Videobuffer3 capture is not scheduled on DMA chain (as it stopped !!!)
|
/linux-4.1.27/Documentation/accounting/ |
D | cgroupstats.txt | 25 sleeping 1, blocked 0, running 1, stopped 0, uninterruptible 0 27 sleeping 155, blocked 0, running 1, stopped 0, uninterruptible 2
|
/linux-4.1.27/arch/ia64/hp/sim/ |
D | simserial.c | 145 if (info->xmit.head == info->xmit.tail || tty->stopped) { in transmit_chars() 148 info->xmit.head, info->xmit.tail, tty->stopped); in transmit_chars() 182 if (info->xmit.head == info->xmit.tail || tty->stopped || in rs_flush_chars() 219 !tty->stopped) in rs_write()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | run.c | 51 u32 stopped; in spu_stopped() local 53 stopped = SPU_STATUS_INVALID_INSTR | SPU_STATUS_SINGLE_STEP | in spu_stopped() 58 if (*stat & stopped) { in spu_stopped()
|
D | switch.c | 244 u32 stopped; in save_spu_status() local 250 stopped = in save_spu_status() 253 if ((in_be32(&prob->spu_status_R) & stopped) == 0) in save_spu_status()
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-imx.c | 205 int stopped; member 541 i2c_imx->stopped = 0; in i2c_imx_start() 553 if (!i2c_imx->stopped) { in i2c_imx_stop() 570 if (!i2c_imx->stopped) { in i2c_imx_stop() 572 i2c_imx->stopped = 1; in i2c_imx_stop() 733 i2c_imx->stopped = 1; in i2c_imx_dma_read() 856 i2c_imx->stopped = 1; in i2c_imx_read()
|
/linux-4.1.27/drivers/s390/block/ |
D | dasd.c | 1692 (!device->stopped)) { in dasd_int_handler() 1881 if (device->stopped && in __dasd_device_start_head() 1882 !(!(device->stopped & ~(DASD_STOPPED_DC_WAIT | DASD_UNRESUMED_PM)) in __dasd_device_start_head() 1905 if (device->stopped & ~(DASD_STOPPED_DC_WAIT | in __dasd_device_check_path_events() 2020 device->stopped |= bits; in dasd_device_set_stop_bits() 2026 device->stopped &= ~bits; in dasd_device_remove_stop_bits() 2027 if (!device->stopped) in dasd_device_remove_stop_bits() 2162 if (device->stopped & ~DASD_STOPPED_PENDING && in _dasd_sleep_on() 2176 generic_waitq, !(device->stopped)); in _dasd_sleep_on() 2183 wait_event(generic_waitq, !(device->stopped)); in _dasd_sleep_on() [all …]
|
D | dasd_int.h | 447 int stopped; /* device (ccw_device_start) was stopped */ member
|
D | dasd_alias.c | 710 if ((alias_priv->count < private->count) && !alias_device->stopped) in dasd_alias_get_start_dev()
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | 7990.c | 626 int stopped; in lance_set_multicast() local 628 stopped = netif_queue_stopped(dev); in lance_set_multicast() 629 if (!stopped) in lance_set_multicast() 648 if (!stopped) in lance_set_multicast()
|
D | am79c961a.c | 385 int i, stopped; in am79c961_setmulticastlist() local 389 stopped = read_rreg(dev->base_addr, CSR0) & CSR0_STOP; in am79c961_setmulticastlist() 391 if (!stopped) { in am79c961_setmulticastlist() 418 if (!stopped) { in am79c961_setmulticastlist()
|
/linux-4.1.27/drivers/net/irda/ |
D | donauboe.c | 986 if (self->stopped) in toshoboe_hard_xmit() 1334 if (self->stopped) in toshoboe_net_open() 1380 if (!self->stopped) in toshoboe_net_close() 1477 if (!self->stopped) in toshoboe_close() 1681 if (!self || self->stopped) in toshoboe_gotosleep() 1694 self->stopped = 1; in toshoboe_gotosleep() 1707 if (!self || !self->stopped) in toshoboe_wakeup() 1716 self->stopped = 0; in toshoboe_wakeup()
|
D | donauboe.h | 331 int stopped; /*Stopped by some or other APM stuff */ member
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | pio.c | 542 q->stopped = true; in b43_pio_tx() 569 q->stopped = true; in b43_pio_tx() 602 if (q->stopped) { in b43_pio_handle_txstatus() 604 q->stopped = false; in b43_pio_handle_txstatus()
|
D | pio.h | 83 bool stopped; member
|
D | dma.h | 258 bool stopped; member
|
D | dma.c | 318 B43_WARN_ON(ring->stopped); in request_slot() 1424 if (unlikely(ring->stopped)) { in b43_dma_tx() 1466 ring->stopped = true; in b43_dma_tx() 1623 if (ring->stopped) { in b43_dma_handle_txstatus() 1625 ring->stopped = false; in b43_dma_handle_txstatus()
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | dma.h | 152 bool stopped; member
|
D | dma.c | 179 B43legacy_WARN_ON(ring->stopped); in request_slot() 1142 if (unlikely(ring->stopped)) { in b43legacy_dma_tx() 1178 ring->stopped = true; in b43legacy_dma_tx() 1286 if (ring->stopped) { in b43legacy_dma_handle_txstatus() 1288 ring->stopped = false; in b43legacy_dma_handle_txstatus()
|
/linux-4.1.27/include/linux/ |
D | ucb1400.h | 100 bool stopped; member
|
D | serial_core.h | 400 if (tty->stopped || port->hw_stopped) in uart_tx_stopped()
|
D | tty.h | 288 unsigned long stopped:1, /* flow_lock */ member
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 621 dev->thread.stopped = 1; in tvaudio_thread() 865 dev->thread.stopped = 1; in tvaudio_thread_ddep() 1054 if (dev->thread.thread && !dev->thread.stopped) in saa7134_tvaudio_fini() 1071 if (!dev->insuspend && !dev->thread.stopped) in saa7134_tvaudio_do_scan()
|
D | saa7134.h | 453 unsigned int stopped; member
|
/linux-4.1.27/drivers/net/ |
D | netconsole.c | 670 bool stopped = false; in netconsole_netdev_event() local 699 stopped = true; in netconsole_netdev_event() 707 if (stopped) { in netconsole_netdev_event()
|
/linux-4.1.27/Documentation/input/ |
D | notifier.txt | 23 order to "eat" the event: the notify loop is stopped and the keyboard event is
|
D | ff.txt | 187 Normally, the effect is not stopped and restarted. However, depending on the 214 FF_STATUS_STOPPED The effect stopped playing
|
D | amijoy.txt | 132 addresses is shown below. The counters are stopped by signals
|
D | atarikbd.txt | 377 The output is stopped only at the end of the current 'even'. If the PAUSE
|
/linux-4.1.27/Documentation/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 83 CommTrouble -> Unconnected [label="receiver thread is stopped" ]
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | tx.c | 1214 bool stopped = !!wl->queue_stop_reasons[hwq]; in wlcore_stop_queue_locked() local 1219 if (stopped) in wlcore_stop_queue_locked() 1302 bool stopped; in wlcore_is_queue_stopped_by_reason() local 1305 stopped = wlcore_is_queue_stopped_by_reason_locked(wl, wlvif, queue, in wlcore_is_queue_stopped_by_reason() 1309 return stopped; in wlcore_is_queue_stopped_by_reason()
|
/linux-4.1.27/Documentation/usb/ |
D | wusb-cbaf | 91 echo I: stopped host $(basename $dev) >&2
|
D | power-management.txt | 756 some external factor indicates the user has stopped interacting with the
|
/linux-4.1.27/drivers/net/wireless/zd1211rw/ |
D | zd_usb.h | 212 u8 stopped:1, watchdog_enabled:1; member
|
D | zd_usb.c | 929 tx->stopped = 0; in zd_usb_enable_tx() 940 if (tx->stopped && tx->submitted_urbs <= ZD_USB_TX_LOW) { in tx_dec_submitted_urbs() 942 tx->stopped = 0; in tx_dec_submitted_urbs() 954 if (!tx->stopped && tx->submitted_urbs > ZD_USB_TX_HIGH) { in tx_inc_submitted_urbs() 956 tx->stopped = 1; in tx_inc_submitted_urbs() 1202 tx->stopped = 0; in init_usb_tx()
|
/linux-4.1.27/Documentation/s390/ |
D | kvm.txt | 115 This ioctl can be used to set the processor status word (psw) of a stopped cpu 125 principles of operation. The target cpu has to be in stopped state.
|
D | s390dbf.txt | 97 feature cannot be stopped. If the debug feature is already stopped, it
|
D | Debugging390.txt | 1118 We have stopped at a breakpoint
|
/linux-4.1.27/Documentation/networking/ |
D | cxacru.txt | 8 so it had no effect on the device configuration. Fixing it could have stopped
|
D | multiqueue.txt | 41 associated with the band is not stopped prior to dequeuing a packet.
|
D | openvswitch.txt | 49 headers but userspace stopped at the Ethernet type (because it 56 the kernel stopped at the Ethernet type, then userspace can 165 the 802.1Q TPID (0x8100) as the Ethertype then stopped parsing the
|
D | pktgen.txt | 85 started: 1103053986245187us stopped: 1103053999346329us idle: 880401us 108 for continuous sends until explicitly stopped.
|
D | nfc.txt | 98 All polling operations requested through one netlink socket are stopped when
|
D | spider_net.txt | 128 stopped. However, once the hardware has decided that a certain 189 is full, the netdev is stopped. When there is room in the ring,
|
D | ppp_generic.txt | 154 function with the queue stopped, i.e. when the generic layer has
|
D | can.txt | 1131 A CAN network device is started or stopped as usual with the command
|
/linux-4.1.27/drivers/tty/serial/ |
D | 68328serial.c | 322 if ((info->xmit_cnt <= 0) || !tty || tty->stopped) { in transmit_chars() 632 if (info->xmit_cnt <= 0 || tty->stopped || !info->xmit_buf) { 698 if (info->xmit_cnt && !tty->stopped) {
|
D | crisv10.c | 1791 if (info->port.tty->stopped) { in handle_all_descr_data() 2445 if (info->port.tty->stopped) in handle_ser_tx_interrupt() 2459 || info->port.tty->stopped) { in handle_ser_tx_interrupt() 2461 info->port.tty->stopped)); in handle_ser_tx_interrupt() 2991 tty->stopped || in rs_flush_chars() 3063 !tty->stopped && in rs_raw_write() 3196 if (tty->stopped) in rs_send_xchar() 4118 if (info->port.tty->stopped) in seq_line_info() 4120 (int)info->port.tty->stopped); in seq_line_info()
|
D | sh-sci.c | 599 unsigned int stopped = uart_tx_stopped(port); in sci_transmit_chars() local 623 } else if (!uart_circ_empty(xmit) && !stopped) { in sci_transmit_chars()
|
/linux-4.1.27/drivers/dma/ |
D | coh901318.c | 1294 int stopped; member 1710 cohc->stopped = 1; in coh901318_pause() 1728 cohc->stopped = 1; in coh901318_pause() 1750 if (cohc->stopped) { in coh901318_resume() 1760 cohc->stopped = 0; in coh901318_resume() 2430 if (ret == DMA_IN_PROGRESS && cohc->stopped) in coh901318_tx_status()
|
/linux-4.1.27/Documentation/dmaengine/ |
D | client.txt | 77 operation is explicitly stopped. 171 This causes all activity for the DMA channel to be stopped, and may
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bfa_msgq.c | 51 bfa_fsm_state_decl(cmdq, stopped, struct bfa_msgq_cmdq, enum cmdq_event); 329 bfa_fsm_state_decl(rspq, stopped, struct bfa_msgq_rspq, enum rspq_event);
|
D | bna_enet.c | 502 bfa_fsm_state_decl(bna_ethport, stopped, struct bna_ethport, 910 bfa_fsm_state_decl(bna_enet, stopped, struct bna_enet, 1390 bfa_fsm_state_decl(bna_ioceth, stopped, struct bna_ioceth,
|
D | bna_tx_rx.c | 61 bfa_fsm_state_decl(bna_rxf, stopped, struct bna_rxf, 1491 bfa_fsm_state_decl(bna_rx, stopped, 3052 bfa_fsm_state_decl(bna_tx, stopped, struct bna_tx, enum bna_tx_event);
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-led-flash | 27 is stopped after this period of time has passed from the start
|
/linux-4.1.27/drivers/net/vmxnet3/ |
D | vmxnet3_int.h | 236 bool stopped; member
|
D | vmxnet3_defs.h | 487 bool stopped; member
|
D | vmxnet3_drv.c | 105 return tq->stopped; in vmxnet3_tq_stopped() 112 tq->stopped = false; in vmxnet3_tq_start() 120 tq->stopped = false; in vmxnet3_tq_wake() 128 tq->stopped = true; in vmxnet3_tq_stop() 194 if (adapter->tqd_start[i].status.stopped) in vmxnet3_process_events() 200 if (adapter->rqd_start[i].status.stopped) in vmxnet3_process_events() 2545 tq->stopped = true; in vmxnet3_create_queues()
|
D | vmxnet3_ethtool.c | 367 buf[j++] = adapter->tx_queue[i].stopped; in vmxnet3_get_regs()
|
/linux-4.1.27/drivers/tty/ |
D | pty.c | 105 if (tty->stopped) in pty_write() 128 if (tty->stopped) in pty_write_room()
|
D | rocket.c | 448 if (tty->stopped) in rp_do_transmit() 1566 if (!tty->stopped && info->xmit_fifo_room == 0) in rp_put_char() 1569 if (tty->stopped || info->xmit_fifo_room == 0 || info->xmit_cnt != 0) { in rp_put_char() 1610 if (!tty->stopped && info->xmit_fifo_room < count) in rp_write() 1617 if (!tty->stopped && info->xmit_cnt == 0 && info->xmit_fifo_room > 0) { in rp_write() 1665 if ((retval > 0) && !tty->stopped) in rp_write()
|
D | isicom.c | 446 if (txcount <= 0 || tty->stopped || tty->hw_stopped) in isicom_tx() 973 if (port->xmit_cnt && !tty->stopped && !tty->hw_stopped) in isicom_write() 1010 if (port->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in isicom_flush_chars()
|
D | tty_io.c | 979 if (tty->stopped) in __stop_tty() 981 tty->stopped = 1; in __stop_tty() 1010 if (!tty->stopped || tty->flow_stopped) in __start_tty() 1012 tty->stopped = 0; in __start_tty() 1287 int was_stopped = tty->stopped; in tty_send_xchar()
|
D | n_tty.c | 1302 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_special() 1413 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_inline() 1441 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_fast() 1467 (tty->stopped && !tty->flow_stopped && I_IXANY(tty) && in n_tty_receive_char_closing()
|
D | amiserial.c | 350 || info->tport.tty->stopped in transmit_chars() 832 || tty->stopped in rs_flush_chars() 879 && !tty->stopped in rs_write()
|
D | mxser.c | 1127 if (info->xmit_cnt && !tty->stopped) { in mxser_write() 1158 if (!tty->stopped) { in mxser_put_char() 1178 if (info->xmit_cnt <= 0 || tty->stopped || !info->port.xmit_buf || in mxser_flush_chars() 1961 tty->stopped = 0; in mxser_set_termios() 2180 if (port->xmit_cnt <= 0 || tty->stopped || in mxser_transmit_chars()
|
D | moxa.c | 1239 if (tty->stopped) in moxa_write_room() 1392 if (test_bit(LOWWAIT, &p->statusflags) && !tty->stopped && in moxa_poll_port()
|
D | synclinkmp.c | 986 if (info->tx_count && !tty->stopped && !tty->hw_stopped) { in write() 1166 if (info->tx_count <= 0 || tty->stopped || tty->hw_stopped || in flush_chars() 2275 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txeom() 2330 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txrdy()
|
D | cyclades.c | 638 if (tty->stopped || tty->hw_stopped) { in cyy_chip_tx() 1814 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped) in cy_write() 1872 if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in cy_flush_chars()
|
D | synclink.c | 1262 if (info->port.tty->stopped || info->port.tty->hw_stopped) { in mgsl_isr_transmit_status() 1409 if (info->port.tty->stopped || info->port.tty->hw_stopped) { in mgsl_isr_transmit_data() 2063 if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in mgsl_flush_chars() 2203 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped) { in mgsl_write()
|
D | synclink_gt.c | 842 if (!count || tty->stopped || tty->hw_stopped) in write() 963 if (info->tx_count <= 0 || tty->stopped || in flush_chars() 2336 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txeom()
|
/linux-4.1.27/Documentation/pti/ |
D | pti_intel_mid.txt | 87 // First make sure data through the ldiscs has stopped.
|
/linux-4.1.27/Documentation/networking/caif/ |
D | README | 58 - 0x20 - tty->stopped is on.
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc.h | 365 int32_t stopped; /* HBA has not been restarted since last ERATT */ member 1060 phba->pport->stopped = 1; in lpfc_sli_read_hs()
|
D | lpfc_sli.c | 3826 phba->pport->stopped = 1; in lpfc_reset_barrier() 3850 phba->pport->stopped) in lpfc_reset_barrier() 3880 phba->pport->stopped = 1; in lpfc_reset_barrier() 3972 phba->pport->stopped = 1; in lpfc_sli_brdkill() 4165 phba->pport->stopped = 0; in lpfc_sli_brdrestart_s3() 4212 phba->pport->stopped = 0; in lpfc_sli_brdrestart_s4()
|
D | lpfc_bsg.c | 4695 if (phba->pport->stopped && in lpfc_bsg_issue_mbox()
|
D | lpfc_hbadisc.c | 605 = (phba->pport->stopped) in lpfc_work_list_done()
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | ab8500.txt | 48 : VBUS_OVV : : Overvoltage on Vbus ball detected (USB charge is stopped)
|
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 531 int stopped = !!(rq_state & RQ_STOP); in mgc_requeue_thread() local 580 if (likely(!stopped)) in mgc_requeue_thread() 591 if (unlikely(stopped)) { in mgc_requeue_thread()
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | ov519.c | 105 u8 stopped; /* Streaming is temporarily paused */ member 2497 sd->stopped = 1; in ov51x_stop() 2528 if (!sd->stopped) in ov51x_restart() 2530 sd->stopped = 0; in ov51x_restart() 3140 sd->stopped = 1; in ovfx2_configure()
|
D | w996Xcf.c | 351 sd->stopped = 1; in w9968cf_configure()
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | DPCM.txt | 376 DAI links. The DAI links will be started when the FE PCM is started and stopped 377 when the FE PCM is stopped. Note that the FE PCM cannot read or write data in
|
D | dapm.txt | 39 stopped respectively. e.g. aplay, arecord.
|
/linux-4.1.27/Documentation/thermal/ |
D | intel_powerclamp.txt | 214 Per-CPU kernel threads are started/stopped upon receiving 288 Tasks: 197 total, 1 running, 196 sleeping, 0 stopped, 0 zombie
|
/linux-4.1.27/drivers/net/caif/ |
D | caif_serial.c | 90 ser->tty->stopped << 5 | in update_tty_status()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_dsi.c | 1056 bool stopped; in exynos_dsi_transfer() local 1065 stopped = list_empty(&dsi->transfer_list); in exynos_dsi_transfer() 1070 if (stopped) in exynos_dsi_transfer()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 166 bool stopped; in ath6kl_cfg80211_sscan_disable() local 168 stopped = __ath6kl_cfg80211_sscan_stop(vif); in ath6kl_cfg80211_sscan_disable() 170 if (!stopped) in ath6kl_cfg80211_sscan_disable() 3344 bool stopped; in ath6kl_cfg80211_sscan_stop() local 3346 stopped = __ath6kl_cfg80211_sscan_stop(vif); in ath6kl_cfg80211_sscan_stop() 3348 if (!stopped) in ath6kl_cfg80211_sscan_stop()
|
/linux-4.1.27/Documentation/cgroups/ |
D | freezer-subsystem.txt | 6 be started/stopped by the batch job management system. It also provides
|
D | memory.txt | 767 Then, stopped tasks will work again. 772 be stopped.)
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 1263 int stopped; in ipoib_neigh_hash_uninit() local 1270 stopped = test_and_set_bit(IPOIB_STOP_NEIGH_GC, &priv->flags); in ipoib_neigh_hash_uninit() 1271 if (!stopped) in ipoib_neigh_hash_uninit()
|
/linux-4.1.27/drivers/md/bcache/ |
D | super.c | 2047 bool stopped = false; in bcache_reboot() local 2070 stopped = list_empty(&bch_cache_sets) && in bcache_reboot() 2073 if (timeout < 0 || stopped) in bcache_reboot() 2086 if (stopped) in bcache_reboot()
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 910 stoped||stopped 911 stoppped||stopped
|
/linux-4.1.27/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 175 This last call causes the device driver for the card to be stopped, 310 is impossible, because I/O has already been stopped. Thus,
|
D | firmware-assisted-dump.txt | 23 started/stopped through /sys/kernel/fadump_registered interface (see
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 407 int stopped; member
|
D | mr.c | 362 if (cache->stopped) in __cache_work_func() 612 dev->cache.stopped = 1; in mlx5_mr_cache_cleanup()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | ptrace.c | 629 int stopped = 0; in ptrace_attach_sync_user_rbs() local 647 stopped = 1; in ptrace_attach_sync_user_rbs() 653 if (!stopped) in ptrace_attach_sync_user_rbs()
|
/linux-4.1.27/Documentation/hwmon/ |
D | pc87360 | 98 that the fan is stopped, and 255 meaning that the fan goes at full speed.
|
/linux-4.1.27/drivers/net/ethernet/natsemi/ |
D | ns83820.c | 1068 int stopped = 0; local 1109 stopped = 1; 1182 if (stopped && (dev->tx_done_idx != tx_done_idx) && start_tx_okay(dev))
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | README | 115 tx queue "stopped" | "started"
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | gianfar.c | 1826 int stopped; in gfar_halt_nodisable() local 1840 while (!(stopped = gfar_is_dma_stopped(priv)) && timeout) { in gfar_halt_nodisable() 1846 stopped = gfar_is_dma_stopped(priv); in gfar_halt_nodisable() 1848 if (!stopped && !gfar_is_rx_dma_stopped(priv) && in gfar_halt_nodisable()
|
/linux-4.1.27/Documentation/power/ |
D | charger-manager.txt | 195 charger-pulled-out, charger-inserted, DCIN-over/under-voltage, charger-stopped,
|
D | swsusp.txt | 240 user processes are stopped 261 …user processes are stopped (in common case there are none, but with resume-from-initrd, no one kno…
|
D | devices.txt | 367 At the end of these phases, drivers should have stopped all I/O transactions
|
/linux-4.1.27/Documentation/filesystems/ |
D | spufs.txt | 334 0x02 SPU was stopped by stop-and-signal. 336 0x04 SPU was stopped by halt.
|
D | fuse.txt | 281 filesystem could be stopped, and thus causing the system
|
D | proc.txt | 215 T is traced or stopped) 281 uninterruptible wait, Z is zombie, T is traced or stopped)
|
/linux-4.1.27/drivers/char/pcmcia/ |
D | synclink_cs.c | 990 if (tty && (tty->stopped || tty->hw_stopped)) { in tx_done() 1010 if (tty && (tty->stopped || tty->hw_stopped)) { in tx_ready() 1537 if (info->tx_count <= 0 || tty->stopped || in mgslpc_flush_chars() 1606 if (info->tx_count && !tty->stopped && !tty->hw_stopped) { in mgslpc_write()
|
/linux-4.1.27/Documentation/hid/ |
D | uhid.txt | 141 This is sent when the HID device is stopped. Consider this as an answer to
|
/linux-4.1.27/Documentation/trace/ |
D | coresight.txt | 230 Trace collection is stopped the same way:
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_debug.c | 592 char stopped; /* TODO: should be atomic */ member 889 if ((UAS_TUR == uas_only) && devip->stopped) { in check_readiness() 1498 if (start == devip->stopped) in resp_start_stop() 1499 devip->stopped = !start; in resp_start_stop() 5260 if ((F_M_ACCESS & flags) && devip->stopped) { in scsi_debug_queuecommand()
|
/linux-4.1.27/Documentation/RCU/ |
D | rcubarrier.txt | 156 55 rcu_torture_stats_print(); /* -After- the stats thread is stopped! */
|
D | trace.txt | 208 "S" The kernel thread is stopped, in other words, all 481 "S" The kernel thread is stopped, in other words, all
|
/linux-4.1.27/drivers/mmc/card/ |
D | sdio_uart.c | 448 tty->stopped || tty->hw_stopped) { in sdio_uart_transmit_chars()
|
/linux-4.1.27/net/core/ |
D | pktgen.c | 532 ktime_t stopped; in pktgen_if_show() local 691 stopped = pkt_dev->running ? ktime_get() : pkt_dev->stopped_at; in pktgen_if_show() 703 (unsigned long long) ktime_to_us(stopped), in pktgen_if_show()
|
/linux-4.1.27/Documentation/serial/ |
D | driver | 139 Transmit a high priority character, even if the port is stopped.
|
/linux-4.1.27/arch/cris/arch-v10/drivers/ |
D | sync_serial.c | 378 IO_STATE(R_SYNC_SERIAL1_CTRL, clk_halt, stopped) | in initialize_port()
|
/linux-4.1.27/drivers/tty/vt/ |
D | keyboard.c | 502 if (tty->stopped) in fn_hold()
|
D | vt.c | 2208 while (!tty->stopped && count) { in do_con_write() 2776 if (tty->stopped) in con_write_room()
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-error-recovery.txt | 395 - There is no guarantee that interrupt delivery is stopped, that is,
|
D | pci.txt | 473 Once DMA is stopped, clean up streaming DMA first.
|
/linux-4.1.27/drivers/s390/char/ |
D | tty3270.c | 1595 for (i_msg = 0; !tty->stopped && i_msg < count; i_msg++) { in tty3270_do_write()
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | backend-api.txt | 634 of the cache withdrawal process when it is stopped pending destruction of
|
/linux-4.1.27/Documentation/ |
D | md.txt | 513 corresponding operation if it was stopped with 'idle'.
|
D | kernel-parameters.txt | 2409 the specified list of CPUs whose tick will be stopped
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 960 * If, by chance, we stopped before being able 1135 * hardware has actually stopped. Touching the DMA
|
D | aic79xx.seq | 1781 * If, by chance, we stopped before being able
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1237 fan cannot be stopped or started with this command. This functionality 1271 scale of 0-255. 0 means fan stopped, 255 means highest normal
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.sym53c8xx | 210 - Ensure the SCRIPTS processor is stopped while calibrating the
|
D | ChangeLog.lpfc | 1551 started by lpfc_online(). lpfc_offline() only stopped
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | sky2.c | 1348 goto stopped; in sky2_rx_stop() 1351 stopped: in sky2_rx_stop()
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | fwserial.c | 737 while (!tty->stopped && !tty->hw_stopped && in fwtty_tx()
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio-legacy.txt | 295 Also note that it's your responsibility to have stopped using a GPIO
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2439 of UML filesystems, as the UML can be stopped, then synced via 'sysrq 2493 to gdb which will leave it stopped at the beginning of start_kernel. 3099 The program being debugged stopped while in a function called from GDB.
|
/linux-4.1.27/drivers/watchdog/ |
D | Kconfig | 45 get killed. If you say Y here, the watchdog cannot be stopped once
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 1023 - KVM_MP_STATE_STOPPED: the vcpu is stopped [s390,arm/arm64] 2876 EBUSY: type is KVM_S390_SIGP_SET_PREFIX and vcpu is not stopped
|