Searched refs:scheduled (Results 1 – 11 of 11) sorted by relevance
| /qemu/util/ |
| A D | qemu-coroutine-sleep.c | 29 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 D | qemu-coroutine.c | 264 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 D | async.c | 570 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 D | rapl-msr.rst | 54 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 D | rocker.rst | 527 on switch ports are scheduled by software using the DMA TX ring.
|
| /qemu/include/qemu/ |
| A D | coroutine_int.h | 60 const char *scheduled; member
|
| /qemu/docs/system/i386/ |
| A D | hyperv.rst | 111 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 D | multiple-iothreads.rst | 134 Long-running jobs (usually in the form of coroutines) are often scheduled in
|
| A D | multi-thread-tcg.rst | 341 will have completed before another CPU is scheduled. However with
|
| /qemu/docs/about/ |
| A D | deprecated.rst | 21 for pre-existing VM deployments. They should be scheduled for updating to a
|
| /qemu/qapi/ |
| A D | block-core.json | 607 # @persistent: true if the bitmap was stored on disk, is scheduled to
|
Completed in 38 milliseconds