tag | line | file | source code |
O_NONBLOCK | 2426 | drivers/char/cyclades.c | if (filp->f_flags & O_NONBLOCK) { |
O_NONBLOCK | 342 | drivers/char/lp.c | if ((LP_F(minor) & LP_ABORTOPEN) && !(file->f_flags & O_NONBLOCK)) { |
O_NONBLOCK | 828 | drivers/char/n_tty.c | if (file->f_flags & O_NONBLOCK) { |
O_NONBLOCK | 956 | drivers/char/n_tty.c | if (file->f_flags & O_NONBLOCK) { |
O_NONBLOCK | 385 | drivers/char/psaux.c | if (file->f_flags & O_NONBLOCK) |
O_NONBLOCK | 2161 | drivers/char/serial.c | if ((filp->f_flags & O_NONBLOCK) || |
O_NONBLOCK | 1375 | drivers/char/tty_io.c | file->f_flags |= O_NONBLOCK; |
O_NONBLOCK | 1377 | drivers/char/tty_io.c | file->f_flags &= ~O_NONBLOCK; |
O_NONBLOCK | 109 | drivers/scsi/sg.c | if (flags & O_NONBLOCK) |
O_NONBLOCK | 124 | drivers/scsi/sg.c | if (flags & O_NONBLOCK) |
O_NONBLOCK | 216 | drivers/scsi/sg.c | if (filp->f_flags & O_NONBLOCK) |
O_NONBLOCK | 319 | drivers/scsi/sg.c | if (filp->f_flags & O_NONBLOCK) |
O_NONBLOCK | 383 | drivers/scsi/sg.c | if (!(SCpnt=allocate_device(NULL,device->device, !(filp->f_flags & O_NONBLOCK)))) |
O_NONBLOCK | 117 | drivers/sound/sequencer.c | if (ISSET_FILE_FLAG (file, O_NONBLOCK)) |
O_NONBLOCK | 341 | drivers/sound/sequencer.c | if (!seq_queue (event, ISSET_FILE_FLAG (file, O_NONBLOCK))) |
O_NONBLOCK | 348 | drivers/sound/sequencer.c | if (!processed && ISSET_FILE_FLAG (file, O_NONBLOCK)) |
O_NONBLOCK | 1204 | drivers/sound/sequencer.c | if (mode != OPEN_READ && !ISSET_FILE_FLAG (file, O_NONBLOCK)) |
O_NONBLOCK | 100 | fs/fcntl.c | filp->f_flags &= ~(O_APPEND | O_NONBLOCK | FASYNC); |
O_NONBLOCK | 101 | fs/fcntl.c | filp->f_flags |= arg & (O_APPEND | O_NONBLOCK | |
O_NONBLOCK | 29 | fs/fifo.c | if (!(filp->f_flags & O_NONBLOCK) && !PIPE_WRITERS(*inode)) { |
O_NONBLOCK | 55 | fs/fifo.c | if ((filp->f_flags & O_NONBLOCK) && !PIPE_READERS(*inode)) { |
O_NONBLOCK | 77 | fs/ioctl.c | filp->f_flags |= O_NONBLOCK; |
O_NONBLOCK | 79 | fs/ioctl.c | filp->f_flags &= ~O_NONBLOCK; |
O_NONBLOCK | 30 | fs/pipe.c | if (filp->f_flags & O_NONBLOCK) { |
O_NONBLOCK | 94 | fs/pipe.c | if (filp->f_flags & O_NONBLOCK) |
O_NONBLOCK | 203 | fs/pipe.c | if (filp->f_flags & O_NONBLOCK) |
O_NONBLOCK | 17 | include/asm-alpha/fcntl.h | #define O_NDELAY O_NONBLOCK |
O_NONBLOCK | 16 | include/asm-i386/fcntl.h | #define O_NDELAY O_NONBLOCK |
O_NONBLOCK | 1146 | net/ax25/af_ax25.c | if (sk->state != TCP_ESTABLISHED && (flags & O_NONBLOCK)) |
O_NONBLOCK | 1202 | net/ax25/af_ax25.c | if (flags & O_NONBLOCK) { |
O_NONBLOCK | 969 | net/ipv4/af_inet.c | if (sock->state == SS_CONNECTING && sk->protocol == IPPROTO_TCP && (flags & O_NONBLOCK)) |
O_NONBLOCK | 1002 | net/ipv4/af_inet.c | if (sk->state != TCP_ESTABLISHED &&(flags & O_NONBLOCK)) |
O_NONBLOCK | 1092 | net/ipv4/af_inet.c | if (flags & O_NONBLOCK) |
O_NONBLOCK | 4228 | net/ipv4/tcp.c | if (flags & O_NONBLOCK) |
O_NONBLOCK | 755 | net/netrom/af_netrom.c | if (sk->state != TCP_ESTABLISHED && (flags & O_NONBLOCK)) |
O_NONBLOCK | 813 | net/netrom/af_netrom.c | if (flags & O_NONBLOCK) { |
O_NONBLOCK | 332 | net/socket.c | return(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK))); |
O_NONBLOCK | 357 | net/socket.c | return(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK))); |
O_NONBLOCK | 523 | net/socket.c | if (flags & O_NONBLOCK) |
O_NONBLOCK | 931 | net/socket.c | return(sock->ops->send(sock, buff, len, (file->f_flags & O_NONBLOCK), flags)); |
O_NONBLOCK | 962 | net/socket.c | return(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK), |
O_NONBLOCK | 995 | net/socket.c | return(sock->ops->recv(sock, buff, len,(file->f_flags & O_NONBLOCK), flags)); |
O_NONBLOCK | 1025 | net/socket.c | len=sock->ops->recvfrom(sock, buff, len, (file->f_flags & O_NONBLOCK), |
O_NONBLOCK | 546 | net/unix/sock.c | if (flags & O_NONBLOCK) |