Lines Matching refs:ps
1074 struct futex_pi_state **ps) in attach_to_pi_state() argument
1170 *ps = pi_state; in attach_to_pi_state()
1278 struct futex_pi_state **ps) in __attach_to_pi_owner() argument
1305 *ps = pi_state; in __attach_to_pi_owner()
1312 struct futex_pi_state **ps, in attach_to_pi_owner() argument
1367 __attach_to_pi_owner(p, key, ps); in attach_to_pi_owner()
1417 struct futex_pi_state **ps, in futex_lock_pi_atomic() argument
1451 return attach_to_pi_state(uaddr, uval, top_waiter->pi_state, ps); in futex_lock_pi_atomic()
1488 __attach_to_pi_owner(task, key, ps); in futex_lock_pi_atomic()
1508 return attach_to_pi_owner(uaddr, newval, key, ps, exiting); in futex_lock_pi_atomic()
2047 union futex_key *key2, struct futex_pi_state **ps, in futex_proxy_trylock_atomic() argument
2097 ret = futex_lock_pi_atomic(pifutex, hb2, key2, ps, top_waiter->task, in futex_proxy_trylock_atomic()