Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Daf_unix.h47 #define peer_wait peer_wq.wait macro
/linux-6.15/net/unix/
H A Daf_unix.c524 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()
533 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()
544 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()
551 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()
687 wake_up_interruptible_all(&u->peer_wait); in unix_release_sock()
784 wake_up_interruptible_all(&u->peer_wait); in unix_listen()
1037 init_waitqueue_head(&u->peer_wait); in unix_create1()
1518 finish_wait(&u->peer_wait, &wait); in unix_wait_for_peer()
1761 wake_up_interruptible(&unix_sk(sk)->peer_wait); in unix_accept()
2446 if (wq_has_sleeper(&u->peer_wait)) in __unix_dgram_recvmsg()
[all …]