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

/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsys_pipe.c457 unsigned int wakeup_state = 0; local
587 if (wakeup_state & PIPE_RESTART) {
596 wakeup_state = rpipe->pipe_state;
832 unsigned int wakeup_state = 0; local
986 wakeup_state = 0;
1008 if (wakeup_state & PIPE_RESTART) {
1026 wakeup_state = wpipe->pipe_state;
H A Duipc_socket.c882 short wakeup_state = 0; local
956 if (wakeup_state & SS_RESTARTSYS) {
963 wakeup_state = so->so_state;
966 wakeup_state = 0;
1143 short wakeup_state = 0; local
1256 if (wakeup_state & SS_RESTARTSYS)
1265 wakeup_state = so->so_state;
1406 wakeup_state = 0;
1539 if (wakeup_state & SS_RESTARTSYS)
1551 wakeup_state
[all...]
H A Duipc_syscalls.c174 short wakeup_state = 0; local
212 if (wakeup_state & SS_RESTARTSYS) {
220 wakeup_state = so->so_state;

Completed in 117 milliseconds