Searched defs:pi_state (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/kernel/futex/ |
H A D | pi.c | 14 struct futex_pi_state *pi_state; in refill_pi_state_cache() local 37 struct futex_pi_state *pi_state in alloc_pi_state() local 45 pi_state_update_owner(struct futex_pi_state *pi_state, struct task_struct *new_owner) pi_state_update_owner() argument 68 get_pi_state(struct futex_pi_state *pi_state) get_pi_state() argument 77 put_pi_state(struct futex_pi_state *pi_state) put_pi_state() argument 202 attach_to_pi_state(u32 __user *uaddr, u32 uval, struct futex_pi_state *pi_state, struct futex_pi_state **ps) attach_to_pi_state() argument 385 struct futex_pi_state *pi_state = alloc_pi_state(); __attach_to_pi_owner() local 613 wake_futex_pi(u32 __user *uaddr, u32 uval, struct futex_pi_state *pi_state) wake_futex_pi() argument 686 struct futex_pi_state *pi_state = q->pi_state; __fixup_pi_state_owner() local 858 struct futex_pi_state *pi_state = q->pi_state; fixup_pi_state_owner() local 1134 struct futex_pi_state *pi_state = top_waiter->pi_state; futex_unlock_pi() local [all...] |
H A D | requeue.c | 369 struct futex_pi_state *pi_state = NULL; in futex_requeue() local 92 futex_requeue_pi_prepare(struct futex_q *q, struct futex_pi_state *pi_state) futex_requeue_pi_prepare() argument [all...] |
H A D | futex.h | 102 struct futex_pi_state *pi_state; member
|
H A D | core.c | 956 struct futex_pi_state *pi_state; in exit_pi_state_list() local [all...] |
/kernel/linux/linux-5.10/kernel/futex/ |
H A D | core.c | 218 struct futex_pi_state *pi_state; member 746 struct futex_pi_state *pi_state; in refill_pi_state_cache() local 769 struct futex_pi_state *pi_state = current->pi_state_cache; alloc_pi_state() local 777 pi_state_update_owner(struct futex_pi_state *pi_state, struct task_struct *new_owner) pi_state_update_owner() argument 800 get_pi_state(struct futex_pi_state *pi_state) get_pi_state() argument 809 put_pi_state(struct futex_pi_state *pi_state) put_pi_state() argument 854 struct futex_pi_state *pi_state; exit_pi_state_list() local 1014 attach_to_pi_state(u32 __user *uaddr, u32 uval, struct futex_pi_state *pi_state, struct futex_pi_state **ps) attach_to_pi_state() argument 1228 struct futex_pi_state *pi_state; attach_to_pi_owner() local 1505 wake_futex_pi(u32 __user *uaddr, u32 uval, struct futex_pi_state *pi_state) wake_futex_pi() argument 1936 struct futex_pi_state *pi_state = NULL; futex_requeue() local 2347 struct futex_pi_state *pi_state = q->pi_state; __fixup_pi_state_owner() local 2519 struct futex_pi_state *pi_state = q->pi_state; fixup_pi_state_owner() local 2989 struct futex_pi_state *pi_state = top_waiter->pi_state; futex_unlock_pi() local [all...] |
Completed in 6 milliseconds