Home
last modified time | relevance | path

Searched full:slice (Results 1 – 25 of 107) sorted by relevance

12345

/openbmc/qemu/include/qemu/
H A Dratelimit.h33 * 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 Dqtree.h35 * 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 D0001-Add-missing-includes-cstdint-and-cstdio.patch16 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 Dvmstate_tests.rs
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/perfetto/
H A D0001-add-missing-includes-for-the-build-with-use_libcxx_m.patch82 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 DobjectUtils.js12 const output = Array.isArray(target) ? target.slice() : { ...target };
17 output[key] = sourceValue.slice();
H A DNBDServer.js112 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 Dirq.rs
/openbmc/qemu/block/
H A Dqcow2-cluster.c200 * @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 Ddimm_train_fail_log.sh16 slice=$((s1 & 0xf))
27 echo "Slice $slice: $uMsg, $lMsg"
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/
H A Dnetdata.conf505slice/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 Dpython3-crc32c_2.3.bb8 file://LICENSE.slice-by-8;md5=6b3bc7709d6b2db6646ec2467310ff6b \
/openbmc/openbmc-tools/dbus-vis/
H A Dboost_handler_timeline_vis.js133 let sortedKeys = keys.slice();
168 boost_asio_handler_timeline_view.Intervals = intervals.slice();
169 boost_asio_handler_timeline_view.Titles = titles.slice();
H A Ddbus_timeline_vis.js174 let sortedKeys = keys.slice();
278 dbus_timeline_view.Intervals = intervals.slice();
279 dbus_timeline_view.Titles = titles.slice();
H A Dipmi_capture.js43 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 Dtypeahead.jquery.js275 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 Djsrender.min.js3slice():i:[r.data],e&&(e.depends&&(t.depends=ae.getDeps(t.depends,t,e.depends,e)),i[0]=e.apply(t,i…
H A Djquery-3.7.1.min.js2slice,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 Djsrender.min.js3slice():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 Drpmb.c35 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 Dtray_powercycle.sh23 local srv='system-xyz.openbmc_project.Hwmon.slice'
/openbmc/webui-vue/src/views/Overview/
H A DOverviewDumps.vue52 date.toISOString().slice(0, 10) +
/openbmc/openbmc/poky/scripts/lib/build_perf/
H A Dscrape-html-report.js11 else if (msg.slice(0, 11) === "CHART READY") {
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js184 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 DSearch.vue65 uid: Math.random().toString(36).slice(2),

12345