/openbmc/qemu/block/ |
H A D | accounting.c | 141 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 D | qapi-sysemu.c | 511 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()
|
/openbmc/qemu/qapi/ |
H A D | block.json | 556 # "boundaries": [10, 50, 100] } } 567 # "boundaries-write": [10, 50, 100] } } 582 # "boundaries": [10, 50, 100], 583 # "boundaries-write": [1000, 5000] } }
|
/openbmc/qemu/include/block/ |
H A D | accounting.h | 77 uint64_t *boundaries; /* @nbins-1 numbers here member 121 uint64List *boundaries);
|
/openbmc/linux/Documentation/hwmon/ |
H A D | gsc-hwmon.rst | 44 PWM value will be scaled depending on 6 temperature boundaries. 45 The tempeature boundaries are read-write and in millidegree Celsius and the
|
H A D | adt7475.rst | 132 speed when the temperature is between the two temperature boundaries. 133 Temperature boundaries are associated to temperature channels rather than
|
H A D | adt7462.rst | 68 the temperature is between the two temperature boundaries. PWM values range
|
H A D | adt7470.rst | 67 the temperature is between the two temperature boundaries. PWM values range
|
/openbmc/qemu/host/include/i386/host/ |
H A D | bufferiszero.c.inc | 21 /* Align head/tail to 16-byte boundaries. */ 67 /* Align head/tail to 32-byte boundaries. */
|
/openbmc/qemu/host/include/aarch64/host/ |
H A D | bufferiszero.c.inc | 19 /* Align head/tail to 16-byte boundaries. */
|
/openbmc/linux/arch/microblaze/ |
H A D | Kconfig.platform | 17 boundary. However, if they are aligned on different boundaries
|
/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/ |
H A D | brcm,trx.txt | 18 TRX doesn't enforce any strict partition boundaries or size limits. All
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | configfs-stp-policy-p_sys-t | 21 boundaries (which STP does), so this is off by default.
|
H A D | sysfs-driver-hid-logitech-lg4ff | 6 wheel. Writing a value within min and max boundaries sets the
|
/openbmc/linux/drivers/hv/ |
H A D | Kconfig | 24 the creation and management of new security boundaries within
|
/openbmc/linux/Documentation/fb/ |
H A D | cmap_xfbdev.rst | 56 hand side boundaries of a color range.
|
/openbmc/linux/Documentation/livepatch/ |
H A D | reliable-stacktrace.rst | 135 At function call boundaries the stack and other unwind state is expected to be 150 boundaries. Note that it may be reliable to unwind across certain 155 have no such cases) should attempt to unwind across exception boundaries, as 307 the case must reject unwinding across exception boundaries unless they can
|
/openbmc/linux/Documentation/filesystems/ |
H A D | romfs.rst | 51 byte boundaries for fast access. The minimum space a file will take 146 aligned to 16 byte boundaries, but most hardware devices and the block 181 boundaries, thus it would be possible to directly map a big portion of
|
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-controller-model.rst | 28 boundaries.
|
/openbmc/linux/Documentation/doc-guide/ |
H A D | maintainer-profile.rst | 12 It's worth noting, though, that the boundaries of this subsystem are rather
|
/openbmc/linux/Documentation/trace/ |
H A D | sys-t.rst | 53 marks message boundaries.
|
/openbmc/qemu/docs/specs/ |
H A D | ppc-spapr-numa.rst | 50 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
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | selection-api-configuration.rst | 39 active cropping area must lie completely inside the capture boundaries. 99 must lie completely inside the crop boundaries and the driver may
|
/openbmc/linux/net/atm/ |
H A D | Kconfig | 56 subnetwork boundaries. These shortcut connections bypass routers
|
/openbmc/linux/Documentation/driver-api/ |
H A D | sync_file.rst | 10 across process boundaries.
|