Home
last modified time | relevance | path

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

12

/xen/xen/common/sched/
A Darinc653.c98 s_time_t runtime; member
250 if ( schedule->sched_entries[i].runtime <= 0 ) in arinc653_sched_set()
254 total_runtime += schedule->sched_entries[i].runtime; in arinc653_sched_set()
274 sched_priv->schedule[i].runtime = in arinc653_sched_set()
275 schedule->sched_entries[i].runtime; in arinc653_sched_set()
324 schedule->sched_entries[i].runtime = sched_priv->schedule[i].runtime; in arinc653_sched_get()
415 sched_priv->schedule[entry].runtime = DEFAULT_TIMESLICE; in a653sched_alloc_udata()
533 next_switch_time = now + sched_priv->schedule[0].runtime; in a653sched_do_schedule()
542 next_switch_time += sched_priv->schedule[sched_index].runtime; in a653sched_do_schedule()
A Dcredit.c1855 s_time_t runtime, tslice; in csched_schedule() local
1875 runtime = now - unit->state_entry_time; in csched_schedule()
1876 if ( runtime < 0 ) /* Does this ever happen? */ in csched_schedule()
1877 runtime = 0; in csched_schedule()
1917 && runtime < prv->ratelimit ) in csched_schedule()
1928 tslice = prv->ratelimit - runtime; in csched_schedule()
1929 if ( unlikely(runtime < CSCHED_MIN_TIMER) ) in csched_schedule()
1935 uint32_t runtime; in csched_schedule() member
1939 .runtime = runtime, in csched_schedule()
/xen/docs/misra/
A Dindex.rst15 C-runtime-failures
A DC-runtime-failures.rst60 The amount of dynamically allocated objects is limited at runtime in
93 configurations its usage is very limited at runtime (it is "almost" only used
/xen/xen/common/efi/
A Defi-common.mk1 EFIOBJ-y := boot.init.o pe.init.o ebmalloc.o runtime.o
/xen/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/docs/admin-guide/
A Dmicrocode-loading.rst115 applied at runtime.
118 that runtime microcode loading is risk-free. Any runtime microcode loading
122 The ``xen-ucode`` utility can be used to initiate a runtime microcode load::
/xen/m4/
A Dxenstored.m43 …dependencies for oxenstored, try installing ocaml ocaml-compiler-libs ocaml-runtime ocaml-findlib])
A Dpaths.m463 [Name of subdirectory in /etc to store runtime options for runlevel
97 [Path to directory for runtime data. [LOCALSTATEDIR/run]]),
/xen/xen/common/
A DKconfig36 runtime performance cost.
222 they act upon. Note the build time value can be overridden at runtime
235 result in some features not being available, e.g. runtime parameter
274 Call EFI SetVirtualAddressMap() runtime service to setup memory map for
275 further runtime services. According to UEFI spec, it isn't strictly
406 Argo is disabled at runtime by default.
/xen/automation/tests-artifacts/alpine/
A D3.18.dockerfile15 # xen runtime deps
A D3.18-arm64v8.dockerfile15 # xen runtime deps
/xen/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
A Dintel_psr_mba.pandoc129 System administrators can change PSR allocation policy at runtime by
164 Show system/domain runtime MBA throttling value. For linear mode,
/xen/docs/misc/arm/device-tree/
A Dguest.txt63 together with a set of UEFI runtime services implemented via hypercalls, see
/xen/docs/misc/
A Dhypfs-paths.pandoc121 (boot/runtime parameters)
196 A directory of runtime parameters.
A Dxen-command-line.pandoc448 > Can be modified at runtime
478 > Can be modified at runtime
617 > Can be modified at runtime
1153 This boolean may be modified at runtime using `xl set-parameters
1273 > Can be modified at runtime
1286 > Can be modified at runtime
1318 > Can be modified at runtime
1728 > Can be modified at runtime
2323 plus the free memory slack given to the shim for runtime allocations.
2371 > `= List of [ ssbd=force-disable|runtime|force-enable ]`
[all …]
/xen/
A DINSTALL86 If the tools are configured with a non-standard --prefix the runtime
172 Per default some parts of the tools code will print additional runtime
196 Per default some parts of the tools code will print additional runtime
A DREADME179 Various tools, such as pygrub, have the following runtime dependencies:
A D.gitignore267 xen/arch/*/efi/runtime.c
/xen/docs/hypervisor-guide/x86/
A Dhow-xen-boots.rst34 runtime calls, or full EFI support is included.
/xen/xen/
A DKconfig.debug104 snippets so that undefined behaviours in C are detected during runtime.
/xen/docs/man/
A Dxen-pv-channel.7.pod74 At runtime, when a cloud tenant requests that a VM is created from the template,
/xen/xen/include/public/
A Dsysctl.h745 uint64_aligned_t runtime; member
/xen/tools/xentrace/
A Dxenalyze.c1333 struct cycle_summary runtime[GUEST_INTERRUPT_CASE_MAX]; member
5378 print_cycle_summary(h->summary.guest_interrupt[i].runtime+j, desc); in hvm_summary()
7187 … update_cycles(&g->runtime[GUEST_INTERRUPT_CASE_WAKE_TO_HALT_ALONE], in sched_runstate_process()
7189 update_cycles(&g->runtime[GUEST_INTERRUPT_CASE_WAKE_TO_HALT_ANY], in sched_runstate_process()
7192 update_cycles(&g->runtime[GUEST_INTERRUPT_CASE_INTERRUPT_TO_HALT], in sched_runstate_process()
7600 unsigned int domid, vcpuid, runtime; in sched_process() member
7605 r->runtime / 1000, r->runtime % 1000); in sched_process()
7742 unsigned int runtime; in sched_process() member
7747 r->runtime / 1000, r->runtime % 1000); in sched_process()
7984 unsigned int runtime; in sched_process() member
[all …]

Completed in 75 milliseconds

12