Lines Matching defs:u_other
464 struct unix_sock *u, *u_other;
468 u_other = unix_sk(other);
470 spin_lock(&u_other->peer_wait.lock);
474 __add_wait_queue(&u_other->peer_wait, &u->peer_wake);
479 spin_unlock(&u_other->peer_wait.lock);
486 struct unix_sock *u, *u_other;
489 u_other = unix_sk(other);
490 spin_lock(&u_other->peer_wait.lock);
493 __remove_wait_queue(&u_other->peer_wait, &u->peer_wake);
497 spin_unlock(&u_other->peer_wait.lock);