taglinefilesource code
nonblock91drivers/sound/sequencer.cstatic int      seq_queue (unsigned char *note, char nonblock);
nonblock397drivers/sound/sequencer.cseq_queue (unsigned char *note, char nonblock)
nonblock410drivers/sound/sequencer.cif (!nonblock && qlen >= SEQ_MAX_QUEUE && !(seq_sleep_flag.mode & WK_SLEEP))
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);
nonblock252include/net/sock.hint len, int nonblock, unsigned flags);
nonblock254include/net/sock.hint len, int nonblock, unsigned flags);
nonblock1471net/appletalk/ddp.cstatic int atalk_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags)
nonblock1648net/ipv4/tcp.cint len, int nonblock, unsigned flags)
nonblock1722net/ipv4/tcp.cif (nonblock || copied) 
nonblock1852net/ipv4/tcp.cif (nonblock) 
nonblock1969net/ipv4/tcp.cint len, int nonblock, unsigned flags,
nonblock1984net/ipv4/tcp.creturn tcp_write(sk, from, len, nonblock, flags);
nonblock2163net/ipv4/tcp.cstatic int tcp_read_urg(struct sock * sk, int nonblock,
nonblock2221net/ipv4/tcp.cint len, int nonblock, unsigned flags)
nonblock2241net/ipv4/tcp.creturn tcp_read_urg(sk, nonblock, to, len, flags);
nonblock2321net/ipv4/tcp.cif (nonblock) 
nonblock2663net/ipv4/tcp.cint to_len, int nonblock, unsigned flags,
nonblock2676net/ipv4/tcp.cresult=tcp_read(sk, to, to_len, nonblock, flags);
nonblock654net/unix/af_unix.cstatic int unix_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags)
nonblock723net/unix/af_unix.cskb=sock_alloc_send_skb(sk,size,limit,nonblock, &err);