tag | line | file | source code |
nonblock | 92 | drivers/sound/sequencer.c | static int seq_queue (unsigned char *note, char nonblock); |
nonblock | 396 | drivers/sound/sequencer.c | seq_queue (unsigned char *note, char nonblock) |
nonblock | 409 | drivers/sound/sequencer.c | if (!nonblock && qlen >= SEQ_MAX_QUEUE && !(seq_sleep_flag.mode & WK_SLEEP)) |
nonblock | 52 | fs/ncpfs/sock.c | int len, int nonblock, unsigned flags, |
nonblock | 68 | fs/ncpfs/sock.c | return sock->ops->sendmsg(sock, &msg, len, nonblock, flags); |
nonblock | 47 | fs/smbfs/sock.c | static int _send(struct socket *sock, const void *buff, int len, int nonblock, unsigned flags) { |
nonblock | 60 | fs/smbfs/sock.c | return sock->ops->sendmsg(sock, &msg, len, nonblock, flags); |
nonblock | 117 | include/linux/net.h | int (*sendmsg) (struct socket *sock, struct msghdr *m, int total_len, int nonblock, int flags); |
nonblock | 118 | include/linux/net.h | int (*recvmsg) (struct socket *sock, struct msghdr *m, int total_len, int nonblock, int flags, int *addr_len); |
nonblock | 1512 | net/appletalk/ddp.c | static int atalk_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags) |
nonblock | 1707 | net/ipv4/tcp.c | int len, int nonblock, int flags) |
nonblock | 1805 | net/ipv4/tcp.c | if (nonblock || copied) |
nonblock | 1952 | net/ipv4/tcp.c | if (nonblock) |
nonblock | 2244 | net/ipv4/tcp.c | static int tcp_recv_urg(struct sock * sk, int nonblock, |
nonblock | 2308 | net/ipv4/tcp.c | int len, int nonblock, int flags, int *addr_len) |
nonblock | 2328 | net/ipv4/tcp.c | return tcp_recv_urg(sk, nonblock, msg, len, flags, addr_len); |
nonblock | 2407 | net/ipv4/tcp.c | if (nonblock) |
nonblock | 679 | net/unix/af_unix.c | static int unix_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags) |
nonblock | 745 | net/unix/af_unix.c | skb=sock_alloc_send_skb(sk,size,limit,nonblock, &err); |