From patchwork Thu Aug 4 23:04:55 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lina Iyer X-Patchwork-Id: 73330 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp1636875qga; Thu, 4 Aug 2016 16:06:11 -0700 (PDT) X-Received: by 10.98.77.70 with SMTP id a67mr128690923pfb.151.1470351961166; Thu, 04 Aug 2016 16:06:01 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y80si16817659pfi.205.2016.08.04.16.06.00; Thu, 04 Aug 2016 16:06:01 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-pm-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759374AbcHDXF6 (ORCPT + 14 others); Thu, 4 Aug 2016 19:05:58 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:36292 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759375AbcHDXFx (ORCPT ); Thu, 4 Aug 2016 19:05:53 -0400 Received: by mail-pa0-f43.google.com with SMTP id pp5so86667359pac.3 for ; Thu, 04 Aug 2016 16:05:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=p7mwcQeyz699n3i9w5nKy6Oi2cmU9uKJsl3WYXyBjFg=; b=gt8jXzjnYpLuy4mXmPDwvsFk1Z1ugZX+sRf+zsRa/QzpqIjWfwfq4ji4XPGT80YBtu LTplRc20rmbPP3g0IKO/sqgjvNF8+hdVygriQvhmreBs5F9mrGBNh6pToHohQKjhdBZ9 GaqWel6CUZ3zu0fg8PMs18/D4cBS9+WmKZX7s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=p7mwcQeyz699n3i9w5nKy6Oi2cmU9uKJsl3WYXyBjFg=; b=PafOri6wsus6PXw1lc3INHOTVR32oJKkP/kS1u6yvFK6VFzelCD1C4o2370dfkmH2v xw8mO2qNY8L7ai7SmKJBLGbsWZgLuTgVgTKvxYMp0NqDNNmEgRWIezcOox9EijjACjdl ClpZ/NXLYxttrkCmVsuLdoqW7Xgv0oX+T/nattB2A5xFwF/CKfpT2iN3hcyqIDuq/Ec8 m6SP7Q7W8p0Va6N/R0n5CHUNXwToMLknh9p+74d12KnG1aWtZbsG6YwKb0UcbQ9bJ/pd j8IghcbFIstqAUxVFR+ccOy5xc4oh5cYRPukJiXfW+E9AshFeqsn6x4rK+IhbzGpykLB BFGg== X-Gm-Message-State: AEkoousgpHJZYLmVJmF87raInnGZtFQCgIEDAgjYv05S5/omEM14TiQtq1wgHfCoCVFoIkiK X-Received: by 10.66.82.42 with SMTP id f10mr130977648pay.17.1470351953188; Thu, 04 Aug 2016 16:05:53 -0700 (PDT) Received: from ubuntu.localdomain (i-global254.qualcomm.com. [199.106.103.254]) by smtp.gmail.com with ESMTPSA id x66sm22736214pfb.86.2016.08.04.16.05.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 04 Aug 2016 16:05:51 -0700 (PDT) From: Lina Iyer To: ulf.hansson@linaro.org, khilman@kernel.org, rjw@rjwysocki.net, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: andy.gross@linaro.org, sboyd@codeaurora.org, linux-arm-msm@vger.kernel.org, Lina Iyer , Thomas Gleixner Subject: [PATCH v3 08/15] timer: Export next wake up of a CPU Date: Thu, 4 Aug 2016 17:04:55 -0600 Message-Id: <1470351902-43103-9-git-send-email-lina.iyer@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1470351902-43103-1-git-send-email-lina.iyer@linaro.org> References: <1470351902-43103-1-git-send-email-lina.iyer@linaro.org> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Knowing the sleep length of the CPU is useful for the power state determination on idle. The value is relative to the time when the call was invoked by the CPU. This doesn't work well when there is a need to know when the actual wakeup is. By reading the next wake up event of a CPU, governors can determine the first CPU to wake up (due to timer) amongst a cluster of CPUs and the sleep time available between the last CPU to idle and the first CPU to resume. This information is useful to determine if the caches and other common hardware blocks can also be put in idle during this common period of inactivity. Cc: Thomas Gleixner Signed-off-by: Lina Iyer --- include/linux/tick.h | 7 +++++++ kernel/time/tick-sched.c | 11 +++++++++++ 2 files changed, 18 insertions(+) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/include/linux/tick.h b/include/linux/tick.h index 62be0786..92fa4b0 100644 --- a/include/linux/tick.h +++ b/include/linux/tick.h @@ -117,6 +117,7 @@ extern void tick_nohz_idle_enter(void); extern void tick_nohz_idle_exit(void); extern void tick_nohz_irq_exit(void); extern ktime_t tick_nohz_get_sleep_length(void); +extern ktime_t tick_nohz_get_next_wakeup(int cpu); extern u64 get_cpu_idle_time_us(int cpu, u64 *last_update_time); extern u64 get_cpu_iowait_time_us(int cpu, u64 *last_update_time); #else /* !CONFIG_NO_HZ_COMMON */ @@ -131,6 +132,12 @@ static inline ktime_t tick_nohz_get_sleep_length(void) return len; } + +static inline ktime_t tick_nohz_get_next_wakeup(int cpu) +{ + return tick_next_period; +} + static inline u64 get_cpu_idle_time_us(int cpu, u64 *unused) { return -1; } static inline u64 get_cpu_iowait_time_us(int cpu, u64 *unused) { return -1; } #endif /* !CONFIG_NO_HZ_COMMON */ diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c index 536ada8..5c7ac17 100644 --- a/kernel/time/tick-sched.c +++ b/kernel/time/tick-sched.c @@ -979,6 +979,17 @@ ktime_t tick_nohz_get_sleep_length(void) return ts->sleep_length; } +/** + * tick_nohz_get_next_wakeup - return the next wake up of the CPU + */ +ktime_t tick_nohz_get_next_wakeup(int cpu) +{ + struct clock_event_device *dev = + per_cpu(tick_cpu_device.evtdev, cpu); + + return dev->next_event; +} + static void tick_nohz_account_idle_ticks(struct tick_sched *ts) { #ifndef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE