HomeSort by: relevance | last modified time | path
    Searched defs:wakeup_state (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
sys_pipe.c 417 unsigned int wakeup_state = 0; local in function:pipe_read
521 if (wakeup_state & PIPE_RESTART) {
530 wakeup_state = rpipe->pipe_state;
571 unsigned int wakeup_state = 0; local in function:pipe_write
673 wakeup_state = 0;
695 if (wakeup_state & PIPE_RESTART) {
714 wakeup_state = wpipe->pipe_state;
uipc_syscalls.c 183 short wakeup_state = 0; local in function:do_sys_accept
219 if (wakeup_state & SS_RESTARTSYS) {
227 wakeup_state = so->so_state;
uipc_socket.c 910 short wakeup_state = 0; local in function:sosend
983 if (wakeup_state & SS_RESTARTSYS) {
990 wakeup_state = so->so_state;
993 wakeup_state = 0;
1173 short wakeup_state = 0; local in function:soreceive
1283 if (wakeup_state & SS_RESTARTSYS)
1292 wakeup_state = so->so_state;
1471 wakeup_state = 0;
1614 if (wakeup_state & SS_RESTARTSYS)
1626 wakeup_state = so->so_state
    [all...]

Completed in 15 milliseconds