Home
last modified time | relevance | path

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

/xen/tools/ocaml/test/
A Dlist_domains.ml9 and paused = bool_as_char dominfo.Xenlight.Dominfo.paused 'p'
14 printf "Dom %d: %c%c%c%c%c %LdKB\n" id running blocked paused shutdown dying memory
/xen/tools/xl/
A Dxl_saverestore.c172 int paused = 0, debug = 0, daemonize = 1, monitor = 1, in main_restore() local
186 paused = 1; in main_restore()
220 dom_info.paused = paused; in main_restore()
A Dxl_vmcontrol.c656 int paused = dom_info->paused; in create_domain() local
986 if (!paused) in create_domain()
1078 paused = 0; in create_domain()
1169 int paused = 0, debug = 0, daemonize = 1, console_autoconnect = 0, in main_create() local
1194 paused = 1; in main_create()
1244 dom_info.paused = paused; in main_create()
A Dxl.h37 int paused; member
A Dxl_migrate.c346 dom_info.paused = 1; in migrate_receive()
A Dxl_info.c406 info[i].paused ? 'p' : '-', in list_domains()
/xen/xen/common/
A Dgdbstub.c59 atomic_t paused; member
672 while ( atomic_read(&gdb_cpu[smp_processor_id()].paused) ) in gdb_pause_this_cpu()
690 atomic_set(&gdb_cpu[cpu].paused, 1); in gdb_smp_pause()
721 atomic_set(&gdb_cpu[cpu].paused, 0); in gdb_smp_resume()
/xen/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.idl338 ("paused", bool),
A Dlibxl_device.c952 (info.paused || info.dying || info.shutdown)) { in libxl__initiate_device_generic_remove()
A Dlibxl_domain.c290 xlinfo->paused = !!(xcinfo->flags&XEN_DOMINF_paused); in libxl__xcinfo2xlinfo()
/xen/tools/ocaml/xenstored/
A Ddomains.ml31 credit and so have had their access paused. *)
35 (* A callback function to be called when we go from zero to one paused domain.
72 * from max-credit to paused without getting into the penalty queue. *)
/xen/tools/debugger/gdbsx/
A DREADME36 - if ctrl-c or core-dumped, make sure to do xm unpause if guest still paused.
/xen/tools/ocaml/libs/xc/
A Dxenctrl.ml89 paused : bool; RecordField
A Dxenctrl.mli80 paused : bool; RecordField
/xen/tools/libxc/
A Dxc_sr_save_x86_pv.c946 if ( !ctx->dominfo.paused ) in normalise_pagetable()
968 if ( !ctx->dominfo.paused ) in normalise_pagetable()
A Dxc_domain.c373 info->paused = !!(domctl.u.getdomaininfo.flags&XEN_DOMINF_paused); in xc_domain_getinfo()
/xen/xen/include/public/
A Ddomctl.h771 uint8_t paused; /* is the domain paused */ member
/xen/docs/man/
A Dxl.1.pod.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
491 Leave the domain on the receive side paused after migration.
615 Pause a domain. When in a paused state the domain will still consume
700 Leave the domain paused after creating the snapshot.
777 Moves a domain out of the paused state. This will allow a previously
778 paused domain to now be eligible for scheduling by the Xen hypervisor.
/xen/docs/misc/
A Dstubdom.txt73 - "paused" - success
/xen/xen/arch/x86/
A Ddomctl.c992 domctl->u.gdbsx_domstatus.paused = d->controller_pause_count > 0; in arch_do_domctl()
993 if ( domctl->u.gdbsx_domstatus.paused ) in arch_do_domctl()
/xen/tools/libxc/include/
A Dxenctrl.h454 paused:1, blocked:1, running:1, member
/xen/tools/python/xen/lowlevel/xc/
A Dxc.c375 "paused", info[i].paused, in pyxc_domain_getinfo()
/xen/tools/golang/xenlight/
A Dhelpers.gen.go315 x.Paused = bool(xc.paused)
347 xc.paused = C.bool(x.Paused)

Completed in 58 milliseconds