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))
nonblock106include/linux/net.hint nonblock);
nonblock108include/linux/net.hint nonblock);
nonblock114include/linux/net.hint  (*send)    (struct socket *sock, const void *buff, int len, int nonblock,
nonblock116include/linux/net.hint  (*recv)    (struct socket *sock, void *buff, int len, int nonblock,
nonblock118include/linux/net.hint  (*sendto)  (struct socket *sock, const void *buff, int len, int nonblock,
nonblock120include/linux/net.hint  (*recvfrom)  (struct socket *sock, void *buff, int len, int nonblock,
nonblock129include/linux/net.hint   (*sendmsg)  (struct socket *sock, struct msghdr *m, int total_len, int nonblock, int flags);
nonblock130include/linux/net.hint   (*recvmsg)  (struct socket *sock, struct msghdr *m, int total_len, int nonblock, int flags, int *addr_len);
nonblock250include/net/sock.hint len, int nonblock, unsigned flags);
nonblock252include/net/sock.hint len, int nonblock, unsigned flags);
nonblock1470net/appletalk/ddp.cstatic int atalk_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int 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);
nonblock652net/unix/af_unix.cstatic int unix_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags)
nonblock708net/unix/af_unix.cskb=sock_alloc_send_skb(sk,size,nonblock, &err);