Home
last modified time | relevance | path

Searched refs:wakeup_state (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/kern/
H A Dsys_pipe.c435 unsigned int wakeup_state = 0; in pipe_read() local
522 if (wakeup_state & PIPE_RESTART) { in pipe_read()
531 wakeup_state = rpipe->pipe_state; in pipe_read()
572 unsigned int wakeup_state = 0; in pipe_write() local
674 wakeup_state = 0; in pipe_write()
696 if (wakeup_state & PIPE_RESTART) { in pipe_write()
715 wakeup_state = wpipe->pipe_state; in pipe_write()
H A Duipc_socket.c898 short wakeup_state = 0; in sosend() local
971 if (wakeup_state & SS_RESTARTSYS) { in sosend()
978 wakeup_state = so->so_state; in sosend()
981 wakeup_state = 0; in sosend()
1163 short wakeup_state = 0; in soreceive() local
1274 if (wakeup_state & SS_RESTARTSYS) in soreceive()
1283 wakeup_state = so->so_state; in soreceive()
1460 wakeup_state = 0; in soreceive()
1603 if (wakeup_state & SS_RESTARTSYS) in soreceive()
1615 wakeup_state = so->so_state; in soreceive()
H A Duipc_syscalls.c178 short wakeup_state = 0; in do_sys_accept() local
214 if (wakeup_state & SS_RESTARTSYS) { in do_sys_accept()
222 wakeup_state = so->so_state; in do_sys_accept()