From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85981C4332F for ; Sun, 21 Nov 2021 21:20:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231550AbhKUVXx (ORCPT ); Sun, 21 Nov 2021 16:23:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44062 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231492AbhKUVXv (ORCPT ); Sun, 21 Nov 2021 16:23:51 -0500 Received: from mail-pj1-x102d.google.com (mail-pj1-x102d.google.com [IPv6:2607:f8b0:4864:20::102d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9A0CC061574 for ; Sun, 21 Nov 2021 13:20:45 -0800 (PST) Received: by mail-pj1-x102d.google.com with SMTP id np6-20020a17090b4c4600b001a90b011e06so13491222pjb.5 for ; Sun, 21 Nov 2021 13:20:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posk.io; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=UqE0RmM7gK/dQ2NmLgZR9iia6oknN538MGKbbKe5kmg=; b=VfC/2KESGaQJhZx98qZ8Oj4GzCRSg2ul/EXyAsOT9ISi6hBNsL2QZLd29Sz0YkNpmQ 0YBDE+M6YHVNvIi0ZZ3Cj/zRzVsvGf+Vys4KOEw96zTFqb3Nz+tX09ak+jzdPS311HD2 6h6IwrdQo5L0b+rC6Wa3aAoIRfUlLy+UnSl1cscI3u2b/F9JNH6qsaaJzwZp6epMutwl Afqy+7/W/bS36wRJLDmL4UZBs6MatKhiuUj4BS1XN2kf5+jIAiuYg6A7cT7WL1NI0xYf pt/imOiogakgr0a2B7O8XrpmO9V/cm2/9xoPUPED73AopdedrngeWrmBFuRvSApKkxat t1AA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=UqE0RmM7gK/dQ2NmLgZR9iia6oknN538MGKbbKe5kmg=; b=Ccf6aHHle0LpggB8P0n0ZkBftZWlhtPWZGi5r62XZx+2Nx5mHFWN2TajlPk/f9Yh54 hZC9zew1Za7qEUlJbOBFgq89BuLbaitqyy/J9yrAsu0sosMjxXzy5flftm6GbhBfWMiO tf5PLrIMLVPMYBTy6k1wgnDwbY6/9polq5/8gdDvK77vU0hIg9FQoVzgb+LNgHTfMIfd h4GJaOwOaKprPp6xc/e9bl/5PUbN7WiJiLtv83M70L5i+3tg7wS6GtOC1tCr1s5tfsRX j+PpPP4oJtDO6NYehvOSmVx8vx/YNrKDhbGuOlBv86cCBFI5GcYDmfZXdd2rmWE01i8j isZg== X-Gm-Message-State: AOAM530c4LnKFNzaeLKNf1rdyd8FMs3fnBEWFhwiXEroPhzoP/IWBN2K NRznLwXdxJFtCBSxYuo/mVox5w== X-Google-Smtp-Source: ABdhPJzl+7OeInZDP+uIq4cZqlN+tCWka/Xat9hKvRilfeB694CXKW6V/Om9i8wOj5ayuRPifae3og== X-Received: by 2002:a17:90b:1e07:: with SMTP id pg7mr23804710pjb.93.1637529645456; Sun, 21 Nov 2021 13:20:45 -0800 (PST) Received: from posk-p1g4.localdomain (23-118-52-46.lightspeed.sntcca.sbcglobal.net. [23.118.52.46]) by smtp.gmail.com with ESMTPSA id k8sm6207924pfu.75.2021.11.21.13.20.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 Nov 2021 13:20:45 -0800 (PST) From: Peter Oskolkov X-Google-Original-From: Peter Oskolkov To: Peter Zijlstra , Ingo Molnar , Thomas Gleixner , Andrew Morton , Dave Hansen , Andy Lutomirski , linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org Cc: Paul Turner , Ben Segall , Peter Oskolkov , Peter Oskolkov , Andrei Vagin , Jann Horn , Thierry Delisle Subject: [PATCH v0.9 1/6] sched/umcg: add WF_CURRENT_CPU and externise ttwu Date: Sun, 21 Nov 2021 13:20:35 -0800 Message-Id: <20211121212040.8649-2-posk@google.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211121212040.8649-1-posk@google.com> References: <20211121212040.8649-1-posk@google.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add WF_CURRENT_CPU wake flag that advices the scheduler to move the wakee to the current CPU. This is useful for fast on-CPU context switching use cases such as UMCG. In addition, make ttwu external rather than static so that the flag could be passed to it from outside of sched/core.c. Signed-off-by: Peter Oskolkov --- kernel/sched/core.c | 3 +-- kernel/sched/fair.c | 4 ++++ kernel/sched/sched.h | 15 +++++++++------ 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/kernel/sched/core.c b/kernel/sched/core.c index beaa8be6241e..5344aa0afe5a 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -3977,8 +3977,7 @@ bool ttwu_state_match(struct task_struct *p, unsigned int state, int *success) * Return: %true if @p->state changes (an actual wakeup was done), * %false otherwise. */ -static int -try_to_wake_up(struct task_struct *p, unsigned int state, int wake_flags) +int try_to_wake_up(struct task_struct *p, unsigned int state, int wake_flags) { unsigned long flags; int cpu, success = 0; diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index 884f29d07963..399422e6479b 100644 --- a/kernel/sched/fair.c +++ b/kernel/sched/fair.c @@ -6890,6 +6890,10 @@ select_task_rq_fair(struct task_struct *p, int prev_cpu, int wake_flags) if (wake_flags & WF_TTWU) { record_wakee(p); + if ((wake_flags & WF_CURRENT_CPU) && + cpumask_test_cpu(cpu, p->cpus_ptr)) + return cpu; + if (sched_energy_enabled()) { new_cpu = find_energy_efficient_cpu(p, prev_cpu); if (new_cpu >= 0) diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index eb971151e7e4..5e1ecf89c12b 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h @@ -2052,13 +2052,14 @@ static inline int task_on_rq_migrating(struct task_struct *p) } /* Wake flags. The first three directly map to some SD flag value */ -#define WF_EXEC 0x02 /* Wakeup after exec; maps to SD_BALANCE_EXEC */ -#define WF_FORK 0x04 /* Wakeup after fork; maps to SD_BALANCE_FORK */ -#define WF_TTWU 0x08 /* Wakeup; maps to SD_BALANCE_WAKE */ +#define WF_EXEC 0x02 /* Wakeup after exec; maps to SD_BALANCE_EXEC */ +#define WF_FORK 0x04 /* Wakeup after fork; maps to SD_BALANCE_FORK */ +#define WF_TTWU 0x08 /* Wakeup; maps to SD_BALANCE_WAKE */ -#define WF_SYNC 0x10 /* Waker goes to sleep after wakeup */ -#define WF_MIGRATED 0x20 /* Internal use, task got migrated */ -#define WF_ON_CPU 0x40 /* Wakee is on_cpu */ +#define WF_SYNC 0x10 /* Waker goes to sleep after wakeup */ +#define WF_MIGRATED 0x20 /* Internal use, task got migrated */ +#define WF_ON_CPU 0x40 /* Wakee is on_cpu */ +#define WF_CURRENT_CPU 0x80 /* Prefer to move the wakee to the current CPU. */ #ifdef CONFIG_SMP static_assert(WF_EXEC == SD_BALANCE_EXEC); @@ -3076,6 +3077,8 @@ static inline bool is_per_cpu_kthread(struct task_struct *p) extern void swake_up_all_locked(struct swait_queue_head *q); extern void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait); +extern int try_to_wake_up(struct task_struct *tsk, unsigned int state, int wake_flags); + #ifdef CONFIG_PREEMPT_DYNAMIC extern int preempt_dynamic_mode; extern int sched_dynamic_mode(const char *str); -- 2.25.1