Home
last modified time | relevance | path

Searched refs:peer_wait (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/unix/
H A Daf_unix.c340 * up on the peer_wait wait queue of a socket upon reception of a
350 * socket is enqueued on the peer_wait queue of the server socket
366 __remove_wait_queue(&unix_sk(u->peer_wake.private)->peer_wait, in unix_dgram_peer_wake_relay()
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()
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->peer_wait.lock); in unix_dgram_peer_wake_disconnect()
479 wake_up_interruptible_all(&unix_sk(sk)->peer_wait); in unix_dgram_disconnected()
[all...]
/kernel/linux/linux-5.10/include/net/
H A Daf_unix.h88 #define peer_wait peer_wq.wait macro
/kernel/linux/linux-6.6/net/unix/
H A Daf_unix.c424 * up on the peer_wait wait queue of a socket upon reception of a
434 * socket is enqueued on the peer_wait queue of the server socket
450 __remove_wait_queue(&unix_sk(u->peer_wake.private)->peer_wait, in unix_dgram_peer_wake_relay()
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()
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->peer_wait.lock); in unix_dgram_peer_wake_disconnect()
563 wake_up_interruptible_all(&unix_sk(sk)->peer_wait); in unix_dgram_disconnected()
[all...]
/kernel/linux/linux-6.6/include/net/
H A Daf_unix.h88 #define peer_wait peer_wq.wait macro

Completed in 6 milliseconds