Re: [patch 16/50] locking/rtmutex: Use rt_mutex_wake_q_head

From: Thomas Gleixner
Date: Wed Jul 14 2021 - 05:51:19 EST


On Wed, Jul 14 2021 at 10:55, Peter Zijlstra wrote:
> On Tue, Jul 13, 2021 at 05:11:10PM +0200, Thomas Gleixner wrote:
>> + DEFINE_RT_MUTEX_WAKE_Q_HEAD(wqh);
>> - DEFINE_WAKE_Q(wake_q);
>
> The naming doesn't really line up nicely... Would DEFINE_RT_WAKE_Q()
> work?

Sure.