Lines Matching refs:peer_wait
340 * 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,
386 spin_lock(&u_other->peer_wait.lock);
390 __add_wait_queue(&u_other->peer_wait, &u->peer_wake);
395 spin_unlock(&u_other->peer_wait.lock);
406 spin_lock(&u_other->peer_wait.lock);
409 __remove_wait_queue(&u_other->peer_wait, &u->peer_wake);
413 spin_unlock(&u_other->peer_wait.lock);
479 wake_up_interruptible_all(&unix_sk(sk)->peer_wait);
544 wake_up_interruptible_all(&u->peer_wait);
650 wake_up_interruptible_all(&u->peer_wait);
828 init_waitqueue_head(&u->peer_wait);
1233 prepare_to_wait_exclusive(&u->peer_wait, &wait, TASK_INTERRUPTIBLE);
1244 finish_wait(&u->peer_wait, &wait);
1497 wake_up_interruptible(&unix_sk(sk)->peer_wait);
2192 if (wq_has_sleeper(&u->peer_wait))
2193 wake_up_interruptible_sync_poll(&u->peer_wait,