[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240611102026.1be1155f@gandalf.local.home>
Date: Tue, 11 Jun 2024 10:20:26 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Daniel Bristot de Oliveira <bristot@...hat.com>
Cc: Qais Yousef <qyousef@...alina.io>, Ingo Molnar <mingo@...nel.org>, Peter
Zijlstra <peterz@...radead.org>, Juri Lelli <juri.lelli@...hat.com>,
Vincent Guittot <vincent.guittot@...aro.org>, Thomas Gleixner
<tglx@...utronix.de>, Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
Alexander Viro <viro@...iv.linux.org.uk>, Christian Brauner
<brauner@...nel.org>, Andrew Morton <akpm@...ux-foundation.org>, Jens Axboe
<axboe@...nel.dk>, Metin Kaya <metin.kaya@....com>,
linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
linux-trace-kernel@...r.kernel.org, linux-mm@...ck.org
Subject: Re: [PATCH v6 3/3] sched/rt: Rename realtime_{prio, task}() to
rt_or_dl_{prio, task}()
On Tue, 11 Jun 2024 11:03:25 +0200
Daniel Bristot de Oliveira <bristot@...hat.com> wrote:
> On 6/10/24 21:20, Qais Yousef wrote:
> > - if (realtime_prio(p->prio)) /* includes deadline */
> > + if (rt_or_dl_prio(p->prio))
>
> that is it... no thinking, no recall, no comment, no confusion...
How about "not_normal_prio(p->prio)" ?
/me runs!
-- Steve
Powered by blists - more mailing lists