Home
last modified time | relevance | path

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

/linux-6.1.9/net/unix/
Daf_unix.c453 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect() local
457 u_other = unix_sk(other); in unix_dgram_peer_wake_connect()
459 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()
463 __add_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_connect()
468 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()
475 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect() local
478 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect()
479 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()
482 __remove_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_disconnect()
486 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()