From owner-freebsd-hackers@FreeBSD.ORG Sun Sep 11 01:02:08 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B59011065674 for ; Sun, 11 Sep 2011 01:02:08 +0000 (UTC) (envelope-from cattaneo.riccardo@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4310A8FC0A for ; Sun, 11 Sep 2011 01:02:07 +0000 (UTC) Received: by fxe4 with SMTP id 4so4817128fxe.13 for ; Sat, 10 Sep 2011 18:02:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=kD027X+PFDeP9OaD6o/8oDk4Gw6Hbl6nYlSijoJaIL8=; b=VmVbCTcJhw5bLfl7jFFqo+e6fbywy6pQwbJZqsNAMtQ5lS8x5cMk1zfWuSyNiuSv2s HT7d9jEyoCwe5+p8QO/O4/xVNQkzZEPHkGvSnUtCldP6rZ3WpnODTycdeZBdcoOJU4OA QZFkz960gfsOeMi9UqIK/hw+jZ1OPzrn/InBc= Received: by 10.223.55.209 with SMTP id v17mr872252fag.77.1315702926883; Sat, 10 Sep 2011 18:02:06 -0700 (PDT) Received: from host-001.homenet.telecomitalia.it (host246-143-dynamic.44-79-r.retail.telecomitalia.it [79.44.143.246]) by mx.google.com with ESMTPS id g5sm4564589fad.19.2011.09.10.18.02.02 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 10 Sep 2011 18:02:02 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Riccardo Cattaneo In-Reply-To: Date: Sun, 11 Sep 2011 03:02:00 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <2778D90F-F718-446E-8ABB-627790F00A93@gmail.com> References: <023BD0FF-053C-4DCB-81EA-5D69B2411819@gmail.com> To: Adrian Chadd X-Mailer: Apple Mail (2.1084) Cc: freebsd-hackers@freebsd.org Subject: Re: Kernel timers infrastructure X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2011 01:02:08 -0000 Of course, the module from which I'm calling them must be already loaded = and initialized, isn't it? Riccardo On Sep 11, 2011, at 2:57 AM, Adrian Chadd wrote: > You can use the callout API to schedule timed events in the kernel. >=20 >=20 >=20 > Adrian