Home
last modified time | relevance | path

Searched defs:futex_pi_state (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/kernel/
Dfutex.c202 struct futex_pi_state { struct
207 struct list_head list;
212 struct rt_mutex pi_mutex;
214 struct task_struct *owner;
215 atomic_t refcount;
217 union futex_key key;
/kernel/linux/linux-5.10/kernel/
Dfutex.c172 struct futex_pi_state { struct
177 struct list_head list;
182 struct rt_mutex pi_mutex;
184 struct task_struct *owner;
185 refcount_t refcount;
187 union futex_key key;