Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751729AbdCZVDS (ORCPT ); Sun, 26 Mar 2017 17:03:18 -0400 Received: from mail.santannapisa.it ([193.205.80.99]:38706 "EHLO mail.santannapisa.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751504AbdCZVDI (ORCPT ); Sun, 26 Mar 2017 17:03:08 -0400 Date: Sun, 26 Mar 2017 23:01:40 +0200 From: luca abeni To: Mathieu Poirier Cc: "linux-kernel@vger.kernel.org" , Peter Zijlstra , Ingo Molnar , Juri Lelli , Claudio Scordino , Steven Rostedt , Tommaso Cucinotta , Daniel Bristot de Oliveira , Joel Fernandes Subject: Re: [RFC v5 2/9] sched/deadline: improve the tracking of active utilization Message-ID: <20170326230140.68b9e60f@nowhere> In-Reply-To: References: <1490327582-4376-1-git-send-email-luca.abeni@santannapisa.it> <1490327582-4376-3-git-send-email-luca.abeni@santannapisa.it> Organization: Scuola Superiore S.Anna X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; 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 Content-Length: 502 Lines: 22 Hi Mathieu, On Sun, 26 Mar 2017 11:32:59 -0600 Mathieu Poirier wrote: [...] > > + task_rq_unlock(rq, p, &rf); > > + put_task_struct(p); > > + > > + return HRTIMER_NORESTART; > > +} > > + > > +void init_inactive_task_timer(struct sched_dl_entity *dl_se) > > To be consistent with the other DL related functions: > > s/init_inactive_task_timer(...)/init_dl_inactive_task_timer(...) Thanks; I'll change the name of this function. Thanks, Luca