/openbmc/qemu/tests/qemu-iotests/ |
H A D | 219.out | 13 {"data": {"id": "job0", "status": "paused"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microseco… 14 {"return": [{"current-progress": 65536, "id": "job0", "status": "paused", "total-progress": 4194304… 20 {"data": {"id": "job0", "status": "paused"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microseco… 21 {"return": [{"current-progress": 131072, "id": "job0", "status": "paused", "total-progress": 419430… 27 {"data": {"id": "job0", "status": "paused"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microseco… 28 {"return": [{"current-progress": 196608, "id": "job0", "status": "paused", "total-progress": 419430… 34 {"data": {"id": "job0", "status": "paused"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microseco… 35 {"return": [{"current-progress": 262144, "id": "job0", "status": "paused", "total-progress": 419430… 103 {"data": {"id": "job0", "status": "paused"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microseco… 104 {"return": [{"current-progress": 65536, "id": "job0", "status": "paused", "total-progress": 4194304… [all …]
|
H A D | 185.out | 44 …croseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "paused", "id": "disk"}} 46 …croseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "paused", "id": "disk"}} 67 …croseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "paused", "id": "disk"}} 69 …croseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "paused", "id": "disk"}} 93 …croseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "paused", "id": "disk"}} 95 …croseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "paused", "id": "disk"}} 117 …croseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "paused", "id": "disk"}} 122 …croseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "paused", "id": "disk"}} 124 …croseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "paused", "id": "disk"}} 144 …croseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "paused", "id": "disk"}} [all …]
|
H A D | 229.out | 23 …seconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "paused", "id": "testdisk"… 25 === Force cancel job paused in error state ===
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_overlay.c | 41 bool paused; member 257 if (!stream->paused) { in vmw_overlay_stop() 274 stream->paused = false; in vmw_overlay_stop() 276 stream->paused = true; in vmw_overlay_stop() 304 stream->buf, buf, stream->paused ? "" : "not "); in vmw_overlay_update_stream() 311 } else if (!stream->paused) { in vmw_overlay_update_stream() 345 stream->paused = false; in vmw_overlay_update_stream() 369 if (!stream->paused) in vmw_overlay_resume_all() 402 if (overlay->stream[i].paused) in vmw_overlay_pause_all() 549 overlay->stream[i].paused = false; in vmw_overlay_init()
|
/openbmc/qemu/qapi/ |
H A D | job.json | 52 # @paused: The job is running, but paused. The pause may be requested 59 # @standby: The job is ready, but paused. This is nearly identical to 60 # @paused. The job may return to @ready or otherwise be canceled. 86 'data': ['undefined', 'created', 'running', 'paused', 'ready', 'standby', 137 # pausing. Pausing an already paused job is an error. 143 # Cancelling a paused job automatically resumes it. 154 # Resume a paused job. 156 # This command returns immediately after resuming a paused job.
|
H A D | run-state.json | 16 # @finish-migrate: guest is paused to finish the migration process 18 # @inmigrate: guest is paused waiting for an incoming migration. Note 30 # @paused: guest has been paused via the 'stop' command 32 # @postmigrate: guest is paused following a successful 'migrate' 36 # @restore-vm: guest is paused to restore VM state 40 # @save-vm: guest is paused to save the VM state 52 # @colo: guest is paused to save/restore VM state under colo 57 'data': [ 'debug', 'inmigrate', 'internal-error', 'io-error', 'paused',
|
/openbmc/qemu/docs/devel/migration/ |
H A D | CPR.rst | 84 VM status: paused (postmigrate) 94 VM status: paused (inmigrate) 118 VM status: paused (suspended) 123 VM status: paused (postmigrate) 133 VM status: paused (inmigrate) 138 VM status: paused (suspended)
|
/openbmc/linux/net/strparser/ |
H A D | strparser.c | 101 if (strp->paused) in __strp_recv() 303 if (unlikely(strp->paused)) { in __strp_recv() 368 if (unlikely(strp->stopped) || strp->paused) in strp_data_ready() 403 if (strp->paused) in do_strp_work() 484 strp->paused = 0; in __strp_unpause() 496 strp->paused = 0; in strp_unpause()
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx_proc.c | 214 int paused; in ahd_proc_write_seeprom() local 220 paused = ahd_is_paused(ahd); in ahd_proc_write_seeprom() 221 if (!paused) in ahd_proc_write_seeprom() 266 if (!paused) in ahd_proc_write_seeprom()
|
H A D | aic7xxx_proc.c | 194 int paused; in ahc_proc_write_seeprom() local 200 paused = ahc_is_paused(ahc); in ahc_proc_write_seeprom() 201 if (!paused) in ahc_proc_write_seeprom() 280 if (!paused) in ahc_proc_write_seeprom()
|
/openbmc/qemu/docs/system/ |
H A D | managed-startup.rst | 4 In system mode emulation, it's possible to create a VM in a paused 8 state in this paused state depends on the way QEMU was started. It 17 This paused state is typically used by users to query machine state and/or
|
/openbmc/linux/kernel/events/ |
H A D | internal.h | 22 int paused; /* can write into ring buffer */ member 75 rb->paused = 0; in rb_toggle_paused() 77 rb->paused = 1; in rb_toggle_paused()
|
/openbmc/qemu/ |
H A D | job.c | 373 assert(job->paused || job_is_completed_locked(job)); in job_set_aio_context() 417 job->paused = true; in job_create() 625 job->paused = true; in job_pause_point_locked() 627 job->paused = false; in job_pause_point_locked() 687 if (!job->paused) { in job_pause_locked() 759 job->paused = false; in job_do_dismiss_locked() 1120 assert(job && !job_started_locked(job) && job->paused && in job_start() 1125 job->paused = false; in job_start()
|
/openbmc/linux/include/net/ |
H A D | strparser.h | 93 u32 paused : 1; member 110 strp->paused = 1; in strp_pause()
|
/openbmc/qemu/tests/migration/guestperf/ |
H A D | engine.py | 226 paused = False 247 if progress._status == "completed" and paused: 295 not paused): 299 paused = True
|
/openbmc/linux/sound/pci/lola/ |
H A D | lola_pcm.c | 131 if (str->prepared && str->paused) { in lola_sync_wait_for_fifo() 139 str->paused = 0; in lola_sync_wait_for_fifo() 162 if (str->paused && str->prepared) in lola_sync_pause() 172 if (str->paused) in lola_stream_reset() 543 str->paused = !start; in lola_pcm_trigger()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-decoder-cmd.rst | 145 - Start the decoder. When the decoder is already running or paused, 147 calling ``V4L2_DEC_CMD_START`` when the decoder was paused will 182 already paused, this command does nothing. This command has one 184 decoder output to black when paused.
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | audio-continue.rst | 40 This ioctl restarts the decoding and playing process previously paused
|
H A D | audio-pause.rst | 41 playing are paused. It is then possible to restart again decoding and
|
/openbmc/qemu/hw/dma/ |
H A D | xlnx_csu_dma.c | 119 bool paused; in xlnx_csu_dma_is_paused() local 121 paused = !!(s->regs[R_CTRL] & R_CTRL_PAUSE_STRM_MASK); in xlnx_csu_dma_is_paused() 122 paused |= !!(s->regs[R_CTRL] & R_CTRL_PAUSE_MEM_MASK); in xlnx_csu_dma_is_paused() 124 return paused; in xlnx_csu_dma_is_paused()
|
/openbmc/linux/drivers/dma/qcom/ |
H A D | hidma.c | 287 if (mchan->paused && (ret == DMA_IN_PROGRESS)) { in hidma_tx_status() 568 if (!mchan->paused) { in hidma_pause() 572 mchan->paused = true; in hidma_pause() 587 if (mchan->paused) { in hidma_resume() 591 mchan->paused = false; in hidma_resume()
|
/openbmc/linux/drivers/macintosh/ |
H A D | rack-meter.c | 68 int paused; member 150 rm->paused = pause; in rackmeter_do_pause() 247 if (pause != rm->paused) { in rackmeter_do_timer()
|
/openbmc/linux/net/kcm/ |
H A D | kcmproc.c | 166 if (!psock->strp.paused && !psock->ready_rx_msg) { in kcm_format_psock() 175 if (psock->strp.paused) in kcm_format_psock()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | ps.c | 37 rtwdev->hci.paused = true; in rtw89_ps_power_mode_change_with_hci() 46 rtwdev->hci.paused = false; in rtw89_ps_power_mode_change_with_hci()
|
/openbmc/qemu/tests/unit/ |
H A D | test-bdrv-drain.c | 801 g_assert_false(job->job.paused); in test_blockjob_common_drain_node() 815 g_assert_true(job->job.paused); in test_blockjob_common_drain_node() 828 while (job->job.paused) { in test_blockjob_common_drain_node() 835 g_assert_false(job->job.paused); in test_blockjob_common_drain_node() 848 g_assert_true(job->job.paused); in test_blockjob_common_drain_node() 861 while (job->job.paused) { in test_blockjob_common_drain_node() 868 g_assert_false(job->job.paused); in test_blockjob_common_drain_node()
|