Home
last modified time | relevance | path

Searched full:units (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/qemu/.gitlab-ci.d/
H A Dcheck-units.py3 # 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 Dstatic_checks.yml74 check-build-units:
93 - .gitlab-ci.d/check-units.py build/compile_commands.json
/qemu/include/qemu/
H A Dthrottle.h45 * 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 Dratelimit.h31 * 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 Dinput.h79 * 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 Diclass.h27 #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 Diclass.c23 #define DEF_PP_ICLASS32(TYPE, SLOTS, UNITS) \ argument
25 #define DEF_EE_ICLASS32(TYPE, SLOTS, UNITS) \ argument
/qemu/hw/ppc/
H A Dpnv_nest_pervasive.c17 * 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 Dlinuxboot_dma.c28 " .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 DdecNumber.c143 /* 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 Dblock-helpers.h4 #include "qemu/units.h"
H A Dthrottle.c97 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 Dloongson_liointc.h14 #include "qemu/units.h"
/qemu/include/hw/mips/
H A Dmips.h5 #include "qemu/units.h"
/qemu/linux-user/loongarch64/
H A Dtarget_syscall.h9 #include "qemu/units.h"
/qemu/include/hw/fsi/
H A Dlbus.h11 #include "qemu/units.h"
/qemu/hw/net/
H A Dne2000.h4 #include "qemu/units.h"
/qemu/include/system/
H A Dcpu-timers.h29 * cpu_get_ticks() uses units of the host CPU cycle counter.
/qemu/include/hw/nubus/
H A Dnubus.h16 #include "qemu/units.h"
/qemu/tests/bench/
H A Dbufferiszero-bench.c10 #include "qemu/units.h"
/qemu/hw/scsi/
H A Demulation.c2 #include "qemu/units.h"
/qemu/include/hw/pci-host/
H A Dls7a.h12 #include "qemu/units.h"
/qemu/include/hw/xen/interface/io/
H A Dblkif.h183 * 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 Dnpcm7xx_adc.h40 * @adci: The input voltage in units of uV. 1uv = 1e-6V.
/qemu/include/hw/arm/
H A Darmsse.h32 * two Message Handling Units (MHUs)
35 * multiple Power Policy Units (PPUs)

12345678910>>...16