Searched refs:u_other (Results 1 – 1 of 1) sorted by relevance
376 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect() local380 u_other = unix_sk(other); in unix_dgram_peer_wake_connect()382 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()386 __add_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_connect()391 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()398 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect() local401 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect()402 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()405 __remove_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_disconnect()409 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()