Home
last modified time | relevance | path

Searched refs:scheduled (Results 1 – 11 of 11) sorted by relevance

/qemu/util/
A Dqemu-coroutine-sleep.c29 const char *scheduled = qatomic_cmpxchg(&co->scheduled, in qemu_co_sleep_wake() local
32 assert(scheduled == qemu_co_sleep_ns__scheduled); in qemu_co_sleep_wake()
47 const char *scheduled = qatomic_cmpxchg(&co->scheduled, NULL, in qemu_co_sleep() local
49 if (scheduled) { in qemu_co_sleep()
52 __func__, scheduled); in qemu_co_sleep()
A Dqemu-coroutine.c264 const char *scheduled = qatomic_read(&to->scheduled); in qemu_aio_coroutine_enter() local
273 if (scheduled) { in qemu_aio_coroutine_enter()
276 __func__, scheduled); in qemu_aio_coroutine_enter()
A Dasync.c570 qatomic_set(&co->scheduled, NULL); in co_schedule_bh_cb()
633 const char *scheduled = qatomic_cmpxchg(&co->scheduled, NULL, in aio_co_schedule() local
636 if (scheduled) { in aio_co_schedule()
639 __func__, scheduled); in aio_co_schedule()
/qemu/docs/specs/
A Drapl-msr.rst54 1. Snapshot of the time metrics of all QEMU threads (Time spent scheduled in
64 time spent scheduled for each QEMU thread *and* the energy spent by the
93 package has 4 cores, 400 ticks maximum can be scheduled on all the cores
98 of ticks the process has been scheduled in userspace (utime) and kernel
109 per second per core. If a thread was scheduled for 100 ticks between a second
110 on this package, that means my thread has been scheduled for 1/4 of the whole
A Drocker.rst527 on switch ports are scheduled by software using the DMA TX ring.
/qemu/include/qemu/
A Dcoroutine_int.h60 const char *scheduled; member
/qemu/docs/system/i386/
A Dhyperv.rst111 scheduled at the time of the call and may not require flushing (or, flushing
112 may be postponed until the virtual CPU is scheduled). hv-tlbflush enlightenment
312 (meaning there are other scheduled tasks or guests) and can be left unchanged
/qemu/docs/devel/
A Dmultiple-iothreads.rst134 Long-running jobs (usually in the form of coroutines) are often scheduled in
A Dmulti-thread-tcg.rst341 will have completed before another CPU is scheduled. However with
/qemu/docs/about/
A Ddeprecated.rst21 for pre-existing VM deployments. They should be scheduled for updating to a
/qemu/qapi/
A Dblock-core.json607 # @persistent: true if the bitmap was stored on disk, is scheduled to

Completed in 38 milliseconds