Searched refs:u_other (Results 1 – 1 of 1) sorted by relevance
388 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect() local392 u_other = unix_sk(other); in unix_dgram_peer_wake_connect()394 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()398 __add_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_connect()403 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()410 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect() local413 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect()414 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()417 __remove_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_disconnect()421 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()