Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/unix/
H A Daf_unix.c380 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect() local
384 u_other = unix_sk(other); in unix_dgram_peer_wake_connect()
386 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()
390 __add_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_connect()
395 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()
402 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect() local
405 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect()
406 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()
409 __remove_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_disconnect()
413 spin_unlock(&u_other in unix_dgram_peer_wake_disconnect()
[all...]
/kernel/linux/linux-6.6/net/unix/
H A Daf_unix.c464 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect() local
468 u_other = unix_sk(other); in unix_dgram_peer_wake_connect()
470 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()
474 __add_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_connect()
479 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()
486 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect() local
489 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect()
490 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()
493 __remove_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_disconnect()
497 spin_unlock(&u_other in unix_dgram_peer_wake_disconnect()
[all...]

Completed in 9 milliseconds