Home
last modified time | relevance | path

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

/linux/net/unix/
A Daf_unix.c538 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()
547 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_connect()
558 spin_lock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()
565 spin_unlock(&u_other->peer_wait.lock); in unix_dgram_peer_wake_disconnect()
699 wake_up_interruptible_all(&u->peer_wait); in unix_release_sock()
796 wake_up_interruptible_all(&u->peer_wait); in unix_listen()
1049 init_waitqueue_head(&u->peer_wait); in unix_create1()
1531 finish_wait(&u->peer_wait, &wait); in unix_wait_for_peer()
1776 wake_up_interruptible(&unix_sk(sk)->peer_wait); in unix_accept()
2461 if (wq_has_sleeper(&u->peer_wait)) in __unix_dgram_recvmsg()
[all …]
/linux/include/net/
A Daf_unix.h100 #define peer_wait peer_wq.wait macro

Completed in 606 milliseconds