Home
last modified time | relevance | path

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

/openbmc/linux/kernel/futex/
H A Dpi.c684 struct task_struct *argowner) in __fixup_pi_state_owner() argument
717 if (!argowner) { in __fixup_pi_state_owner()
749 WARN_ON_ONCE(argowner != current); in __fixup_pi_state_owner()
757 newowner = argowner; in __fixup_pi_state_owner()
787 return argowner == current; in __fixup_pi_state_owner()
828 return argowner == current; in __fixup_pi_state_owner()
856 struct task_struct *argowner) in fixup_pi_state_owner() argument
864 ret = __fixup_pi_state_owner(uaddr, q, argowner); in fixup_pi_state_owner()