lkml.org 
[lkml]   [2021]   [Jul]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch 14/50] locking/rtmutex: Add wake_state to rt_mutex_waiter
On Tue, Jul 13, 2021 at 05:11:08PM +0200, Thomas Gleixner wrote:
> @@ -33,6 +34,7 @@ struct rt_mutex_waiter {
> struct rb_node pi_tree_entry;
> struct task_struct *task;
> struct rt_mutex *lock;
> + int wake_state;
> int prio;
> u64 deadline;

State is 'unsigned int', but we're (luckily) not yet at the MSB so it's
a bit moot, still...

\
 
 \ /
  Last update: 2021-07-14 12:21    [W:0.466 / U:0.984 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site