lkml.org 
[lkml]   [2021]   [Aug]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [patch 15/63] locking: Add base code for RT rw_semaphore and rwlock
Date
On 7/30/21 9:50 AM, Thomas Gleixner wrote:
> +static int __sched rwbase_write_lock(struct rwbase_rt *rwb,
> + unsigned int state)
> +{
> + struct rt_mutex_base *rtm = &rwb->rtmutex;
> + unsigned long flags;
> +
> + /* Take the rtmutex as a first step */
> + if (rwbase_rtmutex_lock_state(rtm, state))

This function is used here before it was defined in next patch (patch 16).

Cheers,
Longman


\
 
 \ /
  Last update: 2021-08-04 21:38    [W:0.368 / U:0.204 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site