/xen/tools/hotplug/Linux/systemd/ |
A D | show_service_dependencies.sh | 14 after="`grep ^After= $file | cut -f 2- -d =`" 20 for i in $after
|
/xen/tools/ocaml/xenstored/ |
A D | domains.ml | 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; 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 D | history.ml | 19 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 D | oxenstored.conf.in | 23 # 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 D | packet.ml | 9 | Ack of (unit -> unit) (* function is the action to execute after sending the ack *)
|
A D | process.ml | 287 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 D | qconf.h | 126 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 D | Makefile | 20 CFLAGS+=-Wno-declaration-after-statement -Wno-unused-label
|
/xen/tools/hotplug/Linux/vif-post.d/ |
A D | 00-vif-local.hook | 5 # This script will be sourced by, e.g., vif-bridge after the hotplugging
|
/xen/tools/tests/depriv/ |
A D | Makefile | 4 CFLAGS += -Werror -Wno-declaration-after-statement
|
/xen/docs/process/ |
A D | release-technician-checklist.txt | 57 * (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 D | sysconfig.xendomains.in | 17 # (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 D | Makefile | 6 CFLAGS += -Wno-declaration-after-statement
|
/xen/tools/xl/ |
A D | Makefile | 9 -Wno-declaration-after-statement -Wformat-nonliteral
|
/xen/tools/ocaml/libs/xl/ |
A D | Makefile | 6 CFLAGS += -Wno-unused -Wno-declaration-after-statement
|
/xen/config/ |
A D | Paths.mk.in | 6 # and is generated after running ./configure. The master source is located
|
/xen/ |
A D | Config.mk | 191 $(call cc-option-add,HOSTCFLAGS,HOSTCC,-Wdeclaration-after-statement) 192 $(call cc-option-add,CFLAGS,CC,-Wdeclaration-after-statement)
|
A D | CODING_STYLE | 48 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 D | Makefile | 15 -Wno-declaration-after-statement -Wformat-nonliteral
|
/xen/xen/arch/x86/cpu/ |
A D | mwait-idle.c | 747 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 D | TODO | 1 Display error messages on the help line after bad input at a prompt.
|
/xen/xen/arch/x86/hvm/ |
A D | rtc.c | 578 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 D | xen-tscmode.7.pod | 213 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 D | 9pfs.pandoc | 255 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 D | ubuntu-14.04-lts.grub2 | 214 # 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
|