Lines Matching refs:owner
26 pi_state->owner = NULL; in refill_pi_state_cache()
48 struct task_struct *old_owner = pi_state->owner; in pi_state_update_owner()
63 pi_state->owner = new_owner; in pi_state_update_owner()
89 if (pi_state->owner) { in put_pi_state()
106 pi_state->owner = NULL; in put_pi_state()
257 if (!pi_state->owner) { in attach_to_pi_state()
285 if (!pi_state->owner) in attach_to_pi_state()
294 if (pid != task_pid_vnr(pi_state->owner)) in attach_to_pi_state()
402 pi_state->owner = p; in __attach_to_pi_owner()
691 oldowner = pi_state->owner; in __fixup_pi_state_owner()
762 if (!pi_state->owner) in __fixup_pi_state_owner()
827 if (pi_state->owner != oldowner) in __fixup_pi_state_owner()
895 if (q->pi_state->owner != current) in fixup_pi_owner()
908 if (q->pi_state->owner == current) in fixup_pi_owner()
1144 if (pi_state->owner != current) in futex_unlock_pi()