/linux-4.4.14/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 | 133 * stop: with this routine the watchdog timer device is being stopped. 136 Some watchdog timer hardware can only be started and not be stopped. The
|
/linux-4.4.14/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.4.14/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() 567 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() 862 while (!ts->stopped && get_pendown_state(ts)) { in ads7846_irq() 867 if (!ts->stopped) in ads7846_irq() 870 wait_event_timeout(ts->wait, ts->stopped, in ads7846_irq()
|
/linux-4.4.14/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() 387 keypad->stopped = true; in samsung_keypad_probe() 476 if (keypad->stopped) in samsung_keypad_runtime_suspend() 499 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() 499 keypad->stopped = true; in matrix_keypad_probe()
|
/linux-4.4.14/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 | 238 ep->stopped = 0; in net2280_enable() 964 unsigned stopped = ep->stopped; in done() local 983 ep->stopped = 1; in done() 987 ep->stopped = stopped; in done() 1048 if (list_empty(&ep->queue) && !ep->stopped && in net2280_queue() 1204 if (ep->stopped) in restart_dma() 1229 ep->stopped = 1; in nuke() 1247 int stopped; in net2280_dequeue() local 1257 stopped = ep->stopped; in net2280_dequeue() 1261 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 | 134 ep->stopped ? " stopped" : ""); in proc_ep_show() 277 unsigned stopped = ep->stopped; in done() local 288 ep->stopped = 1; in done() 292 ep->stopped = stopped; in done() 474 ep->stopped = 1; in nuke() 545 ep->stopped = 0; in at91_ep_enable() 656 if (list_empty(&ep->queue) && !ep->stopped) { in at91_ep_queue() 855 ep->stopped = 0; in udc_reinit() 877 ep->stopped = 1; in reset_gadget() 901 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() 1189 ep->stopped = 0; in udc_reinit() 1296 ep->stopped = 1; in reset_gadget() 1323 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 | gr_udc.h | 151 unsigned stopped:1; member
|
D | omap_udc.h | 148 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() 2432 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.4.14/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.4.14/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 | fotg210-hcd.c | 1220 bool stopped = (fotg210->rh_state < FOTG210_RH_RUNNING); in fotg210_handle_intr_unlinks() local 1233 if (!stopped && qh->unlink_cycle == fotg210->intr_unlink_cycle) in fotg210_handle_intr_unlinks() 2272 int stopped; in qh_completions() local 2292 stopped = (state == QH_STATE_IDLE); in qh_completions() 2378 stopped = 1; in qh_completions() 2392 stopped = 1; in qh_completions() 2396 } else if (likely(!stopped in qh_completions() 2402 stopped = 1; in qh_completions() 2467 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) { in qh_completions() 2510 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.4.14/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() 322 if (unlikely(wmi->stopped)) { in ath9k_wmi_cmd()
|
D | wmi.h | 160 bool stopped; member
|
D | recv.c | 479 bool stopped, reset = false; in ath_stoprecv() local 483 stopped = ath9k_hw_stopdmarecv(ah, &reset); in ath_stoprecv() 493 unlikely(!stopped)) { in ath_stoprecv() 498 return stopped && !reset; in ath_stoprecv()
|
D | xmit.c | 159 if (txq->stopped && in ath_txq_skb_done() 165 txq->stopped = false; in ath_txq_skb_done() 1881 txq->stopped = false; in ath_drain_all_txq() 1924 if (sc->cur_chan->stopped) in ath_txq_schedule() 2308 !txq->stopped) { in ath_tx_start() 2313 txq->stopped = true; in ath_tx_start() 2324 sc->cur_chan->stopped) && !txctl->force_channel) { in ath_tx_start()
|
D | ath9k.h | 166 bool stopped; member 343 bool stopped; member
|
D | channel.c | 1236 sc->cur_chan->stopped = true; in ath_chanctx_set_next() 1263 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.4.14/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.4.14/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.4.14/Documentation/dmaengine/ |
D | pxa_dma.txt | 26 a check of the DMA channel reports a "stopped channel", the transfer should 28 know if a channel is in running or stopped state. 79 If while new_link was created the DMA channel stopped, it is _not_ 86 - then hot-chaining cannot happen, as the channel must be stopped, the 150 It should be noted that after tx3 is completed, the channel is stopped, and
|
D | client.txt | 77 operation is explicitly stopped. 171 This causes all activity for the DMA channel to be stopped, and may
|
/linux-4.4.14/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.4.14/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.4.14/drivers/s390/block/ |
D | dasd.c | 1694 (!device->stopped)) { in dasd_int_handler() 1877 if (device->stopped) { in __dasd_device_is_unusable() 1878 if (device->stopped & mask) { in __dasd_device_is_unusable() 1929 if (device->stopped & ~(DASD_STOPPED_DC_WAIT | in __dasd_device_check_path_events() 2044 device->stopped |= bits; in dasd_device_set_stop_bits() 2050 device->stopped &= ~bits; in dasd_device_remove_stop_bits() 2051 if (!device->stopped) in dasd_device_remove_stop_bits() 2186 if (device->stopped & ~DASD_STOPPED_PENDING && in _dasd_sleep_on() 2200 generic_waitq, !(device->stopped)); in _dasd_sleep_on() 2207 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.4.14/drivers/i2c/busses/ |
D | i2c-imx.c | 207 int stopped; member 548 i2c_imx->stopped = 0; in i2c_imx_start() 560 if (!i2c_imx->stopped) { in i2c_imx_stop() 577 if (!i2c_imx->stopped) { in i2c_imx_stop() 579 i2c_imx->stopped = 1; in i2c_imx_stop() 740 i2c_imx->stopped = 1; in i2c_imx_dma_read() 863 i2c_imx->stopped = 1; in i2c_imx_read()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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 | 287 unsigned long stopped:1, /* flow_lock */ member
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 619 dev->thread.stopped = 1; in tvaudio_thread() 863 dev->thread.stopped = 1; in tvaudio_thread_ddep() 1052 if (dev->thread.thread && !dev->thread.stopped) in saa7134_tvaudio_fini() 1069 if (!dev->insuspend && !dev->thread.stopped) in saa7134_tvaudio_do_scan()
|
D | saa7134.h | 457 unsigned int stopped; member
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 83 CommTrouble -> Unconnected [label="receiver thread is stopped" ]
|
/linux-4.4.14/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.4.14/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.4.14/drivers/net/ |
D | netconsole.c | 709 bool stopped = false; in netconsole_netdev_event() local 738 stopped = true; in netconsole_netdev_event() 746 if (stopped) { in netconsole_netdev_event()
|
/linux-4.4.14/Documentation/usb/ |
D | wusb-cbaf | 91 echo I: stopped host $(basename $dev) >&2
|
D | power-management.txt | 768 some external factor indicates the user has stopped interacting with the
|
/linux-4.4.14/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.4.14/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 | nfc.txt | 98 All polling operations requested through one netlink socket are stopped when
|
D | pktgen.txt | 102 started: 623913381008us stopped: 623913396439us idle: 25us 127 for continuous sends until explicitly stopped.
|
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 | 1143 A CAN network device is started or stopped as usual with the command
|
/linux-4.4.14/drivers/tty/serial/ |
D | 68328serial.c | 322 if ((info->xmit_cnt <= 0) || !tty || tty->stopped) { in transmit_chars() 633 if (info->xmit_cnt <= 0 || tty->stopped || !info->xmit_buf) { 699 if (info->xmit_cnt && !tty->stopped) {
|
D | crisv10.c | 1753 if (info->port.tty->stopped) { in handle_all_descr_data() 2403 if (info->port.tty->stopped) in handle_ser_tx_interrupt() 2417 || info->port.tty->stopped) { in handle_ser_tx_interrupt() 2419 info->port.tty->stopped)); in handle_ser_tx_interrupt() 2936 tty->stopped || in rs_flush_chars() 3008 !tty->stopped && in rs_raw_write() 3141 if (tty->stopped) in rs_send_xchar() 4017 if (info->port.tty->stopped) in seq_line_info() 4019 (int)info->port.tty->stopped); in seq_line_info()
|
D | sh-sci.c | 710 unsigned int stopped = uart_tx_stopped(port); in sci_transmit_chars() local 734 } else if (!uart_circ_empty(xmit) && !stopped) { in sci_transmit_chars()
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/brocade/bna/ |
D | bfa_msgq.c | 51 bfa_fsm_state_decl(cmdq, stopped, struct bfa_msgq_cmdq, enum cmdq_event); 330 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, 900 bfa_fsm_state_decl(bna_enet, stopped, struct bna_enet, 1372 bfa_fsm_state_decl(bna_ioceth, stopped, struct bna_ioceth,
|
D | bna_tx_rx.c | 60 bfa_fsm_state_decl(bna_rxf, stopped, struct bna_rxf, 1313 bfa_fsm_state_decl(bna_rx, stopped, 2793 bfa_fsm_state_decl(bna_tx, stopped, struct bna_tx, enum bna_tx_event);
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-led-flash | 27 is stopped after this period of time has passed from the start
|
/linux-4.4.14/drivers/net/vmxnet3/ |
D | vmxnet3_int.h | 236 bool stopped; member
|
D | vmxnet3_defs.h | 523 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() 2679 tq->stopped = true; in vmxnet3_create_queues()
|
D | vmxnet3_ethtool.c | 408 buf[j++] = tq->stopped; in vmxnet3_get_regs()
|
/linux-4.4.14/Documentation/pti/ |
D | pti_intel_mid.txt | 87 // First make sure data through the ldiscs has stopped.
|
/linux-4.4.14/Documentation/networking/caif/ |
D | README | 58 - 0x20 - tty->stopped is on.
|
/linux-4.4.14/Documentation/DocBook/ |
D | rapidio.xml.db | 106 API-rio-clr-err-stopped
|
D | 80211.xml.db | 133 API-ieee80211-queue-stopped
|
D | networking.xml.db | 407 API-netif-queue-stopped 417 API---netif-subqueue-stopped
|
D | device-drivers.xml.db | 151 API-wait-task-stopped
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc.h | 367 int32_t stopped; /* HBA has not been restarted since last ERATT */ member 1064 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 | 4681 if (phba->pport->stopped && in lpfc_bsg_issue_mbox()
|
D | lpfc_hbadisc.c | 580 = (phba->pport->stopped) in lpfc_work_list_done()
|
/linux-4.4.14/drivers/tty/ |
D | pty.c | 110 if (tty->stopped) in pty_write() 133 if (tty->stopped) in pty_write_room()
|
D | rocket.c | 448 if (tty->stopped) in rp_do_transmit() 1553 if (!tty->stopped && info->xmit_fifo_room == 0) in rp_put_char() 1556 if (tty->stopped || info->xmit_fifo_room == 0 || info->xmit_cnt != 0) { in rp_put_char() 1597 if (!tty->stopped && info->xmit_fifo_room < count) in rp_write() 1604 if (!tty->stopped && info->xmit_cnt == 0 && info->xmit_fifo_room > 0) { in rp_write() 1652 if ((retval > 0) && !tty->stopped) in rp_write()
|
D | n_tty.c | 1297 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_special() 1408 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_inline() 1436 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_fast() 1462 (tty->stopped && !tty->flow_stopped && I_IXANY(tty) && in n_tty_receive_char_closing()
|
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 | 976 if (tty->stopped) in __stop_tty() 978 tty->stopped = 1; in __stop_tty() 1007 if (!tty->stopped || tty->flow_stopped) in __start_tty() 1009 tty->stopped = 0; in __start_tty() 1282 int was_stopped = tty->stopped; in tty_send_xchar()
|
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 | 977 if (info->tx_count && !tty->stopped && !tty->hw_stopped) { in write() 1157 if (info->tx_count <= 0 || tty->stopped || tty->hw_stopped || in flush_chars() 2269 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txeom() 2324 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() 1805 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped) in cy_write() 1863 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 | 833 if (!count || tty->stopped || tty->hw_stopped) in write() 954 if (info->tx_count <= 0 || tty->stopped || in flush_chars() 2331 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txeom()
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_video.c | 520 bool stopped; in vsp1_pipeline_stopped() local 523 stopped = pipe->state == VSP1_PIPELINE_STOPPED, in vsp1_pipeline_stopped() 526 return stopped; in vsp1_pipeline_stopped()
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | ab8500.txt | 48 : VBUS_OVV : : Overvoltage on Vbus ball detected (USB charge is stopped)
|
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 519 int stopped = !!(rq_state & RQ_STOP); in mgc_requeue_thread() local 568 if (likely(!stopped)) in mgc_requeue_thread() 579 if (unlikely(stopped)) { in mgc_requeue_thread()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en.h | 254 u64 stopped; member
|
D | en_tx.c | 276 sq->stats.stopped++; in mlx5e_sq_xmit()
|
D | en_main.c | 168 s->tx_queue_stopped += sq_stats->stopped; in mlx5e_update_stats()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/net/caif/ |
D | caif_serial.c | 90 ser->tty->stopped << 5 | in update_tty_status()
|
/linux-4.4.14/Documentation/cgroups/ |
D | freezer-subsystem.txt | 6 be started/stopped by the batch job management system. It also provides
|
D | memory.txt | 768 Then, stopped tasks will work again. 773 be stopped.)
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_dsi.c | 1209 bool stopped; in exynos_dsi_transfer() local 1218 stopped = list_empty(&dsi->transfer_list); in exynos_dsi_transfer() 1223 if (stopped) in exynos_dsi_transfer()
|
/linux-4.4.14/drivers/md/bcache/ |
D | super.c | 2013 bool stopped = false; in bcache_reboot() local 2036 stopped = list_empty(&bch_cache_sets) && in bcache_reboot() 2039 if (timeout < 0 || stopped) in bcache_reboot() 2052 if (stopped) in bcache_reboot()
|
/linux-4.4.14/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() 3353 bool stopped; in ath6kl_cfg80211_sscan_stop() local 3355 stopped = __ath6kl_cfg80211_sscan_stop(vif); in ath6kl_cfg80211_sscan_stop() 3357 if (!stopped) in ath6kl_cfg80211_sscan_stop()
|
/linux-4.4.14/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.4.14/scripts/ |
D | spelling.txt | 934 stoped||stopped 935 stoppped||stopped
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 396 int stopped; member
|
D | mr.c | 362 if (cache->stopped) in __cache_work_func() 621 dev->cache.stopped = 1; in mlx5_mr_cache_cleanup()
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 1511 int stopped; in ipoib_neigh_hash_uninit() local 1518 stopped = test_and_set_bit(IPOIB_STOP_NEIGH_GC, &priv->flags); in ipoib_neigh_hash_uninit() 1519 if (!stopped) in ipoib_neigh_hash_uninit()
|
/linux-4.4.14/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.4.14/Documentation/acpi/ |
D | method-tracing.txt | 30 detailed logging when the control method evaluation is stopped.
|
/linux-4.4.14/Documentation/hwmon/ |
D | pc87360 | 98 that the fan is stopped, and 255 meaning that the fan goes at full speed.
|
/linux-4.4.14/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.4.14/drivers/net/wireless/mwifiex/ |
D | README | 115 tx queue "stopped" | "started"
|
/linux-4.4.14/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 | 374 At the end of these phases, drivers should have stopped all I/O transactions
|
/linux-4.4.14/Documentation/s390/ |
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.4.14/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 | 216 T is traced or stopped) 284 uninterruptible wait, Z is zombie, T is traced or stopped)
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/freescale/ |
D | gianfar.c | 1886 int stopped; in gfar_halt_nodisable() local 1900 while (!(stopped = gfar_is_dma_stopped(priv)) && timeout) { in gfar_halt_nodisable() 1906 stopped = gfar_is_dma_stopped(priv); in gfar_halt_nodisable() 1908 if (!stopped && !gfar_is_rx_dma_stopped(priv) && in gfar_halt_nodisable()
|
/linux-4.4.14/Documentation/trace/ |
D | coresight.txt | 230 Trace collection is stopped the same way:
|
/linux-4.4.14/Documentation/hid/ |
D | uhid.txt | 141 This is sent when the HID device is stopped. Consider this as an answer to
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_debug.c | 595 char stopped; /* TODO: should be atomic */ member 892 if ((UAS_TUR == uas_only) && devip->stopped) { in check_readiness() 1500 if (start == devip->stopped) in resp_start_stop() 1501 devip->stopped = !start; in resp_start_stop() 5247 if ((F_M_ACCESS & flags) && devip->stopped) { in scsi_debug_queuecommand()
|
/linux-4.4.14/drivers/mmc/card/ |
D | sdio_uart.c | 448 tty->stopped || tty->hw_stopped) { in sdio_uart_transmit_chars()
|
/linux-4.4.14/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 465 "S" The kernel thread is stopped, in other words, all
|
/linux-4.4.14/net/core/ |
D | pktgen.c | 536 ktime_t stopped; in pktgen_if_show() local 698 stopped = pkt_dev->running ? ktime_get() : pkt_dev->stopped_at; in pktgen_if_show() 710 (unsigned long long) ktime_to_us(stopped), in pktgen_if_show()
|
/linux-4.4.14/Documentation/serial/ |
D | driver | 139 Transmit a high priority character, even if the port is stopped.
|
/linux-4.4.14/arch/cris/arch-v10/drivers/ |
D | sync_serial.c | 378 IO_STATE(R_SYNC_SERIAL1_CTRL, clk_halt, stopped) | in initialize_port()
|
/linux-4.4.14/drivers/tty/vt/ |
D | keyboard.c | 503 if (tty->stopped) in fn_hold()
|
D | vt.c | 2222 while (!tty->stopped && count) { in do_con_write() 2790 if (tty->stopped) in con_write_room()
|
/linux-4.4.14/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.4.14/drivers/s390/char/ |
D | tty3270.c | 1599 for (i_msg = 0; !tty->stopped && i_msg < count; i_msg++) { in tty3270_do_write()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | backend-api.txt | 634 of the cache withdrawal process when it is stopped pending destruction of
|
/linux-4.4.14/Documentation/ |
D | md.txt | 513 corresponding operation if it was stopped with 'idle'.
|
D | kernel-parameters.txt | 2486 the specified list of CPUs whose tick will be stopped
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/net/ethernet/marvell/ |
D | sky2.c | 1348 goto stopped; in sky2_rx_stop() 1351 stopped: in sky2_rx_stop()
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | fwserial.c | 737 while (!tty->stopped && !tty->hw_stopped && in fwtty_tx()
|
/linux-4.4.14/Documentation/gpio/ |
D | gpio-legacy.txt | 295 Also note that it's your responsibility to have stopped using a GPIO
|
/linux-4.4.14/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.4.14/drivers/watchdog/ |
D | Kconfig | 46 get killed. If you say Y here, the watchdog cannot be stopped once
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 1055 - KVM_MP_STATE_STOPPED: the vcpu is stopped [s390,arm/arm64] 2917 EBUSY: type is KVM_S390_SIGP_SET_PREFIX and vcpu is not stopped
|