Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dpi.c675 struct task_struct *argowner) in __fixup_pi_state_owner() argument
710 if (!argowner) { in __fixup_pi_state_owner()
742 WARN_ON_ONCE(argowner != current); in __fixup_pi_state_owner()
750 newowner = argowner; in __fixup_pi_state_owner()
780 return argowner == current; in __fixup_pi_state_owner()
821 return argowner == current; in __fixup_pi_state_owner()
849 struct task_struct *argowner) in fixup_pi_state_owner() argument
857 ret = __fixup_pi_state_owner(uaddr, q, argowner); in fixup_pi_state_owner()