search for: deadl_abs

Displaying 3 results from an estimated 3 matches for "deadl_abs".

2011 Dec 20
0
sedf: remove useless tracing printk and harmonize comments style.
...tatus of domain */ int status; - /*weights for "Scheduling for beginners/ lazy/ etc." ;)*/ + /* Weights for "Scheduling for beginners/ lazy/ etc." ;) */ short weight; short extraweight; - /*Bookkeeping*/ + /* Bookkeeping */ s_time_t deadl_abs; s_time_t sched_start_abs; s_time_t cputime; - /* times the domain un-/blocked */ + /* Times the domain un-/blocked */ s_time_t block_abs; s_time_t unblock_abs; - /*scores for {util, block penalty}-weighted extratime distribution*/ + /* Scores for {util, block...
2006 Mar 07
8
[PATCH] xm,xend: flesh out xm sched-sedf
...domain can run in extra-time -w, --weight mutually exclusive with period/slice and specifies another way of setting a domain''s cpu period/slice. 4. (XEN) Assertion ''curinf->deadl_abs > now'' failed, line 582, file sched_sedf.c (XEN) BUG at sched_sedf.c:582 (XEN) (file=extable.c, line=77) Pre-exception: ff119c79 -> 00000000 (XEN) ----[ Xen-3.0.0 Not tainted ]---- (XEN) CPU: 1 (XEN) EIP: e008:[<ff119c79>] update_queues+0x38e/0x41e (XEN) EFLAGS: 000100...
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the very first version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See