Home
last modified time | relevance | path

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

12

/xen-4.10.0-shim-comet/xen/common/
A Dsched_arinc653.c97 s_time_t runtime; member
249 if ( schedule->sched_entries[i].runtime <= 0 ) in arinc653_sched_set()
253 total_runtime += schedule->sched_entries[i].runtime; in arinc653_sched_set()
273 sched_priv->schedule[i].runtime = in arinc653_sched_set()
274 schedule->sched_entries[i].runtime; in arinc653_sched_set()
323 schedule->sched_entries[i].runtime = sched_priv->schedule[i].runtime; in arinc653_sched_get()
412 sched_priv->schedule[entry].runtime = DEFAULT_TIMESLICE; in a653sched_alloc_vdata()
556 next_switch_time = now + sched_priv->schedule[0].runtime; in a653sched_do_schedule()
565 next_switch_time += sched_priv->schedule[sched_index].runtime; in a653sched_do_schedule()
A Dsched_credit.c1844 s_time_t runtime, tslice; in csched_schedule() local
1866 runtime = now - current->runstate.state_entry_time; in csched_schedule()
1867 if ( runtime < 0 ) /* Does this ever happen? */ in csched_schedule()
1868 runtime = 0; in csched_schedule()
1907 && runtime < MICROSECS(prv->ratelimit_us) ) in csched_schedule()
1918 tslice = MICROSECS(prv->ratelimit_us) - runtime; in csched_schedule()
1919 if ( unlikely(runtime < CSCHED_MIN_TIMER) ) in csched_schedule()
1925 unsigned runtime; in csched_schedule() member
1929 d.runtime = runtime; in csched_schedule()
/xen-4.10.0-shim-comet/tools/tests/regression/
A DMakefile17 check-python-syntax: runtime-environment
22 .PHONY: runtime-environment
23 runtime-environment: $(PYTHON_VERSIONS)
/xen-4.10.0-shim-comet/xen/arch/arm/efi/
A DMakefile3 obj-y += boot.init.o runtime.o
/xen-4.10.0-shim-comet/tools/tests/
A Drun_tests.sh46 (cd regression && make -j4 runtime-environment)
/xen-4.10.0-shim-comet/xen/arch/x86/efi/
A DMakefile14 obj-$(efi) := boot.init.o compat.o relocs-dummy.o runtime.o
/xen-4.10.0-shim-comet/docs/misc/arm/
A Dsilicon-errata.txt31 and patched in at runtime when an affected CPU is detected. Note that
32 runtime patching is only supported on ARM64. For less-intrusive workarounds,
/xen-4.10.0-shim-comet/xen/arch/x86/
A DMakefile110 prelink-efi_lto.o: $(ALL_OBJS) efi/runtime.o efi/compat.o
123 prelink-efi.o: $(ALL_OBJS) efi/boot.init.o efi/runtime.o efi/compat.o
208 efi/boot.init.o efi/runtime.o efi/compat.o efi/buildid.o: $(BASEDIR)/arch/x86/efi/built_in.o
209 efi/boot.init.o efi/runtime.o efi/compat.o efi/buildid.o: ;
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_efi.h152 efi_runtime_services_t *runtime; member
/xen-4.10.0-shim-comet/m4/
A Dpaths.m456 [Name of subdirectory in /etc to store runtime options for runlevel
81 [Path to directory for runtime data. [LOCALSTATEDIR/run]]),
A Dxenstored.m43 …dependencies for oxenstored, try installing ocaml ocaml-compiler-libs ocaml-runtime ocaml-findlib])
/xen-4.10.0-shim-comet/docs/features/
A Dfeature-levelling.pandoc116 allows runtime logic to be simplified, by being able to rely on testing only
120 To speed up runtime calculation of feature dependencies, the dependency chain
123 `xen/include/public/arch-x86/cpufeatureset.h`, allowing the runtime code to
/xen-4.10.0-shim-comet/docs/misc/arm/device-tree/
A Dguest.txt59 together with a set of UEFI runtime services implemented via hypercalls, see
/xen-4.10.0-shim-comet/
A DINSTALL66 If the tools are configured with a non-standard --prefix the runtime
162 Per default some parts of the tools code will print additional runtime
186 Per default some parts of the tools code will print additional runtime
A DREADME177 Various tools, such as pygrub, have the following runtime dependencies:
A Dconfigure1323 Name of subdirectory in /etc to store runtime
1331 --with-rundir=DIR Path to directory for runtime data.
A D.gitignore300 xen/arch/*/efi/runtime.c
/xen-4.10.0-shim-comet/xen/
A DKconfig.debug135 snippets so that undefined behaviours in C are detected during runtime.
A DMakefile146 [ -e arch/$(TARGET_ARCH)/efi ] && for f in boot.c runtime.c compat.c efi.h;\
/xen-4.10.0-shim-comet/tools/xentrace/
A Dformats35 …%(cpu)d %(tsc)d (+%(reltsc)8d) switch_infprev [ dom:vcpu = 0x%(1)04x%(2)04x, runtime = %(3)d ]
38 …%(tsc)d (+%(reltsc)8d) switch_infcont [ dom:vcpu = 0x%(1)04x%(2)04x, runtime = %(3)d, r_time =…
49 … CPU%(cpu)d %(tsc)d (+%(reltsc)8d) csched:ratelimit [ dom:vcpu = 0x%(1)08x, runtime = %(2)d ]
72 …PU%(cpu)d %(tsc)d (+%(reltsc)8d) csched2:ratelimit [ dom:vcpu = 0x%(1)08x, runtime = %(2)d ]
A Dxenalyze.c1330 struct cycle_summary runtime[GUEST_INTERRUPT_CASE_MAX]; member
5334 print_cycle_summary(h->summary.guest_interrupt[i].runtime+j, desc); in hvm_summary()
7081 … update_cycles(&g->runtime[GUEST_INTERRUPT_CASE_WAKE_TO_HALT_ALONE], in sched_runstate_process()
7083 update_cycles(&g->runtime[GUEST_INTERRUPT_CASE_WAKE_TO_HALT_ANY], in sched_runstate_process()
7086 update_cycles(&g->runtime[GUEST_INTERRUPT_CASE_INTERRUPT_TO_HALT], in sched_runstate_process()
7505 unsigned int domid, vcpuid, runtime; in sched_process() member
7510 r->runtime / 1000, r->runtime % 1000); in sched_process()
7647 unsigned int runtime; in sched_process() member
7652 r->runtime / 1000, r->runtime % 1000); in sched_process()
7892 unsigned int runtime; in sched_process() member
[all …]
/xen-4.10.0-shim-comet/docs/man/
A Dxen-pv-channel.pod.775 At runtime, when a cloud tenant requests that a VM is created from the template,
/xen-4.10.0-shim-comet/docs/misc/
A Dxen-command-line.markdown397 > Can be modified at runtime
425 > Can be modified at runtime
775 >> Force or disable use of EFI runtime services.
885 > Can be modified at runtime
898 > Can be modified at runtime
911 > Can be modified at runtime
1179 > Can be modified at runtime
1466 plus the free memory slack given to the shim for runtime allocations.
1473 By default, the amount of free memory slack given to the shim for runtime usage
/xen-4.10.0-shim-comet/xen/include/public/
A Dsysctl.h585 uint64_aligned_t runtime; member
/xen-4.10.0-shim-comet/docs/
A Dconfigure1298 Name of subdirectory in /etc to store runtime
1306 --with-rundir=DIR Path to directory for runtime data.

Completed in 75 milliseconds

12