From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932903AbdBPQsE (ORCPT ); Thu, 16 Feb 2017 11:48:04 -0500 Received: from mail.kernel.org ([198.145.29.136]:38704 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932358AbdBPQsD (ORCPT ); Thu, 16 Feb 2017 11:48:03 -0500 Date: Thu, 16 Feb 2017 11:47:57 -0500 From: Steven Rostedt To: Tommaso Cucinotta Cc: Daniel Bristot de Oliveira , Juri Lelli , Luca Abeni , linux-kernel@vger.kernel.org, Ingo Molnar , Peter Zijlstra , Tommaso Cucinotta , Mike Galbraith , Romulo Silva de Oliveira Subject: Re: [PATCH 3/2] sched/deadline: Use deadline instead of period when calculating overflow Message-ID: <20170216114757.77d24d68@gandalf.local.home> In-Reply-To: <4f2ecf62-6557-cb3f-c98d-082b92dfac80@santannapisa.it> References: <20170214142848.4e62a91f@gandalf.local.home> <20170214234926.6b415428@sweethome> <20170214191417.4dd96145@gandalf.local.home> <20170215084003.4d123e5b@luca> <20170215102919.GA1368@e106622-lin> <20170215133136.664c1bfe@luca> <20170215125925.GD1368@e106622-lin> <0b3af651-ad0d-e74b-ea02-f8706ad13bbb@redhat.com> <4f2ecf62-6557-cb3f-c98d-082b92dfac80@santannapisa.it> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 16 Feb 2017 17:36:07 +0100 Tommaso Cucinotta wrote: > On 15/02/2017 14:33, Daniel Bristot de Oliveira wrote: > > [1] For the sake of completeness: > > - dl_se->deadline = Absolute deadline > > - dl_se->dl_deadline = Relative deadline > Daniel's note [1] reminds me that, would it be worth a rename of these, for the sake of clarity, e.g.: > -) abs_deadline vs rel_deadline > -) runtime_left vs runtime_tot > or similar :-) ? +1 as I seem to get confused by it too. -- Steve