From owner-freebsd-doc@FreeBSD.ORG Tue Feb 19 20:33:42 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 38B65E8B for ; Tue, 19 Feb 2013 20:33:42 +0000 (UTC) (envelope-from sarthaksarathi.12@gmail.com) Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) by mx1.freebsd.org (Postfix) with ESMTP id AAD576A2 for ; Tue, 19 Feb 2013 20:33:41 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id z53so5968993wey.15 for ; Tue, 19 Feb 2013 12:33:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=ViVvOiv/4GSUtDQ+Trdbp4rVcaWJXYjqJPqcLt8byMU=; b=IaMMQ+SibVy4MMuqV35m1uPfrGEORrJwO8mcMGm+Uu2z7AVQyZ0gaRbotk/ZYyO7yw DVWpnSZKtakcPGo8kdH6HEtIhLT5mpk7JJjupG0TzWOj2VID5bohCxOYo9KWKDNLP3zu RLCpvToqvCjzwZ9MRa8W1jIRC6EYwSpcCvsB1QjufLLBgBv+I6whN6PQG/tIgz1/2HJ/ 5iON/lAUuO1FK4Qxs1zjH3CsQdbZhiib8+vyIP4UIQBB7hsfu5uj/SxedydmdBVhVu4K YUGZs4OPdcHaGzwAdDK+of2cjSJjfKAdQ8Ci89BZFq2r0MG8oSc4d3aPzUsshRq8yo/m EHDQ== MIME-Version: 1.0 X-Received: by 10.194.23.37 with SMTP id j5mr29193158wjf.28.1361306020764; Tue, 19 Feb 2013 12:33:40 -0800 (PST) Received: by 10.216.63.79 with HTTP; Tue, 19 Feb 2013 12:33:40 -0800 (PST) Date: Wed, 20 Feb 2013 02:03:40 +0530 Message-ID: Subject: sched_ule developers handbook From: Sarthak Sarathi To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2013 20:33:42 -0000 I am a student studying my masters at International Institute of Information Technology, Bangalore. We are working on a project called "Temperature Aware variant of FreeBSD" in which scheduling algorithm has to be changed. Could u please provide the developers manual for sched_ule.c file explaining the structures, variables and functions? Thank You