tag | line | file | source code |
nonblock | 92 | drivers/sound/sequencer.c | static int seq_queue (unsigned char *note, char nonblock); |
nonblock | 394 | drivers/sound/sequencer.c | seq_queue (unsigned char *note, char nonblock) |
nonblock | 407 | 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 | 118 | include/linux/net.h | int (*sendmsg) (struct socket *sock, struct msghdr *m, int total_len, int nonblock, int flags); |
nonblock | 119 | include/linux/net.h | int (*recvmsg) (struct socket *sock, struct msghdr *m, int total_len, int nonblock, int flags, int *addr_len); |
nonblock | 1647 | net/appletalk/ddp.c | static int atalk_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags) |
nonblock | 892 | net/ipv4/tcp.c | int len, int nonblock, int flags) |
nonblock | 954 | net/ipv4/tcp.c | if (nonblock) |
nonblock | 1073 | net/ipv4/tcp.c | if (nonblock) |
nonblock | 1154 | net/ipv4/tcp.c | int len, int nonblock, int flags) |
nonblock | 1182 | net/ipv4/tcp.c | retval = do_tcp_sendmsg(sk, msg, len, nonblock, flags); |
nonblock | 1289 | net/ipv4/tcp.c | static int tcp_recv_urg(struct sock * sk, int nonblock, |
nonblock | 1394 | net/ipv4/tcp.c | int len, int nonblock, int flags, int *addr_len) |
nonblock | 1414 | net/ipv4/tcp.c | return tcp_recv_urg(sk, nonblock, msg, len, flags, addr_len); |
nonblock | 1493 | net/ipv4/tcp.c | if (nonblock) |
nonblock | 889 | net/unix/af_unix.c | static int unix_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags) |
nonblock | 986 | net/unix/af_unix.c | skb=sock_alloc_send_skb(sk,size,limit,nonblock, &err); |