Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/kernel/futex/
Dfutex.h54 struct futex_pi_state { struct
59 struct list_head list;
64 struct rt_mutex_base pi_mutex;
66 struct task_struct *owner;
67 refcount_t refcount;
69 union futex_key key;
/kernel/linux/linux-5.10/kernel/futex/
Dcore.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;