| tag | line | file | source code |
| nonblock | 87 | drivers/sound/sequencer.c | static int seq_queue (unsigned char *note, char nonblock); |
| nonblock | 367 | drivers/sound/sequencer.c | seq_queue (unsigned char *note, char nonblock) |
| nonblock | 380 | drivers/sound/sequencer.c | if (!nonblock && qlen >= SEQ_MAX_QUEUE && !SOMEONE_WAITING (seq_sleeper, seq_sleep_flag)) |
| nonblock | 104 | include/linux/net.h | int nonblock); |
| nonblock | 106 | include/linux/net.h | int nonblock); |
| nonblock | 112 | include/linux/net.h | int (*send) (struct socket *sock, const void *buff, int len, int nonblock, |
| nonblock | 114 | include/linux/net.h | int (*recv) (struct socket *sock, void *buff, int len, int nonblock, |
| nonblock | 116 | include/linux/net.h | int (*sendto) (struct socket *sock, const void *buff, int len, int nonblock, |
| nonblock | 118 | include/linux/net.h | int (*recvfrom) (struct socket *sock, void *buff, int len, int nonblock, |
| nonblock | 222 | include/net/sock.h | int len, int nonblock, unsigned flags); |
| nonblock | 224 | include/net/sock.h | int len, int nonblock, unsigned flags); |
| nonblock | 1460 | net/ipv4/tcp.c | int len, int nonblock, unsigned flags) |
| nonblock | 1534 | net/ipv4/tcp.c | if (nonblock || copied) |
| nonblock | 1664 | net/ipv4/tcp.c | if (nonblock) |
| nonblock | 1781 | net/ipv4/tcp.c | int len, int nonblock, unsigned flags, |
| nonblock | 1796 | net/ipv4/tcp.c | return tcp_write(sk, from, len, nonblock, flags); |
| nonblock | 1975 | net/ipv4/tcp.c | static int tcp_read_urg(struct sock * sk, int nonblock, |
| nonblock | 2033 | net/ipv4/tcp.c | int len, int nonblock, unsigned flags) |
| nonblock | 2053 | net/ipv4/tcp.c | return tcp_read_urg(sk, nonblock, to, len, flags); |
| nonblock | 2133 | net/ipv4/tcp.c | if (nonblock) |
| nonblock | 2475 | net/ipv4/tcp.c | int to_len, int nonblock, unsigned flags, |
| nonblock | 2488 | net/ipv4/tcp.c | result=tcp_read(sk, to, to_len, nonblock, flags); |
| nonblock | 73 | net/unix/sock.c | int nonblock); |
| nonblock | 75 | net/unix/sock.c | int nonblock); |
| nonblock | 81 | net/unix/sock.c | int nonblock, unsigned flags); |
| nonblock | 83 | net/unix/sock.c | int nonblock, unsigned flags); |
| nonblock | 85 | net/unix/sock.c | int nonblock, unsigned flags, |
| nonblock | 88 | net/unix/sock.c | int nonblock, unsigned flags, |
| nonblock | 163 | net/unix/sock.c | static int unix_proto_sendto(struct socket *sock, const void *buff, int len, int nonblock, |
| nonblock | 169 | net/unix/sock.c | static int unix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, |
| nonblock | 189 | net/unix/sock.c | static int unix_proto_send(struct socket *sock, const void *buff, int len, int nonblock, |
| nonblock | 194 | net/unix/sock.c | return(unix_proto_write(sock, (const char *) buff, len, nonblock)); |
| nonblock | 202 | net/unix/sock.c | static int unix_proto_recv(struct socket *sock, void *buff, int len, int nonblock, |
| nonblock | 207 | net/unix/sock.c | return(unix_proto_read(sock, (char *) buff, len, nonblock)); |
| nonblock | 609 | net/unix/sock.c | static int unix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock) |
| nonblock | 624 | net/unix/sock.c | if (nonblock) |
| nonblock | 679 | net/unix/sock.c | static int unix_proto_write(struct socket *sock, const char *ubuf, int size, int nonblock) |
| nonblock | 700 | net/unix/sock.c | if (nonblock) |