Home
last modified time | relevance | path

Searched refs:u_other (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/net/unix/
H A Daf_unix.c518 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect() local
522 u_other = unix_sk(other); in unix_dgram_peer_wake_connect()
524 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()
528 __add_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_connect()
533 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()
540 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect() local
543 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect()
544 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()
547 __remove_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_disconnect()
551 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()