From mboxrd@z Thu Jan 1 00:00:00 1970 From: tgh Subject: question about the poll_timer Date: Mon, 12 Mar 2007 14:56:47 +0800 Message-ID: <45F4F9AF.2010108@ncic.ac.cn> References: <45E70280.8090208@cea.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <45E70280.8090208@cea.fr> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org hi I try to understand the scheduler part code of xen,and I am confused about the poll_timer could you help me by telling me about the meaning and function of poll_timer struct vcpu { .... struct timer poll_timer; /* timeout for SCHEDOP_poll */ .... } Thanks in advance