Home
last modified time | relevance | path

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

12345

/openbmc/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.c532 bool has_boundaries, uint64List *boundaries, in qmp_block_latency_histogram_set() argument
559 has_boundaries_read ? boundaries_read : boundaries); in qmp_block_latency_histogram_set()
569 has_boundaries_write ? boundaries_write : boundaries); in qmp_block_latency_histogram_set()
579 has_boundaries_append ? boundaries_append : boundaries); in qmp_block_latency_histogram_set()
589 has_boundaries_flush ? boundaries_flush : boundaries); in qmp_block_latency_histogram_set()
/openbmc/qemu/include/block/
H A Daccounting.h77 uint64_t *boundaries; /* @nbins-1 numbers here member
121 uint64List *boundaries);
/openbmc/qemu/qapi/
H A Dblock.json555 # "boundaries": [10, 50, 100] } }
565 # "boundaries-write": [10, 50, 100] } }
576 # "boundaries": [10, 50, 100],
577 # "boundaries-write": [1000, 5000] } }
/openbmc/linux/Documentation/hwmon/
H A Dgsc-hwmon.rst44 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 Dadt7475.rst132 speed when the temperature is between the two temperature boundaries.
133 Temperature boundaries are associated to temperature channels rather than
H A Dadt7462.rst68 the temperature is between the two temperature boundaries. PWM values range
H A Dadt7470.rst67 the temperature is between the two temperature boundaries. PWM values range
/openbmc/linux/arch/microblaze/
H A DKconfig.platform17 boundary. However, if they are aligned on different boundaries
/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/
H A Dbrcm,trx.txt18 TRX doesn't enforce any strict partition boundaries or size limits. All
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-stp-policy-p_sys-t21 boundaries (which STP does), so this is off by default.
H A Dsysfs-driver-hid-logitech-lg4ff6 wheel. Writing a value within min and max boundaries sets the
/openbmc/linux/Documentation/fb/
H A Dcmap_xfbdev.rst56 hand side boundaries of a color range.
/openbmc/linux/drivers/hv/
H A DKconfig24 the creation and management of new security boundaries within
/openbmc/linux/Documentation/doc-guide/
H A Dmaintainer-profile.rst12 It's worth noting, though, that the boundaries of this subsystem are rather
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-controller-model.rst28 boundaries.
/openbmc/linux/Documentation/filesystems/
H A Dromfs.rst51 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/livepatch/
H A Dreliable-stacktrace.rst135 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/trace/
H A Dsys-t.rst53 marks message boundaries.
/openbmc/linux/Documentation/devicetree/bindings/misc/
H A Dqcom,fastrpc.yaml15 invocations across DSP and APPS boundaries. This enables developers
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dselection-api-configuration.rst39 active cropping area must lie completely inside the capture boundaries.
99 must lie completely inside the crop boundaries and the driver may
H A Dvidioc-subdev-g-crop.rst97 - Crop rectangle boundaries, in pixels.
/openbmc/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
/openbmc/linux/net/atm/
H A DKconfig56 subnetwork boundaries. These shortcut connections bypass routers
/openbmc/linux/Documentation/driver-api/
H A Dsync_file.rst10 across process boundaries.

12345