/qemu/.gitlab-ci.d/ |
H A D | check-units.py | 3 # check-units.py: check the number of compilation units and identify 18 Extract the build units and their counds from compile_commands.json file. 33 Analyse the build units and report stats and the top 10 rebuilds 37 print(f"Total build units: {sum(units.values())}") 44 print("Most rebuilt units:") 48 print("Least rebuilt units:") 61 units = extract_build_units(cc_path) variable 62 analyse_units(units)
|
H A D | static_checks.yml | 74 check-build-units: 93 - .gitlab-ci.d/check-units.py build/compile_commands.json
|
/qemu/include/qemu/ |
H A D | throttle.h | 45 * algorithm. The code is independent of the I/O units, but it is 50 * - avg: the desired I/O limits in units per second. 51 * - max: the limit during bursts, also in units per second. 56 * - The bucket level (number of performed I/O units) is kept in 57 * bkt.level and leaks at a rate of bkt.avg units per second. 66 * bucket in bkt.burst_level that leaks at a rate of bkt.max units 70 * maximum of bkt.max units per second for at most bkt.burst_length 80 uint64_t avg; /* average goal in units per second */ 81 uint64_t max; /* leaky bucket max burst in units */ 82 double level; /* bucket level in units */ [all …]
|
H A D | ratelimit.h | 31 * Record that we sent @n data units (where @n matches the scale chosen 32 * during ratelimit_set_speed). If we may send more data units 37 * Recording sent data units even after exceeding the quota is
|
/qemu/include/standard-headers/linux/ |
H A D | input.h | 79 * ABS_MT_POSITION_X, ABS_MT_POSITION_Y) is reported in units 80 * per millimeter (units/mm), resolution for rotational axes 81 * (ABS_RX, ABS_RY, ABS_RZ) is reported in units per radian. 84 * is reported in units per millimeter (units/mm). 87 * units per g (units/g) and in units per degree per second 88 * (units/deg/s) for rotational axes (ABS_RX, ABS_RY, ABS_RZ).
|
/qemu/target/hexagon/ |
H A D | iclass.h | 27 #define DEF_PP_ICLASS32(TYPE, SLOTS, UNITS) ICLASS_FROM_TYPE(TYPE), argument 28 #define DEF_EE_ICLASS32(TYPE, SLOTS, UNITS) ICLASS_FROM_TYPE(TYPE), argument
|
H A D | iclass.c | 23 #define DEF_PP_ICLASS32(TYPE, SLOTS, UNITS) \ argument 25 #define DEF_EE_ICLASS32(TYPE, SLOTS, UNITS) \ argument
|
/qemu/hw/ppc/ |
H A D | pnv_nest_pervasive.c | 17 * Status, configuration, and control units in POWER chips is provided 19 * which can be programmed by processor cores, other units on the chip, 22 * A POWER10 chip is divided into logical units called chiplets. Chiplets
|
/qemu/pc-bios/optionrom/ |
H A D | linuxboot_dma.c | 28 " .byte 3\n" /* desired size in 512 units; signrom.py adds padding */ 116 /* DX = extended memory above 16M, in 64K units. in get_e801_addr() 119 ret = ((uint32_t)dx + 256 /* 16M in 64K units */) << 16; in get_e801_addr()
|
/qemu/libdecnumber/ |
H A D | decNumber.c | 143 /* during many operations, so whole Units are handled and exact */ 391 /* collect remaining Units, if any, into hi */ in decNumberToInt32() 427 /* collect remaining Units, if any, into hi */ in decNumberToUInt32() 814 /* a temporary units array if rounding is needed */ in decNumberFromString() 985 Unit a, b; /* extract units */ in decNumberAnd() 1992 Unit a, b; /* extract units */ in decNumberOr() 2645 uInt units, shift; /* work */ in decNumberRotate() local 2649 for (msu++; msu<=msumax; msu++) *msu=0; /* ensure high units=0 */ in decNumberRotate() 2658 /* [if there are no whole units left to rotate, the */ in decNumberRotate() 2666 /* 3. rotate all the units by reversing left part, right */ in decNumberRotate() [all …]
|
/qemu/util/ |
H A D | block-helpers.h | 4 #include "qemu/units.h"
|
H A D | throttle.c | 97 double extra; /* the number of extra units blocking the io */ in throttle_compute_wait() 481 double units = 1.0; in throttle_account() local 487 units = (double) size / ts->cfg.op_size; in throttle_account() 500 bkt->level += units; in throttle_account() 502 bkt->burst_level += units; in throttle_account()
|
/qemu/include/hw/intc/ |
H A D | loongson_liointc.h | 14 #include "qemu/units.h"
|
/qemu/include/hw/mips/ |
H A D | mips.h | 5 #include "qemu/units.h"
|
/qemu/linux-user/loongarch64/ |
H A D | target_syscall.h | 9 #include "qemu/units.h"
|
/qemu/include/hw/fsi/ |
H A D | lbus.h | 11 #include "qemu/units.h"
|
/qemu/hw/net/ |
H A D | ne2000.h | 4 #include "qemu/units.h"
|
/qemu/include/system/ |
H A D | cpu-timers.h | 29 * cpu_get_ticks() uses units of the host CPU cycle counter.
|
/qemu/include/hw/nubus/ |
H A D | nubus.h | 16 #include "qemu/units.h"
|
/qemu/tests/bench/ |
H A D | bufferiszero-bench.c | 10 #include "qemu/units.h"
|
/qemu/hw/scsi/ |
H A D | emulation.c | 2 #include "qemu/units.h"
|
/qemu/include/hw/pci-host/ |
H A D | ls7a.h | 12 #include "qemu/units.h"
|
/qemu/include/hw/xen/interface/io/ |
H A D | blkif.h | 183 * The maximum supported size of the request ring buffer in units of 192 * The maximum supported size of the request ring buffer in units of 257 * The size of the backend device, expressed in units of "sector-size". 302 * The size of the frontend allocated request ring buffer in units 312 * The size of the frontend allocated request ring buffer in units of 385 * (discardable extents) in units that are larger than the exported logical
|
/qemu/include/hw/adc/ |
H A D | npcm7xx_adc.h | 40 * @adci: The input voltage in units of uV. 1uv = 1e-6V.
|
/qemu/include/hw/arm/ |
H A D | armsse.h | 32 * two Message Handling Units (MHUs) 35 * multiple Power Policy Units (PPUs)
|