Displaying 2 results from an estimated 2 matches for "curinf".
Did you mean:
curing
2011 Dec 20
0
sedf: remove useless tracing printk and harmonize comments style.
...s to find our "hole" and on our way
+ /* Iterate through all elements to find our "hole" and on our way
* update all the other scores.
*/
list_for_each ( cur, EXTRAQ(d->processor, i) )
@@ -193,25 +178,18 @@ static inline void extraq_add_sort_updat
curinf->score[i] -= sub;
if ( EDOM_INFO(d)->score[i] < curinf->score[i] )
break;
- PRINT(4,"\tbehind domain %i.%i (score= %i)\n",
- curinf->vcpu->domain->domain_id,
- curinf->vcpu->vcpu_id, curinf->score[i]);...
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)...