taglinefilesource code
O_NONBLOCK2423drivers/char/cyclades.cif (filp->f_flags & O_NONBLOCK) {
O_NONBLOCK342drivers/char/lp.cif ((LP_F(minor) & LP_ABORTOPEN) && !(file->f_flags & O_NONBLOCK)) {
O_NONBLOCK829drivers/char/n_tty.cif (file->f_flags & O_NONBLOCK) {
O_NONBLOCK957drivers/char/n_tty.cif (file->f_flags & O_NONBLOCK) {
O_NONBLOCK383drivers/char/psaux.cif (file->f_flags & O_NONBLOCK)
O_NONBLOCK2152drivers/char/serial.cif ((filp->f_flags & O_NONBLOCK) ||
O_NONBLOCK1355drivers/char/tty_io.cfile->f_flags |= O_NONBLOCK;
O_NONBLOCK1357drivers/char/tty_io.cfile->f_flags &= ~O_NONBLOCK;
O_NONBLOCK95drivers/scsi/sg.cif (flags & O_NONBLOCK)
O_NONBLOCK106drivers/scsi/sg.cif (flags & O_NONBLOCK)
O_NONBLOCK179drivers/scsi/sg.cif (filp->f_flags & O_NONBLOCK)
O_NONBLOCK248drivers/scsi/sg.cif (filp->f_flags & O_NONBLOCK)
O_NONBLOCK278drivers/scsi/sg.cif (!(SCpnt=allocate_device(NULL,device->device, !(filp->f_flags & O_NONBLOCK))))
O_NONBLOCK100fs/fcntl.cfilp->f_flags &= ~(O_APPEND | O_NONBLOCK | FASYNC);
O_NONBLOCK101fs/fcntl.cfilp->f_flags |= arg & (O_APPEND | O_NONBLOCK |
O_NONBLOCK29fs/fifo.cif (!(filp->f_flags & O_NONBLOCK) && !PIPE_WRITERS(*inode)) {
O_NONBLOCK55fs/fifo.cif ((filp->f_flags & O_NONBLOCK) && !PIPE_READERS(*inode)) {
O_NONBLOCK77fs/ioctl.cfilp->f_flags |= O_NONBLOCK;
O_NONBLOCK79fs/ioctl.cfilp->f_flags &= ~O_NONBLOCK;
O_NONBLOCK30fs/pipe.cif (filp->f_flags & O_NONBLOCK) {
O_NONBLOCK94fs/pipe.cif (filp->f_flags & O_NONBLOCK)
O_NONBLOCK208fs/pipe.cif (filp->f_flags & O_NONBLOCK)
O_NONBLOCK16include/linux/fcntl.h#define O_NDELAY  O_NONBLOCK
O_NONBLOCK942net/inet/af_inet.cif (sock->state == SS_CONNECTING && sk->protocol == IPPROTO_TCP && (flags & O_NONBLOCK))
O_NONBLOCK968net/inet/af_inet.cif (sk->state != TCP_ESTABLISHED &&(flags & O_NONBLOCK)) 
O_NONBLOCK1060net/inet/af_inet.cif (flags & O_NONBLOCK) 
O_NONBLOCK4219net/inet/tcp.cif (flags & O_NONBLOCK) 
O_NONBLOCK337net/socket.creturn(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK)));
O_NONBLOCK366net/socket.creturn(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK)));
O_NONBLOCK559net/socket.cif (flags & O_NONBLOCK)
O_NONBLOCK967net/socket.creturn(sock->ops->send(sock, buff, len, (file->f_flags & O_NONBLOCK), flags));
O_NONBLOCK998net/socket.creturn(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK),
O_NONBLOCK1031net/socket.creturn(sock->ops->recv(sock, buff, len,(file->f_flags & O_NONBLOCK), flags));
O_NONBLOCK1061net/socket.clen=sock->ops->recvfrom(sock, buff, len, (file->f_flags & O_NONBLOCK),
O_NONBLOCK546net/unix/sock.cif (flags & O_NONBLOCK)