Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 85) sorted by relevance

1234

/xen/tools/hotplug/Linux/systemd/
A Dshow_service_dependencies.sh14 after="`grep ^After= $file | cut -f 2- -d =`"
20 for i in $after
/xen/tools/ocaml/xenstored/
A Ddomains.ml156 let after = max (-1.0) (before -. 1.0) in
157 debug "decr_conflict_credit dom%d %F -> %F" (Domain.get_id dom) before after;
158 dom.Domain.conflict_credit <- after;
161 && after < !Define.conflict_burst_limit in
162 let newly_paused = before > 0.0 && after <= 0.0 in
165 && after > 0.0
210 let after = min (before +. 1.0) !Define.conflict_burst_limit in var
211 dom.Domain.conflict_credit <- after;
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.ml19 after: Store.t; (* the store after the change *) RecordField
26 (* There is scope for optimisation here, since in consecutive commits one commit's `after`
31 * each element's `before` is the same thing as the next element's `after`
35 Store.mark_symbols hist_rec.after;
A Doxenstored.conf.in23 # one point is issued after each conflict-max-history-seconds, so this
27 # If the conflict-rate-limit-is-aggregate flag is true then after each
29 # one at the front of the queue. If false, then after each tick each
A Dpacket.ml9 | Ack of (unit -> unit) (* function is the action to execute after sending the ack *)
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}
339 && not (can_apply_on hist_rec.History.after)
404 record_commit ~con ~tid:id ~before:oldstore ~after:cstore
541 let after = Store.copy store in
542 record_commit ~con ~tid ~before ~after;
/xen/xen/tools/kconfig/
A Dqconf.h126 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument
127 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
131 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument
132 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
136 ConfigItem(ConfigList *parent, ConfigItem *after, bool v) in ConfigItem() argument
137 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem()
/xen/stubdom/vtpmmgr/
A DMakefile20 CFLAGS+=-Wno-declaration-after-statement -Wno-unused-label
/xen/tools/hotplug/Linux/vif-post.d/
A D00-vif-local.hook5 # This script will be sourced by, e.g., vif-bridge after the hotplugging
/xen/tools/tests/depriv/
A DMakefile4 CFLAGS += -Werror -Wno-declaration-after-statement
/xen/docs/process/
A Drelease-technician-checklist.txt57 * (empty in stable branches after .0 release).
64 # `-unstable$(XEN_VENDORVERSION)' unstable aka unfrozen staging (or unstable branch, after b…
67 # `.Z-pre$(XEN_VENDORVERSION)' stable branch, after release of Z-1
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in17 # (in microseconds) after each SysRq, so the domain has a chance to react.
29 # start up. This timeout (in microseconds) specifies the delay after guest
123 # for every of these xm commands and time it out after the number of seconds
/xen/tools/ocaml/libs/xentoollog/
A DMakefile6 CFLAGS += -Wno-declaration-after-statement
/xen/tools/xl/
A DMakefile9 -Wno-declaration-after-statement -Wformat-nonliteral
/xen/tools/ocaml/libs/xl/
A DMakefile6 CFLAGS += -Wno-unused -Wno-declaration-after-statement
/xen/config/
A DPaths.mk.in6 # and is generated after running ./configure. The master source is located
/xen/
A DConfig.mk191 $(call cc-option-add,HOSTCFLAGS,HOSTCC,-Wdeclaration-after-statement)
192 $(call cc-option-add,CFLAGS,CC,-Wdeclaration-after-statement)
A DCODING_STYLE48 after the opening /* of a comment block).
111 after each sentence.
158 more-noticeable printk. It should only be added after one of the
/xen/tools/libxl/
A DMakefile15 -Wno-declaration-after-statement -Wformat-nonliteral
/xen/xen/arch/x86/cpu/
A Dmwait-idle.c747 u64 before, after; in mwait_idle() local
821 after = alternative_call(cpuidle_get_tick); in mwait_idle()
825 TRACE_6D(TRC_PM_IDLE_EXIT, cx->type, after, in mwait_idle()
829 update_idle_stats(power, cx, before, after); in mwait_idle()
/xen/tools/xenstat/xentop/
A DTODO1 Display error messages on the help line after bad input at a prompt.
/xen/xen/arch/x86/hvm/
A Drtc.c578 unsigned long before, after; /* XXX s_time_t */ in rtc_set_time() local
593 after = 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/man/
A Dxen-tscmode.7.pod213 will be the TSC frequency of the initial physical machine, even after
218 be the TSC frequency of the initial physical machine, even after migration.
220 might be encountered by a tsc_mode==0 domain after migration occurs,
276 frequency will be the same before and after migration.
280 executed natively before and after migration.
/xen/docs/misc/
A D9pfs.pandoc255 increased by the frontend, after writing data to **out**. **out_cons**
256 is increased by the backend, after reading data from **out**.
260 array. **in_prod** is increased by the backend, after writing data to
261 **in**. **in_cons** is increased by the frontend, after reading data
/xen/tools/pygrub/examples/
A Dubuntu-14.04-lts.grub2214 # menu entries you want to add after this comment. Be careful not to change
222 # menu entries you want to add after this comment. Be careful not to change

Completed in 27 milliseconds

1234