taglinefilesource code
O_NONBLOCK383drivers/char/psaux.cif (file->f_flags & O_NONBLOCK)
O_NONBLOCK1616drivers/char/serial.cif (filp->f_flags & O_NONBLOCK) {
O_NONBLOCK1014drivers/char/tty_io.cif (file->f_flags & O_NONBLOCK) {
O_NONBLOCK1135drivers/char/tty_io.cif (file->f_flags & O_NONBLOCK) {
O_NONBLOCK593drivers/char/tty_ioctl.cfile->f_flags |= O_NONBLOCK;
O_NONBLOCK595drivers/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_NONBLOCK1066net/inet/sock.c(flags & O_NONBLOCK))
O_NONBLOCK1088net/inet/sock.cif (sk->state != TCP_ESTABLISHED &&(flags & O_NONBLOCK)) 
O_NONBLOCK1170net/inet/sock.cif (flags & O_NONBLOCK) return(0);
O_NONBLOCK2998net/inet/tcp.cif (flags & O_NONBLOCK) {
O_NONBLOCK290net/socket.creturn(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK)));
O_NONBLOCK305net/socket.creturn(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK)));
O_NONBLOCK723net/socket.creturn(sock->ops->send(sock, buff, len, (file->f_flags & O_NONBLOCK), flags));
O_NONBLOCK742net/socket.creturn(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK),
O_NONBLOCK761net/socket.creturn(sock->ops->recv(sock, buff, len,(file->f_flags & O_NONBLOCK), flags));
O_NONBLOCK780net/socket.creturn(sock->ops->recvfrom(sock, buff, len, (file->f_flags & O_NONBLOCK),
O_NONBLOCK537net/unix/sock.cif (flags & O_NONBLOCK) return(-EAGAIN);