Searched full:calculation (Results 1 – 25 of 65) sorted by relevance
123
/qemu/migration/ |
H A D | dirtyrate.h | 34 * Allowed range for dirty page rate calculation (in milliseconds). 49 int64_t calc_time_ms; /* desired calculation time (in milliseconds) */ 73 * Store calculation statistics for each measure. 77 int64_t start_time; /* calculation start time in units of second */ 78 int64_t calc_time_ms; /* actual calculation time (in milliseconds) */
|
H A D | dirtyrate.c | 784 error_setg(errp, "Calculation time is out of range [%dms, %dms].", in qmp_calc_dirty_rate() 823 * Init calculation state as unstarted. in qmp_calc_dirty_rate() 828 error_setg(errp, "init dirty rate calculation state failed."); in qmp_calc_dirty_rate() 840 * been used in last calculation in qmp_calc_dirty_rate()
|
/qemu/tests/qemu-iotests/ |
H A D | 178.out.raw | 19 == Size calculation for a new file (human) == 77 == Size calculation for a new file (json) ==
|
H A D | 178.out.qcow2 | 19 == Size calculation for a new file (human) == 152 == Size calculation for a new file (json) ==
|
H A D | 115 | 62 # like the L2 table entries), the same calculation applies to the refcount table
|
H A D | 106 | 56 # Our calculation below assumes kilobytes as unit for the actual size.
|
H A D | 178 | 93 echo "== Size calculation for a new file ($ofmt) =="
|
/qemu/docs/specs/ |
H A D | rapl-msr.rst | 86 Ratio calculation 111 package. With that, the calculation of the energy spent by the thread on this
|
/qemu/qapi/ |
H A D | ebpf.json | 38 # between queues by calculation hash. Users may set up
|
/qemu/docs/system/arm/ |
H A D | stm32.rst | 46 * Cycle Redundancy Check (CRC) calculation unit
|
/qemu/docs/devel/migration/ |
H A D | dirty-limit.rst | 57 on the results of the calculation supplied by step CALCULATE (2).
|
H A D | qatzip-compression.rst | 130 for memory usage calculation.
|
H A D | postcopy.rst | 40 side. To enable postcopy blocktime calculation, enter following
|
/qemu/hw/core/ |
H A D | machine-smp.c | 71 * In the calculation of omitted sockets/cores/threads: we prefer sockets 75 * In the calculation of cpus/maxcpus: When both maxcpus and cpus are omitted,
|
/qemu/hw/nvram/ |
H A D | xlnx-efuse-crc.c | 67 * eFuse calculation is shown here: in xlnx_efuse_u37_crc()
|
/qemu/util/ |
H A D | buffer.c | 30 * that is used in the average size calculation. a shift
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_net.h | 149 /* Checksum calculation */ 349 * parameters for hash calculation. The command requires feature
|
/qemu/block/ |
H A D | vpc.c | 170 .help = "Force disk size calculation to use either CHS geometry, " 215 error_setg(errp, "Invalid size calculation mode: '%s'", size_calc); in vpc_parse_options() 1219 .help = "Force disk size calculation to use the actual size " 1221 "calculation"
|
H A D | vhdx.c | 144 * Zero is substituted during crc calculation for the original crc field 189 * Zero is substituted during crc calculation for the original crc field, 191 * during the calculation, so this may not be not suitable for multi-threaded 1814 * pre-existing BAT calculation, translation, and update functions */ in vhdx_create_new_region_table()
|
/qemu/include/hw/i386/ |
H A D | topology.h | 35 * Section 3: Multiple Core Calculation
|
/qemu/tests/unit/ |
H A D | test-x86-topo.c | 50 /* Test field width calculation for multiple values in test_topo_bits()
|
/qemu/hw/acpi/ |
H A D | bios-linker-loader.c | 220 * Checksum calculation simply sums -X for each byte X in the range
|
/qemu/hw/audio/ |
H A D | gusemu_mixer.c | 59 …) & GUSvoice(wVSRVolRampControl) & 0x100)) /* neither voice nor volume calculation active - save s… in gus_mixvoices()
|
/qemu/include/qemu/ |
H A D | timer.h | 183 * in deadline calculation 384 * deadline calculation are included.
|
/qemu/scripts/ |
H A D | qcow2-to-stdout.py | 221 # So we need to repeat the calculation as long as the numbers change
|
123