Searched refs:u_other (Results 1 – 1 of 1) sorted by relevance
532 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect() local536 u_other = unix_sk(other); in unix_dgram_peer_wake_connect()538 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()542 __add_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_connect()547 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()554 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect() local557 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect()558 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()561 __remove_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_disconnect()565 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()