From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752955AbdEDOlj (ORCPT ); Thu, 4 May 2017 10:41:39 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:50077 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750832AbdEDOlg (ORCPT ); Thu, 4 May 2017 10:41:36 -0400 Date: Thu, 4 May 2017 16:41:28 +0200 From: Peter Zijlstra To: Steven Rostedt Cc: LKML , Thomas Gleixner , Ingo Molnar , Clark Williams , Daniel Bristot de Oliveira , John Kacur , Scott Wood Subject: Re: [PATCH tip/sched/core v2] sched/rt: Simplify the IPI rt balancing logic Message-ID: <20170504144128.k2a5vxebtyly7qlv@hirez.programming.kicks-ass.net> References: <20170424114732.1aac6dc4@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170424114732.1aac6dc4@gandalf.local.home> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 24, 2017 at 11:47:32AM -0400, Steven Rostedt wrote: > + /* Keep the loop going if the IPI is currently active */ > + atomic_inc_return(&rq->rd->rto_loop_next); What's the return for?