[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87tukfllmd.mognet@arm.com>
Date: Tue, 27 Jul 2021 18:20:10 +0100
From: Valentin Schneider <valentin.schneider@....com>
To: Thomas Gleixner <tglx@...utronix.de>,
LKML <linux-kernel@...r.kernel.org>
Cc: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...nel.org>,
Juri Lelli <juri.lelli@...hat.com>,
Steven Rostedt <rostedt@...dmis.org>,
Daniel Bristot de Oliveira <bristot@...hat.com>,
Will Deacon <will@...nel.org>,
Waiman Long <longman@...hat.com>,
Boqun Feng <boqun.feng@...il.com>,
Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
Davidlohr Bueso <dave@...olabs.net>
Subject: Re: [patch 10/50] locking/rtmutex: Provide rt_mutex_slowlock_locked()
On 13/07/21 17:11, Thomas Gleixner wrote:
> +/*
> + * rt_mutex_slowlock - Locking slowpath invoked when fast path fails
> + * @lock: The rtmutex to block lock
> + * @state: The task state for sleeping
> + */
> +static int __sched rt_mutex_slowlock(struct rt_mutex *lock, unsigned int state)
> +{
> + unsigned long flags;
> + int ret;
>
> - debug_rt_mutex_free_waiter(&waiter);
This does end up showing up in rtlock_slowlock_locked(), but disappears
from the rtmutex path. AFAICT it should show up at the tail of
__rt_mutex_slowlock_locked().
Powered by blists - more mailing lists