| /openbmc/qemu/include/qemu/ |
| H A D | ratelimit.h | 33 * in the current time slice, return 0 (i.e. no delay). Otherwise 35 * slice that will permit sending the next chunk of data. 38 * permitted; the time slice will be extended accordingly. 53 /* Previous, possibly extended, time slice finished; reset the in ratelimit_calculate_delay() 62 /* We may send further data within the current time slice, no in ratelimit_calculate_delay() 68 * slice. */ in ratelimit_calculate_delay()
|
| H A D | qtree.h | 35 * slice allocator, which causes problems when forking in user-mode; 37 * "45b5a6c1e gslice: Remove slice allocator and use malloc() instead".
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
| H A D | 0001-Add-missing-includes-cstdint-and-cstdio.patch | 16 storage/rocksdb/rocksdb/util/slice.cc | 2 +- 44 diff --git a/storage/rocksdb/rocksdb/util/slice.cc b/storage/rocksdb/rocksdb/util/slice.cc 46 --- a/storage/rocksdb/rocksdb/util/slice.cc 47 +++ b/storage/rocksdb/rocksdb/util/slice.cc
|
| /openbmc/qemu/rust/qemu-api/tests/ |
| H A D | vmstate_tests.rs | |
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/perfetto/ |
| H A D | 0001-add-missing-includes-for-the-build-with-use_libcxx_m.patch | 82 diff --git a/include/perfetto/ext/tracing/core/slice.h b/include/perfetto/ext/tracing/core/slice.h 84 --- a/include/perfetto/ext/tracing/core/slice.h 85 +++ b/include/perfetto/ext/tracing/core/slice.h
|
| /openbmc/webui-vue/src/utilities/ |
| H A D | objectUtils.js | 12 const output = Array.isArray(target) ? target.slice() : { ...target }; 17 output[key] = sourceValue.slice();
|
| H A D | NBDServer.js | 112 this.msgbuf = this.msgbuf.slice(consumed); 212 /* req.data = buf.slice(28); */ 259 var blob = this.file.slice(offset, offset + req.length);
|
| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | irq.rs | |
| /openbmc/qemu/block/ |
| H A D | qcow2-cluster.c | 200 * @offset: A guest offset, used to calculate what slice of the L2 203 * @l2_slice: Location to store the pointer to the L2 slice. 205 * Loads a L2 slice into memory (L2 slices are the parts of L2 tables 206 * that are loaded by the qcow2 cache). If the slice is in the cache, 207 * the cache is used; otherwise the L2 slice is loaded from the image 278 unsigned slice, slice_size2, n_slices; in l2_allocate() local 316 for (slice = 0; slice < n_slices; slice++) { in l2_allocate() 318 l2_offset + slice * slice_size in l2_allocate() 2258 unsigned slice, slice_size2, n_slices; expand_zero_clusters_in_l1() local [all...] |
| /openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/ |
| H A D | dimm_train_fail_log.sh | 16 slice=$((s1 & 0xf)) 27 echo "Slice $slice: $uMsg, $lMsg"
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/ |
| H A D | netdata.conf | 505 …slice/run-*.scope *user.slice/docker-* !*user.slice* *.scope /machine.slice/*.service */kubepod… 510 …tching = !/ !*.mount !*.socket !*.partition /machine.slice/*.service !*.service !*.slice !… 511 # cgroups to match as systemd services = !/system.slice/*/*.service /system.slice/*.service
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-crc32c_2.3.bb | 8 file://LICENSE.slice-by-8;md5=6b3bc7709d6b2db6646ec2467310ff6b \
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | boost_handler_timeline_vis.js | 133 let sortedKeys = keys.slice(); 168 boost_asio_handler_timeline_view.Intervals = intervals.slice(); 169 boost_asio_handler_timeline_view.Titles = titles.slice();
|
| H A D | dbus_timeline_vis.js | 174 let sortedKeys = keys.slice(); 278 dbus_timeline_view.Intervals = intervals.slice(); 279 dbus_timeline_view.Titles = titles.slice();
|
| H A D | ipmi_capture.js | 43 let b0 = sp[j].slice(2); 44 let b1 = sp[j].slice(0, 2); 58 ret = ret.slice(0, tot_size); 262 return [v[0], v.slice(1, v.length)];
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | typeahead.jquery.js | 275 args = [].slice.call(arguments, 1); 281 this._trigger(type, [].slice.call(arguments, 1)); 283 this._trigger(deprecatedType, [].slice.call(arguments, 1)); 338 args = [].slice.call(arguments, 1); 375 fn.apply(context, [].slice.call(arguments, 0)); 799 suggestions = (suggestions || []).slice(0, that.limit); 822 //that._append(query, suggestions.slice(0, that.limit - rendered)); 1008 Menu.apply(this, [].slice.call(arguments, 0)); 1013 return s.open.apply(this, [].slice.call(arguments, 0)); 1017 return s.close.apply(this, [].slice.call(arguments, 0)); [all …]
|
| H A D | jsrender.min.js | 3 …slice():i:[r.data],e&&(e.depends&&(t.depends=ae.getDeps(t.depends,t,e.depends,e)),i[0]=e.apply(t,i…
|
| H A D | jquery-3.7.1.min.js | 2 …slice,g=oe.flat?function(e){return oe.flat.call(e)}:function(e){return oe.concat.apply([],e)},s=oe…
|
| /openbmc/rest-dbus/resources/ |
| H A D | jsrender.min.js | 3 …slice():i:[r.data],e&&(e.depends&&(t.depends=te.getDeps(t.depends,t,e.depends,e)),i[0]=e.apply(t,i…
|
| /openbmc/u-boot/drivers/tee/optee/ |
| H A D | rpmb.c | 35 u8 rpmb_size_mult; /* EXT CSD-slice 168: RPMB Size */ 36 u8 rel_wr_sec_c; /* EXT CSD-slice 222: Reliable Write Sector */
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/hotswap-power-cycle/files/ |
| H A D | tray_powercycle.sh | 23 local srv='system-xyz.openbmc_project.Hwmon.slice'
|
| /openbmc/webui-vue/src/views/Overview/ |
| H A D | OverviewDumps.vue | 52 date.toISOString().slice(0, 10) +
|
| /openbmc/openbmc/poky/scripts/lib/build_perf/ |
| H A D | scrape-html-report.js | 11 else if (msg.slice(0, 11) === "CHART READY") {
|
| /openbmc/phosphor-webui/app/server-control/controllers/ |
| H A D | virtual-media-controller.js | 184 this.msgbuf = this.msgbuf.slice(consumed); 307 /* req.data = buf.slice(28); */ 364 var blob = this.file.slice(offset, offset + req.length);
|
| /openbmc/webui-vue/src/components/Global/ |
| H A D | Search.vue | 65 uid: Math.random().toString(36).slice(2),
|