u_other           376 net/unix/af_unix.c 	struct unix_sock *u, *u_other;
u_other           380 net/unix/af_unix.c 	u_other = unix_sk(other);
u_other           382 net/unix/af_unix.c 	spin_lock(&u_other->peer_wait.lock);
u_other           386 net/unix/af_unix.c 		__add_wait_queue(&u_other->peer_wait, &u->peer_wake);
u_other           391 net/unix/af_unix.c 	spin_unlock(&u_other->peer_wait.lock);
u_other           398 net/unix/af_unix.c 	struct unix_sock *u, *u_other;
u_other           401 net/unix/af_unix.c 	u_other = unix_sk(other);
u_other           402 net/unix/af_unix.c 	spin_lock(&u_other->peer_wait.lock);
u_other           405 net/unix/af_unix.c 		__remove_wait_queue(&u_other->peer_wait, &u->peer_wake);
u_other           409 net/unix/af_unix.c 	spin_unlock(&u_other->peer_wait.lock);