Home
last modified time | relevance | path

Searched refs:futex_pi_state (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/futex/
A Dpi.c14 struct futex_pi_state *pi_state; in refill_pi_state_cache()
35 static struct futex_pi_state *alloc_pi_state(void) in alloc_pi_state()
68 void get_pi_state(struct futex_pi_state *pi_state) in get_pi_state()
77 void put_pi_state(struct futex_pi_state *pi_state) in put_pi_state()
203 struct futex_pi_state *pi_state, in attach_to_pi_state()
204 struct futex_pi_state **ps) in attach_to_pi_state()
377 struct futex_pi_state **ps) in __attach_to_pi_owner()
411 struct futex_pi_state **ps, in attach_to_pi_owner()
516 struct futex_pi_state **ps, in futex_lock_pi_atomic()
686 struct futex_pi_state *pi_state = q->pi_state; in __fixup_pi_state_owner()
[all …]
A Dfutex.h59 struct futex_pi_state { struct
107 struct futex_pi_state *pi_state;
230 struct futex_pi_state **ps,
236 extern void get_pi_state(struct futex_pi_state *pi_state);
237 extern void put_pi_state(struct futex_pi_state *pi_state);
A Drequeue.c93 struct futex_pi_state *pi_state) in futex_requeue_pi_prepare()
269 union futex_key *key2, struct futex_pi_state **ps, in futex_proxy_trylock_atomic()
369 struct futex_pi_state *pi_state = NULL; in futex_requeue()
A Dcore.c949 struct futex_pi_state *pi_state; in exit_pi_state_list()
963 pi_state = list_entry(next, struct futex_pi_state, list); in exit_pi_state_list()
/linux/include/linux/
A Dsched.h49 struct futex_pi_state;
1215 struct futex_pi_state *pi_state_cache;

Completed in 21 milliseconds