/xen-4.10.0-shim-comet/tools/ocaml/test/ |
A D | list_domains.ml | 11 and paused = bool_as_char dominfo.Xenlight.Dominfo.paused 'p' 16 printf "Dom %d: %c%c%c%c%c %LdKB\n" id running blocked paused shutdown dying memory
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_saverestore.c | 167 int paused = 0, debug = 0, daemonize = 1, monitor = 1, in main_restore() local 181 paused = 1; in main_restore() 215 dom_info.paused = paused; in main_restore()
|
A D | xl_vmcontrol.c | 650 int paused = dom_info->paused; in create_domain() local 944 if (!paused) in create_domain() 1036 paused = 0; in create_domain() 1126 int paused = 0, debug = 0, daemonize = 1, console_autoconnect = 0, in main_create() local 1150 paused = 1; in main_create() 1197 dom_info.paused = paused; in main_create()
|
A D | xl.h | 37 int paused; member
|
A D | xl_migrate.c | 345 dom_info.paused = 1; in migrate_receive()
|
A D | xl_info.c | 401 info[i].paused ? 'p' : '-', in list_domains()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | gdbstub.c | 58 atomic_t paused; member 671 while ( atomic_read(&gdb_cpu[smp_processor_id()].paused) ) in gdb_pause_this_cpu() 689 atomic_set(&gdb_cpu[cpu].paused, 1); in gdb_smp_pause() 720 atomic_set(&gdb_cpu[cpu].paused, 0); in gdb_smp_resume()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_colo_save.c | 100 css->paused = true; in libxl__colo_save_setup() 350 if (!css->paused && in colo_read_svm_suspended_done() 465 if (!css->paused) { in colo_preresume_cb() 482 if (css->paused) { in colo_preresume_cb() 488 css->paused = false; in colo_preresume_cb()
|
A D | libxl_colo.h | 85 bool paused; member
|
A D | libxl_types.idl | 314 ("paused", bool),
|
A D | libxl_domain.c | 273 xlinfo->paused = !!(xcinfo->flags&XEN_DOMINF_paused); in libxl__xcinfo2xlinfo()
|
A D | libxl_device.c | 934 (info.paused || info.dying || info.shutdown)) { in libxl__initiate_device_generic_remove()
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | domains.ml | 29 credit and so have had their access paused. *) 33 (* A callback function to be called when we go from zero to one paused domain. 70 * from max-credit to paused without getting into the penalty queue. *)
|
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/ |
A D | README | 36 - if ctrl-c or core-dumped, make sure to do xm unpause if guest still paused.
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/ |
A D | xenctrl.mli | 56 paused : bool; RecordField
|
A D | xenctrl.ml | 64 paused : bool; RecordField
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_sr_save_x86_pv.c | 964 if ( !ctx->dominfo.paused ) in normalise_pagetable() 986 if ( !ctx->dominfo.paused ) in normalise_pagetable()
|
A D | xc_domain.c | 395 info->paused = !!(domctl.u.getdomaininfo.flags&XEN_DOMINF_paused); in xc_domain_getinfo()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.pod.1.in | 135 Leave the domain paused after it is created. 358 =item B<p - paused> 360 The domain has been paused, usually occurring through the administrator 361 running B<xl pause>. When in a paused state the domain will still 460 Leave the domain on the receive side paused after migration. 577 Pause a domain. When in a paused state the domain will still consume 662 Leave the domain paused after creating the snapshot. 730 Moves a domain out of the paused state. This will allow a previously 731 paused domain to now be eligible for scheduling by the Xen hypervisor.
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | domctl.h | 747 uint8_t paused; /* is the domain paused */ member
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | domctl.c | 1072 domctl->u.gdbsx_domstatus.paused = d->controller_pause_count > 0; in arch_do_domctl() 1073 if ( domctl->u.gdbsx_domstatus.paused ) in arch_do_domctl()
|
/xen-4.10.0-shim-comet/tools/golang/xenlight/ |
A D | xenlight.go | 307 di.Paused = bool(cdi.paused)
|
/xen-4.10.0-shim-comet/tools/blktap2/ |
A D | README | 312 device is closed, and also when it is paused (in this case, open will
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 445 paused:1, blocked:1, running:1, member
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 356 "paused", info[i].paused, in pyxc_domain_getinfo()
|