Displaying 3 results from an estimated 3 matches for "out_0".
Did you mean:
out0
2010 Aug 12
13
[PATCH] GSoC 2010 - Memory hotplug support for Xen guests - third fully working version
...ARRAY_SIZE(frame_list))
nr_pages = ARRAY_SIZE(frame_list);
- spin_lock_irqsave(&balloon_lock, flags);
-
if (!is_memory_resource_reserved()) {
/*
@@ -280,7 +226,7 @@ static int allocate_additional_memory(unsigned long nr_pages)
if (!r) {
rc = -ENOMEM;
- goto out;
+ goto out_0;
}
r->name = "System RAM";
@@ -293,12 +239,14 @@ static int allocate_additional_memory(unsigned long nr_pages)
if (rc < 0) {
kfree(r);
- goto out;
+ goto out_0;
}
balloon_stats.hotplug_start_paddr = r->start;
}
+ spin_lock_irqsave(&balloon_loc...
1998 Sep 14
1
R-beta: Applying functions to vectors--question
...whether this is
(a) a design feature that is there for a good reason that I just
haven't figured out
(b) a bug in S that has been reproduced in R
or
(c) a bug unique to R.
Can someone help me out? Many thanks in advance
Marc Lipsitch
lipsitch at biology.emory.edu
> f_function(e) {
+
+ out_0
+
+ if(e>0)
+
+ out_sqrt(e)
+
+ out}
>
>
>
> f(-2)
[1] 0
>
> f(-2:2)
[1] 0
>
> f(2:-2)
Warning: NaNs produced in function "sqrt"
[1] 1.414214 1.000000 0.000000 NaN NaN
> f
function (e)
{
out <- 0
if (e > 0)...
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
I''ve been working on this on the odd occasion, I think it mostly works,
or it did last I tried which was a while back. I''m sure it is too hacky
in places. My plan was to clean it up on the next test day.
I''m mostly just sending this for Wei''s benefit since he is independently
looking at adding Debian HVM guest tests for OVMF purposes.
Ian.
commit