Home
last modified time | relevance | path

Searched refs:intervals (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dfuzz.py46 def random_from_intervals(intervals): argument
52 total = reduce(lambda x, y: x + y[1] - y[0] + 1, intervals, 0)
53 r = random.randint(0, total - 1) + intervals[0][0]
54 for x in zip(intervals, intervals[1:]):
97 def int_validator(current, intervals): argument
102 return validator(current, random_from_intervals, intervals)
/openbmc/openbmc-tools/dbus-vis/
H A Ddbus_timeline_vis.js166 let intervals = [];
213 intervals.push(line);
220 intervals[i].forEach((t0t1) => {
261 for (let i = 0; i < intervals.length; i++) {
262 for (let j = 0; j < intervals[i].length; j++) {
263 let x = intervals[i][j];
278 dbus_timeline_view.Intervals = intervals.slice();
H A Dboost_handler_timeline_vis.js134 let intervals = [];
156 intervals.push(line);
160 for (let i = 0; i < intervals.length; i++) {
161 for (let j = 0; j < intervals[i].length; j++) {
162 let x = intervals[i][j];
168 boost_asio_handler_timeline_view.Intervals = intervals.slice();
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-intervals_1.10.0.bb2 HOMEPAGE = "https://github.com/AlexandreDecan/python-intervals"
8 PYPI_PACKAGE := "python-intervals"
H A Dpython3-portion_2.6.0.bb1 DESCRIPTION = "Python data structure and operations for intervals"
/openbmc/qemu/block/
H A Daccounting.c71 QSLIST_FOREACH_SAFE(s, &stats->intervals, entries, next) { in block_acct_cleanup()
86 QSLIST_INSERT_HEAD(&stats->intervals, s, entries); in block_acct_add_interval()
99 return QSLIST_FIRST(&stats->intervals); in block_acct_interval_next()
235 QSLIST_FOREACH(s, &stats->intervals, entries) { in block_account_one_io()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/
H A Dnetperf_git.bb37 PACKAGECONFIG[intervals] = "--enable-intervals,--disable-intervals,,"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/
H A Dsensord2 # in intervals use suffix "m" for minutes, "s" for seconds, "h" for hours
/openbmc/qemu/include/block/
H A Daccounting.h91 QSLIST_HEAD(, BlockAcctTimedStats) intervals;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/monit/monit/
H A Dmonitrc19 set daemon 30 # check services at 30 seconds intervals
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0013-Implement-triple-buffering-for-wayland.patch10 to two vertical intervals
/openbmc/openbmc/meta-openembedded/meta-python/conf/include/
H A Dptest-packagelists-meta-python.inc44 python3-intervals \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/
H A Datop_2.11.0.bb6 etc. At regular intervals, it shows system-level activity related to the CPU, \
/openbmc/openbmc/poky/meta/classes-global/
H A Dbuildstats.bbclass125 …bb.warn("buildstats: Collecting host data at intervals failed. Set BB_HEARTBEAT_EVENT=\"<interval>…
130 msg = "Host Stats: Collecting data at %d second intervals.\n" % interval
133 …bb.warn("buildstats: Collecting host data at intervals failed. Set BB_LOG_HOST_STAT_CMDS_INTERVAL=…
/openbmc/phosphor-power/
H A DREADME.md11 mode and rotates them at intervals.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/packagegroups/
H A Dpackagegroup-meta-python.bb193 python3-intervals \
490 python3-intervals-ptest \
/openbmc/openbmc/poky/meta/recipes-extended/xinetd/xinetd/
H A D0001-Use-monotonic-time.patch236 @@ -41,7 +42,7 @@ bool_int ti_current_time_check( const pset_h intervals )
/openbmc/qemu/
H A Dblockdev.c336 static bool parse_stats_intervals(BlockAcctStats *stats, QList *intervals, in parse_stats_intervals() argument
340 for (entry = qlist_first(intervals); entry; entry = qlist_next(entry)) { in parse_stats_intervals()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A D0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch210 // NOTE for regular run intervals: effective value is at least delaytime.
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch1156 - * arbitary intervals (start of passes, after every few groups of inodes
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-ref-variables.rst199 below 100 Kbytes. Subsequent warnings are issued during intervals as
212 Defines the disk space and free inode warning intervals.
H A Dbitbake-user-manual-metadata.rst1779 - ``bb.event.HeartbeatEvent()``: Fires at regular time intervals of one
/openbmc/qemu/qapi/
H A Dblock-core.json693 # [10, 50, 100] produces the following histogram intervals: [0,
697 # intervals, one more element than @boundaries has. For the
1051 # intervals of time (Since 2.5)
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dvariables.rst469 during intervals as defined by the :term:`BB_DISKMON_WARNINTERVAL`
482 Defines the disk space and free inode warning intervals. To set these
483 intervals, define the variable in your ``conf/local.conf`` file in
/openbmc/
Dopengrok1.0.log[all...]

12