Home
last modified time | relevance | path

Searched refs:waiting (Results 1 – 25 of 39) sorted by relevance

12

/qemu/block/
H A Daio_task.c34 bool waiting; member
55 if (pool->waiting) { in aio_task_co()
56 pool->waiting = false; in aio_task_co()
66 pool->waiting = true; in aio_task_pool_wait_one()
69 assert(!pool->waiting); in aio_task_pool_wait_one()
/qemu/include/qemu/
H A Drcu.h60 bool waiting; member
115 if (unlikely(qatomic_read(&p_rcu_reader->waiting))) { in rcu_read_unlock()
116 qatomic_set(&p_rcu_reader->waiting, false); in rcu_read_unlock()
/qemu/hw/scsi/
H A Dlsi53c895a.c235 int waiting; member
356 s->waiting = LSI_NOWAIT; in lsi_soft_reset()
601 if (s->waiting != 2) { in lsi_resume_script()
602 s->waiting = LSI_NOWAIT; in lsi_resume_script()
605 s->waiting = LSI_NOWAIT; in lsi_resume_script()
808 s->waiting = 0; in lsi_command_complete()
844 if (s->waiting) { in lsi_transfer_data()
1163 s->waiting = LSI_NOWAIT; in lsi_execute_script()
1284 if (s->waiting) in lsi_execute_script()
1290 if (s->waiting) in lsi_execute_script()
[all …]
/qemu/tests/qemu-iotests/
H A D161.out27 …oseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "none0"}}
49 …oseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "none0"}}
H A D173.out36 …oseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "disk2"}}
H A D247.out15 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "job0"}}
H A D094.out20 …croseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "src"}}
H A D095.out21 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "test"}}
H A D127.out25 …seconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "mirror"}}
H A D144.out39 …seconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "virtio0"…
H A Dcommon.qemu144 echo "Timeout waiting for ${success_match} on handle ${h}"
H A D249.out36 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "job0"}}
H A D219.out87 {"data": {"id": "job0", "status": "waiting"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microsec…
140 {"data": {"id": "job0", "status": "waiting"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microsec…
193 {"data": {"id": "job0", "status": "waiting"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microsec…
254 {"data": {"id": "job0", "status": "waiting"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microsec…
315 {"data": {"id": "job0", "status": "waiting"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microsec…
H A D312.out69 …seconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "virtio0"…
H A D156.out43 …seconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "source"}}
H A D191.out57 "status": "waiting",
464 "status": "waiting",
H A D108.out169 …seconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "create"}}
/qemu/util/
H A Drcu.c87 qatomic_set(&index->waiting, true); in wait_for_readers()
108 qatomic_set(&index->waiting, false); in wait_for_readers()
H A Dtrace-events70 lockcnt_futex_wait(const void *lockcnt, int val) "lockcnt %p waiting on %d"
80 qemu_mutex_lock(void *mutex, const char *file, const int line) "waiting on mutex %p (%s:%d)"
/qemu/qapi/
H A Djob.json62 # @waiting: The job is waiting for other jobs in the transaction to
63 # converge to the waiting state. This status will likely not be
87 'waiting', 'pending', 'aborting', 'concluded', 'null' ] }
H A Ddump.json78 # @detach: if true, QMP will return immediately rather than waiting
H A Dtransaction.json29 # waiting on others. This is the default.
/qemu/docs/specs/
H A Dpvpanic.rst8 The management app has the option of waiting for GUEST_PANICKED events,
/qemu/docs/devel/migration/
H A Dpostcopy.rst53 the destination is waiting for).
240 thread will be halted waiting for the page to be migrated, it means it can
303 threads waiting for that lock will also be blocked.
/qemu/docs/devel/
H A Dmulti-process.rst667 MMIOs may be waiting to be consumed by an emulation program and multiple
668 threads may be waiting for MMIO replies. The scoreboard would contain a
760 pending queue to the sent queue, and if there are threads waiting for
768 queue, and any threads waiting for the reply are woken. If a store is
771 waiting for posted stores to complete, the load is continued.
792 to determine if there are MMIO requests waiting to be read. It will
816 driver putting the QEMU thread to sleep waiting for the emulation
826 queue is full. In this case, the QEMU thread must sleep waiting for

12