Home
last modified time | relevance | path

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

/qemu/block/
H A Daccounting.c141 if (latency_ns < hist->boundaries[0]) { in block_latency_histogram_account()
146 if (latency_ns >= hist->boundaries[hist->nbins - 2]) { in block_latency_histogram_account()
151 pos = bsearch(&latency_ns, hist->boundaries, hist->nbins - 2, in block_latency_histogram_account()
152 sizeof(hist->boundaries[0]), in block_latency_histogram_account()
156 hist->bins[pos - hist->boundaries + 1]++; in block_latency_histogram_account()
160 uint64List *boundaries) in block_latency_histogram_set() argument
168 for (entry = boundaries; entry; entry = entry->next) { in block_latency_histogram_set()
177 g_free(hist->boundaries); in block_latency_histogram_set()
178 hist->boundaries = g_new(uint64_t, hist->nbins - 1); in block_latency_histogram_set()
179 for (entry = boundaries, ptr = hist->boundaries; entry; in block_latency_histogram_set()
[all …]
H A Dqapi-sysemu.c511 bool has_boundaries, uint64List *boundaries, in qmp_block_latency_histogram_set() argument
538 has_boundaries_read ? boundaries_read : boundaries); in qmp_block_latency_histogram_set()
548 has_boundaries_write ? boundaries_write : boundaries); in qmp_block_latency_histogram_set()
558 has_boundaries_append ? boundaries_append : boundaries); in qmp_block_latency_histogram_set()
568 has_boundaries_flush ? boundaries_flush : boundaries); in qmp_block_latency_histogram_set()
H A Dqapi.c489 info->boundaries = uint64_list(hist->boundaries, hist->nbins - 1); in bdrv_latency_histogram_stats()
/qemu/qapi/
H A Dblock.json553 # "boundaries": [10, 50, 100] } }
563 # "boundaries-write": [10, 50, 100] } }
574 # "boundaries": [10, 50, 100],
575 # "boundaries-write": [1000, 5000] } }
H A Dblock-core.json663 # @boundaries: list of interval boundary values in nanoseconds, all
669 # intervals, one more element than @boundaries has. For the
684 'data': {'boundaries': ['uint64'], 'bins': ['uint64'] } }
/qemu/include/block/
H A Daccounting.h77 uint64_t *boundaries; /* @nbins-1 numbers here member
121 uint64List *boundaries);
/qemu/docs/specs/
H A Dppc-spapr-numa.rst50 to define the relevant performance/distance related boundaries, defining
59 less significant boundaries. Allocated resources that belongs to the
60 same performance boundaries are expected to have relative NUMA distance
63 other. Subsequent boundaries represents greater distances and degraded
/qemu/docs/devel/
H A Dci-definitions.rst.inc29 within the boundaries of a component. The verification effort is in the
/qemu/tests/qemu-iotests/
H A D171.out299 checking boundaries
/qemu/docs/system/devices/
H A Dnvme.rst205 Set to ``on`` to allow reads to cross zone boundaries.
/qemu/tests/avocado/acpi-bits/bits-tests/
H A Dsmbios.py22042 0b00: 'Interface registers are on successive byte boundaries',
2043 0b01: 'Interface registers are on 32-bit boundaries',
2044 0b10: 'Interface registers are on 16-byte boundaries',