Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dfutex.c2343 struct task_struct *argowner) in __fixup_pi_state_owner() argument
2376 if (!argowner) { in __fixup_pi_state_owner()
2408 WARN_ON_ONCE(argowner != current); in __fixup_pi_state_owner()
2416 newowner = argowner; in __fixup_pi_state_owner()
2446 return argowner == current; in __fixup_pi_state_owner()
2487 return argowner == current; in __fixup_pi_state_owner()
2515 struct task_struct *argowner) in fixup_pi_state_owner() argument
2523 ret = __fixup_pi_state_owner(uaddr, q, argowner); in fixup_pi_state_owner()