Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 71) sorted by relevance

123

/xen/tools/ocaml/xenstored/
A Ddomains.ml155 let before = dom.Domain.conflict_credit in
156 let after = max (-1.0) (before -. 1.0) in
157 debug "decr_conflict_credit dom%d %F -> %F" (Domain.get_id dom) before after;
160 before >= !Define.conflict_burst_limit
162 let newly_paused = before > 0.0 && after <= 0.0 in
188 let before = d.Domain.conflict_credit in (* just for debug-logging *)
209 let before = dom.Domain.conflict_credit in
210 let after = min (before +. 1.0) !Define.conflict_burst_limit in
212 debug "incr_conflict_credit dom%d: %F -> %F" (Domain.get_id dom) before after;
214 if before <= 0.0 && after > 0.0
[all …]
A Dhistory.ml18 before: Store.t; (* the store before the change *) RecordField
27 * is the same thing as the next commit's `before`, but not all commits in history are
31 * each element's `before` is the same thing as the next element's `after`
34 Store.mark_symbols hist_rec.before;
A Dprocess.ml287 let record_commit ~con ~tid ~before ~after =
290 History.push {History.con=con; tid=tid; before=before; after=after; finish_count=finish_count}
338 if can_apply_on hist_rec.History.before
404 record_commit ~con ~tid:id ~before:oldstore ~after:cstore
539 let before = Store.copy store in
542 record_commit ~con ~tid ~before ~after;
/xen/tools/hotplug/Linux/systemd/
A Dshow_service_dependencies.sh13 before="`grep ^Before= $file | cut -f 2- -d =`"
24 for i in $before
/xen/docs/man/
A Dxentop.1.pod42 repeat table header before each domain
58 maximum number of iterations xentop should produce before ending
82 toggle table header before each domain
/xen/docs/process/
A Dxen-release-management.pandoc26 committed into xen.git. All feature patches must be committed before a date,
28 starts. There will be a date before which all patches that wish to be merged
30 date" and it is normally two weeks before the "cut-off date".
98 release is going out on a particular date before giving them the signal to
108 sees fit. Reminders should also be sent one week before important dates (see
162 media stories being published before the release date.
178 press release (1-2 weeks before the release).
220 (typically 2-3 working days before the release date) and we cannot undo
222 acceptable to make a xen-devel@ announcement *before* the PR release date
284 Subject: No Release Ack needed before RcX
[all …]
/xen/stubdom/grub.patches/
A D11graphics-keyboard.diff12 /* Key was pressed, show which entry is selected before GETKEY,
/xen/xen/arch/x86/cpu/
A Dmwait-idle.c747 u64 before, after; in mwait_idle() local
813 before = alternative_call(cpuidle_get_tick); in mwait_idle()
814 TRACE_4D(TRC_PM_IDLE_ENTRY, cx->type, before, exp, pred); in mwait_idle()
816 update_last_cx_stat(power, cx, before); in mwait_idle()
829 update_idle_stats(power, cx, before, after); in mwait_idle()
/xen/tools/flask/policy/policy/
A Dinitial_sids2 # objects created before the policy is loaded or for objects that do not have a
/xen/tools/tests/mce-test/tools/
A DREADME14 $make (make install) --Note: make sure compile xen/tools before do this step
/xen/docs/misc/
A Dqemu-backends.txt15 user root) the backend nodes must be written before qemu is dropping
A Dblock-scripts.txt102 interpret to provide emulated disks before paravirtualized drivers are
118 stat physical-device-path. But there's not time before the 4.7
A Dkexec_and_kdump.txt38 as the first hypervisor and dom0 kernel that are used before kexec if you
43 Linux, it may be the same as the first kernel image that that runs before
A Dxen-error-handling.txt66 CPU context would not be useful. It may also be used before exception
/xen/docs/features/
A Dlivepatch.pandoc54 before loading.
76 before being used in production to avoid unexpected issues. In
/xen/docs/misc/arm/
A Dbooting.txt30 Xen relies on some settings the firmware has to configure in EL3 before starting Xen.
A Dearly-printk.txt4 may want to enable it if you are debugging code that executes before the
A Dbig.LITTLE.txt9 management documentation before using it in a Xen environment.
/xen/xen/arch/x86/hvm/
A Drtc.c578 unsigned long before, after; /* XXX s_time_t */ in rtc_set_time() local
582 before = mktime(get_year(tm->tm_year), tm->tm_mon + 1, tm->tm_mday, in rtc_set_time()
598 d->time_offset.seconds += (after - before); in rtc_set_time()
601 send_timeoffset_req(after - before); in rtc_set_time()
/xen/docs/designs/
A Dqemu-deprivilege.md141 is destroyed, and before starting a VM with the same UID.
249 happened before the seccomp2 call, perhaps by changing the uid before
263 2. Check for `-sandbox` support at runtime before
/xen/tools/tests/mce-test/
A DREADME65 Note: make sure compile xen/tools before do this step
/xen/docs/admin-guide/
A Dmicrocode-loading.rst31 to be updated to its eventual configuration before Xen starts making setup
119 needs adequate testing on a development instance before being rolled out to
/xen/tools/ocaml/libs/xs/
A Dxs.mli76 remove all watches previously set before giving back the hand. *)
/xen/tools/libfsimage/xfs/
A Dxfs.h299 xfs_dablk_t before; /* Btree block before this key */ member
/xen/xen/
A DKconfig.debug104 Verify that pages that need to be scrubbed before being allocated to

Completed in 22 milliseconds

123