taglinefilesource code
O_NONBLOCK2183drivers/char/cyclades.cif (filp->f_flags & O_NONBLOCK) {
O_NONBLOCK342drivers/char/lp.cif ((LP_F(minor) & LP_ABORTOPEN) && !(file->f_flags & O_NONBLOCK)) {
O_NONBLOCK818drivers/char/n_tty.cif (file->f_flags & O_NONBLOCK) {
O_NONBLOCK946drivers/char/n_tty.cif (file->f_flags & O_NONBLOCK) {
O_NONBLOCK383drivers/char/psaux.cif (file->f_flags & O_NONBLOCK)
O_NONBLOCK1992drivers/char/serial.cif ((filp->f_flags & O_NONBLOCK) ||
O_NONBLOCK1356drivers/char/tty_io.cfile->f_flags |= O_NONBLOCK;
O_NONBLOCK1358drivers/char/tty_io.cfile->f_flags &= ~O_NONBLOCK;
O_NONBLOCK93drivers/scsi/sg.cif (flags & O_NONBLOCK)
O_NONBLOCK104drivers/scsi/sg.cif (flags & O_NONBLOCK)
O_NONBLOCK177drivers/scsi/sg.cif (filp->f_flags & O_NONBLOCK)
O_NONBLOCK246drivers/scsi/sg.cif (filp->f_flags & O_NONBLOCK)
O_NONBLOCK276drivers/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_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_NONBLOCK16include/linux/fcntl.h#define O_NDELAY  O_NONBLOCK
O_NONBLOCK918net/inet/af_inet.cif (sock->state == SS_CONNECTING && sk->protocol == IPPROTO_TCP && (flags & O_NONBLOCK))
O_NONBLOCK944net/inet/af_inet.cif (sk->state != TCP_ESTABLISHED &&(flags & O_NONBLOCK)) 
O_NONBLOCK1036net/inet/af_inet.cif (flags & O_NONBLOCK) 
O_NONBLOCK3953net/inet/tcp.cif (flags & O_NONBLOCK) 
O_NONBLOCK507net/socket.creturn(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK)));
O_NONBLOCK536net/socket.creturn(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK)));
O_NONBLOCK729net/socket.cif (flags & O_NONBLOCK)
O_NONBLOCK1137net/socket.creturn(sock->ops->send(sock, buff, len, (file->f_flags & O_NONBLOCK), flags));
O_NONBLOCK1168net/socket.creturn(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK),
O_NONBLOCK1201net/socket.creturn(sock->ops->recv(sock, buff, len,(file->f_flags & O_NONBLOCK), flags));
O_NONBLOCK1231net/socket.clen=sock->ops->recvfrom(sock, buff, len, (file->f_flags & O_NONBLOCK),
O_NONBLOCK546net/unix/sock.cif (flags & O_NONBLOCK)