taglinefilesource code
O_NONBLOCK383drivers/char/psaux.cif (file->f_flags & O_NONBLOCK)
O_NONBLOCK1509drivers/char/serial.cif (filp->f_flags & O_NONBLOCK) {
O_NONBLOCK755drivers/char/tty_io.cif (file->f_flags & O_NONBLOCK) {
O_NONBLOCK786drivers/char/tty_io.cfile->f_flags &= ~O_NONBLOCK;
O_NONBLOCK818drivers/char/tty_io.cfile->f_flags &= ~O_NONBLOCK;
O_NONBLOCK822drivers/char/tty_io.cfile->f_flags &= ~O_NONBLOCK;
O_NONBLOCK858drivers/char/tty_io.cif (file->f_flags & O_NONBLOCK)
O_NONBLOCK591drivers/char/tty_ioctl.cfile->f_flags |= O_NONBLOCK;
O_NONBLOCK593drivers/char/tty_ioctl.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_NONBLOCK86fs/fcntl.cfilp->f_flags &= ~(O_APPEND | O_NONBLOCK);
O_NONBLOCK87fs/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_NONBLOCK1043net/inet/sock.c(flags & O_NONBLOCK))
O_NONBLOCK1065net/inet/sock.cif (sk->state != TCP_ESTABLISHED &&(flags & O_NONBLOCK)) 
O_NONBLOCK1146net/inet/sock.cif (flags & O_NONBLOCK) return(0);
O_NONBLOCK2734net/inet/tcp.cif (flags & O_NONBLOCK) {
O_NONBLOCK281net/socket.creturn(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK)));
O_NONBLOCK296net/socket.creturn(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK)));
O_NONBLOCK714net/socket.creturn(sock->ops->send(sock, buff, len, (file->f_flags & O_NONBLOCK), flags));
O_NONBLOCK733net/socket.creturn(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK),
O_NONBLOCK752net/socket.creturn(sock->ops->recv(sock, buff, len,(file->f_flags & O_NONBLOCK), flags));
O_NONBLOCK771net/socket.creturn(sock->ops->recvfrom(sock, buff, len, (file->f_flags & O_NONBLOCK),
O_NONBLOCK511net/unix/sock.cif (flags & O_NONBLOCK) return(-EAGAIN);