Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/unix/
A Daf_unix.c460 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()
469 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()
480 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()
487 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()
625 wake_up_interruptible_all(&u->peer_wait); in unix_release_sock()
731 wake_up_interruptible_all(&u->peer_wait); in unix_listen()
982 init_waitqueue_head(&u->peer_wait); in unix_create1()
1452 finish_wait(&u->peer_wait, &wait); in unix_wait_for_peer()
1708 wake_up_interruptible(&unix_sk(sk)->peer_wait); in unix_accept()
2478 if (wq_has_sleeper(&u->peer_wait)) in __unix_dgram_recvmsg()
[all …]
/linux-6.3-rc2/include/net/
A Daf_unix.h81 #define peer_wait peer_wq.wait macro

Completed in 10 milliseconds