|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] redundancy with timer function of balloon driver
On 6/6/07 08:58, "Tej Parkash" <tejparkash.d@xxxxxxxxx> wrote:
> mod_timer(&balloon_timer, jiffies + HZ);
>
> but there is no routine i have seen which make the timer activate by adding
>
> add_timer(&balloon_timer) in the balloon driver
mod_timer() activates the timer if it isn't already active.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|