taglinefilesource code
O_NONBLOCK815drivers/char/n_tty.cif (file->f_flags & O_NONBLOCK) {
O_NONBLOCK943drivers/char/n_tty.cif (file->f_flags & O_NONBLOCK) {
O_NONBLOCK383drivers/char/psaux.cif (file->f_flags & O_NONBLOCK)
O_NONBLOCK1819drivers/char/serial.cif (filp->f_flags & O_NONBLOCK) {
O_NONBLOCK1278drivers/char/tty_io.cfile->f_flags |= O_NONBLOCK;
O_NONBLOCK1280drivers/char/tty_io.cfile->f_flags &= ~O_NONBLOCK;
O_NONBLOCK84drivers/scsi/sg.cif (flags & O_NONBLOCK)
O_NONBLOCK95drivers/scsi/sg.cif (flags & O_NONBLOCK)
O_NONBLOCK162drivers/scsi/sg.cif (filp->f_flags & O_NONBLOCK)
O_NONBLOCK221drivers/scsi/sg.cif (filp->f_flags & O_NONBLOCK)
O_NONBLOCK251drivers/scsi/sg.cif (!(SCpnt=allocate_device(NULL,device->device->index, !(filp->f_flags & O_NONBLOCK))))
O_NONBLOCK92fs/fcntl.cfilp->f_flags &= ~(O_APPEND | O_NONBLOCK | FASYNC);
O_NONBLOCK93fs/fcntl.cfilp->f_flags |= arg & (O_APPEND | O_NONBLOCK |
O_NONBLOCK28fs/fifo.cif (!(filp->f_flags & O_NONBLOCK) && !PIPE_WRITERS(*inode)) {
O_NONBLOCK54fs/fifo.cif ((filp->f_flags & O_NONBLOCK) && !PIPE_READERS(*inode)) {
O_NONBLOCK76fs/ioctl.cfilp->f_flags |= O_NONBLOCK;
O_NONBLOCK78fs/ioctl.cfilp->f_flags &= ~O_NONBLOCK;
O_NONBLOCK29fs/pipe.cif (filp->f_flags & O_NONBLOCK) {
O_NONBLOCK93fs/pipe.cif (filp->f_flags & O_NONBLOCK)
O_NONBLOCK207fs/pipe.cif (filp->f_flags & O_NONBLOCK)
O_NONBLOCK15include/linux/fcntl.h#define O_NDELAY  O_NONBLOCK
O_NONBLOCK843net/inet/af_inet.cif (sock->state == SS_CONNECTING && sk->protocol == IPPROTO_TCP && (flags & O_NONBLOCK))
O_NONBLOCK859net/inet/af_inet.cif (sk->state != TCP_ESTABLISHED &&(flags & O_NONBLOCK)) 
O_NONBLOCK950net/inet/af_inet.cif (flags & O_NONBLOCK) 
O_NONBLOCK3081net/inet/tcp.cif (flags & O_NONBLOCK) {
O_NONBLOCK256net/socket.creturn(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK)));
O_NONBLOCK270net/socket.creturn(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK)));
O_NONBLOCK652net/socket.creturn(sock->ops->send(sock, buff, len, (file->f_flags & O_NONBLOCK), flags));
O_NONBLOCK667net/socket.creturn(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK),
O_NONBLOCK682net/socket.creturn(sock->ops->recv(sock, buff, len,(file->f_flags & O_NONBLOCK), flags));
O_NONBLOCK697net/socket.creturn(sock->ops->recvfrom(sock, buff, len, (file->f_flags & O_NONBLOCK),
O_NONBLOCK468net/unix/sock.cif (flags & O_NONBLOCK) return(-EAGAIN);