Re: [PATCH v6 3/3] sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2024-06-11 14:20:13
Also in:
linux-fsdevel, linux-mm, lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2024-06-11 14:20:13
Also in:
linux-fsdevel, linux-mm, lkml
On Tue, 11 Jun 2024 11:03:25 +0200 Daniel Bristot de Oliveira [off-list ref] wrote:
On 6/10/24 21:20, Qais Yousef wrote:quoted
- 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