taglinefilesource code
nonblock87drivers/sound/sequencer.cstatic int      seq_queue (unsigned char *note, char nonblock);
nonblock367drivers/sound/sequencer.cseq_queue (unsigned char *note, char nonblock)
nonblock380drivers/sound/sequencer.cif (!nonblock && qlen >= SEQ_MAX_QUEUE && !SOMEONE_WAITING (seq_sleeper, seq_sleep_flag))
nonblock104include/linux/net.hint nonblock);
nonblock106include/linux/net.hint nonblock);
nonblock112include/linux/net.hint  (*send)    (struct socket *sock, const void *buff, int len, int nonblock,
nonblock114include/linux/net.hint  (*recv)    (struct socket *sock, void *buff, int len, int nonblock,
nonblock116include/linux/net.hint  (*sendto)  (struct socket *sock, const void *buff, int len, int nonblock,
nonblock118include/linux/net.hint  (*recvfrom)  (struct socket *sock, void *buff, int len, int nonblock,
nonblock222include/net/sock.hint len, int nonblock, unsigned flags);
nonblock224include/net/sock.hint len, int nonblock, unsigned flags);
nonblock1460net/ipv4/tcp.cint len, int nonblock, unsigned flags)
nonblock1534net/ipv4/tcp.cif (nonblock || copied) 
nonblock1664net/ipv4/tcp.cif (nonblock) 
nonblock1781net/ipv4/tcp.cint len, int nonblock, unsigned flags,
nonblock1796net/ipv4/tcp.creturn tcp_write(sk, from, len, nonblock, flags);
nonblock1975net/ipv4/tcp.cstatic int tcp_read_urg(struct sock * sk, int nonblock,
nonblock2033net/ipv4/tcp.cint len, int nonblock, unsigned flags)
nonblock2053net/ipv4/tcp.creturn tcp_read_urg(sk, nonblock, to, len, flags);
nonblock2133net/ipv4/tcp.cif (nonblock) 
nonblock2475net/ipv4/tcp.cint to_len, int nonblock, unsigned flags,
nonblock2488net/ipv4/tcp.cresult=tcp_read(sk, to, to_len, nonblock, flags);
nonblock73net/unix/sock.cint nonblock);
nonblock75net/unix/sock.cint nonblock);
nonblock81net/unix/sock.cint nonblock, unsigned flags);
nonblock83net/unix/sock.cint nonblock, unsigned flags);
nonblock85net/unix/sock.cint nonblock, unsigned flags,
nonblock88net/unix/sock.cint nonblock, unsigned flags,
nonblock163net/unix/sock.cstatic int unix_proto_sendto(struct socket *sock, const void *buff, int len, int nonblock, 
nonblock169net/unix/sock.cstatic int unix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, 
nonblock189net/unix/sock.cstatic int unix_proto_send(struct socket *sock, const void *buff, int len, int nonblock,
nonblock194net/unix/sock.creturn(unix_proto_write(sock, (const char *) buff, len, nonblock));
nonblock202net/unix/sock.cstatic int unix_proto_recv(struct socket *sock, void *buff, int len, int nonblock,
nonblock207net/unix/sock.creturn(unix_proto_read(sock, (char *) buff, len, nonblock));
nonblock609net/unix/sock.cstatic int unix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock624net/unix/sock.cif (nonblock) 
nonblock679net/unix/sock.cstatic int unix_proto_write(struct socket *sock, const char *ubuf, int size, int nonblock)
nonblock700net/unix/sock.cif (nonblock)