tag | line | file | source code |
nonblock | 53 | net/kern_sock.h | int (*read)(struct socket *sock, char *ubuf, int size, int nonblock); |
nonblock | 54 | net/kern_sock.h | int (*write)(struct socket *sock, char *ubuf, int size, int nonblock); |
nonblock | 55 | net/unix.c | int nonblock); |
nonblock | 57 | net/unix.c | int nonblock); |
nonblock | 387 | net/unix.c | unix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock) |
nonblock | 401 | net/unix.c | if (nonblock) |
nonblock | 451 | net/unix.c | unix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock) |
nonblock | 470 | net/unix.c | if (nonblock) |