[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] redundancy with timer function of balloon driver
hi Code involved in balloon driver for scanning of xenstore has been implemented by polling with timer and event notification function. timer written like this: init_timer(&balloon_timer); balloon_timer.data = 0; balloon_timer.function = balloon_alarm; and other function realted to timer in balloon driver is 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 so i am assumign that balloon driver works only with event notifiction in xenstore and the timer code in balloon driver is redundant please correct me thanks TEJ _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |