Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/futex/
Dpi.c672 struct task_struct *argowner) in __fixup_pi_state_owner() argument
705 if (!argowner) { in __fixup_pi_state_owner()
737 WARN_ON_ONCE(argowner != current); in __fixup_pi_state_owner()
745 newowner = argowner; in __fixup_pi_state_owner()
775 return argowner == current; in __fixup_pi_state_owner()
816 return argowner == current; in __fixup_pi_state_owner()
844 struct task_struct *argowner) in fixup_pi_state_owner() argument
852 ret = __fixup_pi_state_owner(uaddr, q, argowner); in fixup_pi_state_owner()