Lines Matching refs:peer_wait
424 * 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,
470 spin_lock(&u_other->peer_wait.lock);
474 __add_wait_queue(&u_other->peer_wait, &u->peer_wake);
479 spin_unlock(&u_other->peer_wait.lock);
490 spin_lock(&u_other->peer_wait.lock);
493 __remove_wait_queue(&u_other->peer_wait, &u->peer_wake);
497 spin_unlock(&u_other->peer_wait.lock);
563 wake_up_interruptible_all(&unix_sk(sk)->peer_wait);
635 wake_up_interruptible_all(&u->peer_wait);
741 wake_up_interruptible_all(&u->peer_wait);
1003 init_waitqueue_head(&u->peer_wait);
1458 prepare_to_wait_exclusive(&u->peer_wait, &wait, TASK_INTERRUPTIBLE);
1469 finish_wait(&u->peer_wait, &wait);
1728 wake_up_interruptible(&unix_sk(sk)->peer_wait);
2384 if (wq_has_sleeper(&u->peer_wait))
2385 wake_up_interruptible_sync_poll(&u->peer_wait,