Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/ocaml/test/
A Dlist_domains.ml11 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 Dxl_saverestore.c167 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 Dxl_vmcontrol.c650 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 Dxl.h37 int paused; member
A Dxl_migrate.c345 dom_info.paused = 1; in migrate_receive()
A Dxl_info.c401 info[i].paused ? 'p' : '-', in list_domains()
/xen-4.10.0-shim-comet/xen/common/
A Dgdbstub.c58 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 Dlibxl_colo_save.c100 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 Dlibxl_colo.h85 bool paused; member
A Dlibxl_types.idl314 ("paused", bool),
A Dlibxl_domain.c273 xlinfo->paused = !!(xcinfo->flags&XEN_DOMINF_paused); in libxl__xcinfo2xlinfo()
A Dlibxl_device.c934 (info.paused || info.dying || info.shutdown)) { in libxl__initiate_device_generic_remove()
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Ddomains.ml29 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 DREADME36 - 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 Dxenctrl.mli56 paused : bool; RecordField
A Dxenctrl.ml64 paused : bool; RecordField
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_sr_save_x86_pv.c964 if ( !ctx->dominfo.paused ) in normalise_pagetable()
986 if ( !ctx->dominfo.paused ) in normalise_pagetable()
A Dxc_domain.c395 info->paused = !!(domctl.u.getdomaininfo.flags&XEN_DOMINF_paused); in xc_domain_getinfo()
/xen-4.10.0-shim-comet/docs/man/
A Dxl.pod.1.in135 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 Ddomctl.h747 uint8_t paused; /* is the domain paused */ member
/xen-4.10.0-shim-comet/xen/arch/x86/
A Ddomctl.c1072 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 Dxenlight.go307 di.Paused = bool(cdi.paused)
/xen-4.10.0-shim-comet/tools/blktap2/
A DREADME312 device is closed, and also when it is paused (in this case, open will
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl.h445 paused:1, blocked:1, running:1, member
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/
A Dxc.c356 "paused", info[i].paused, in pyxc_domain_getinfo()

Completed in 53 milliseconds