| tag | line | file | source code |
| which | 35 | kernel/sys.c | static int proc_sel(struct task_struct *p, int which, int who) |
| which | 37 | kernel/sys.c | switch (which) { |
| which | 54 | kernel/sys.c | int sys_setpriority(int which, int who, int niceval) |
| which | 60 | kernel/sys.c | if (which > 2 || which < 0) |
| which | 67 | kernel/sys.c | if (!*p || !proc_sel(*p, which, who)) |
| which | 84 | kernel/sys.c | int sys_getpriority(int which, int who) |
| which | 89 | kernel/sys.c | if (which > 2 || which < 0) |
| which | 93 | kernel/sys.c | if (!*p || !proc_sel(*p, which, who)) |
| which | 55 | net/kern_sock.h | int (*select)(struct socket *sock, int which); |
| which | 47 | net/socket.c | /*static*/ int sock_select(struct inode *inode, struct file *file, int which, |
| which | 293 | net/socket.c | sock_select(struct inode *inode, struct file *file, int which, |
| which | 299 | net/socket.c | (which == SEL_IN) ? "in" : |
| which | 300 | net/socket.c | (which == SEL_OUT) ? "out" : "ex"); |
| which | 310 | net/socket.c | if (which == SEL_IN) { |
| which | 322 | net/socket.c | return sock->ops->select(sock, which) ? 1 : 0; |
| which | 56 | net/unix.c | static int unix_proto_select(struct socket *sock, int which); |
| which | 533 | net/unix.c | unix_proto_select(struct socket *sock, int which) |
| which | 537 | net/unix.c | if (which == SEL_IN) { |
| which | 550 | net/unix.c | if (which == SEL_OUT) { |