Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp484738pxf; Thu, 18 Mar 2021 05:32:22 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyzIiqMJZRjmNTg5M/jnDVw+03bMkahAomWm50ycedcexSAgBUi5maql9ZZivxvunMxTcp9 X-Received: by 2002:a05:6402:2ce:: with SMTP id b14mr3355436edx.13.1616070742793; Thu, 18 Mar 2021 05:32:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616070742; cv=none; d=google.com; s=arc-20160816; b=YLfE/u8JQCzKAD+335oS3ldgwkstjkAx91i6qi1vWR9Y8Nwryk/n0YEuCesXbHk7qW uKFtS6nd5H6fMTMlbeRO1Ms40yvXo5J0yhZymtCQGwP12MdIFC09SOIzFl01oBp21I4/ dY0GDS3nVwFo7nKbSD1L8njvoWWRTQD2MrheX71PtZ7unINwlSjusq+v1kJSXYVEgklC ZQJaJUo6n44Di3b7qhcrfzHhuqPvBlHYof70Q5FM1kDRU+cImgewoTyJPHY5Q7DoYY2Z f7jJPZ1YykykN5Nsw2J3sU1AAIIv8WiNFH9VeKJNhoOIJ+edFShnMIlHm3WpiGXOllel uDmw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=gFrHV6Zr4tPDdmX+Fq3dprZK/nh5+5+DHJcOtyaQX9E=; b=wwDkyNLp4k0lImOgwq0rkrCa8NGUVmMahgyRl1ZVepRftDzZ8+YHZbXwjVmu0e8jkg 8KG1Y7TrlCcKLvebFWyRjZjUUTobiXTKcwMZ6+7icHB1PDK3mF6qAuaJrRCickj9flo5 LOs5c+4XJwvj+XjHUlhGG5C12MXbgb+pWelGI19iMRhxzKM/BGTbP2OBdTmA23fwYjRu YJ+fXi6LUliVAj2H3S6IOyGHzPR6R1YwQS4QdUECCN2NzGB4f5oK1yy0H4J5HUWB3WZS h4pBnODJQji84b2jFybqnjDfRTRdhuPt9st99i571pPUrZBABksm/BQ4WyB/9rFflZcO 4THg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id lu7si1515087ejb.27.2021.03.18.05.32.01; Thu, 18 Mar 2021 05:32:22 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231280AbhCRM2l (ORCPT + 99 others); Thu, 18 Mar 2021 08:28:41 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:13987 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231153AbhCRM2N (ORCPT ); Thu, 18 Mar 2021 08:28:13 -0400 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4F1R8M4YtkzrYQl; Thu, 18 Mar 2021 20:26:11 +0800 (CST) Received: from huawei.com (10.175.104.175) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.498.0; Thu, 18 Mar 2021 20:27:56 +0800 From: Miaohe Lin To: CC: , , , , , , , , , , , , , , Subject: [PATCH v3 2/6] mm/huge_memory.c: make get_huge_zero_page() return bool Date: Thu, 18 Mar 2021 08:27:18 -0400 Message-ID: <20210318122722.13135-3-linmiaohe@huawei.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20210318122722.13135-1-linmiaohe@huawei.com> References: <20210318122722.13135-1-linmiaohe@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.175.104.175] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It's guaranteed that huge_zero_page will not be NULL if huge_zero_refcount is increased successfully. When READ_ONCE(huge_zero_page) is returned, there must be a huge_zero_page and it can be replaced with returning 'true' when we do not care about the value of huge_zero_page. We can thus make it return bool to save READ_ONCE cpu cycles as the return value is just used to check if huge_zero_page exists. Signed-off-by: Miaohe Lin --- mm/huge_memory.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mm/huge_memory.c b/mm/huge_memory.c index ae16a82da823..01b96c638e73 100644 --- a/mm/huge_memory.c +++ b/mm/huge_memory.c @@ -77,18 +77,18 @@ bool transparent_hugepage_enabled(struct vm_area_struct *vma) return false; } -static struct page *get_huge_zero_page(void) +static bool get_huge_zero_page(void) { struct page *zero_page; retry: if (likely(atomic_inc_not_zero(&huge_zero_refcount))) - return READ_ONCE(huge_zero_page); + return true; zero_page = alloc_pages((GFP_TRANSHUGE | __GFP_ZERO) & ~__GFP_MOVABLE, HPAGE_PMD_ORDER); if (!zero_page) { count_vm_event(THP_ZERO_PAGE_ALLOC_FAILED); - return NULL; + return false; } count_vm_event(THP_ZERO_PAGE_ALLOC); preempt_disable(); @@ -101,7 +101,7 @@ static struct page *get_huge_zero_page(void) /* We take additional reference here. It will be put back by shrinker */ atomic_set(&huge_zero_refcount, 2); preempt_enable(); - return READ_ONCE(huge_zero_page); + return true; } static void put_huge_zero_page(void) -- 2.19.1