taglinefilesource code
which35kernel/sys.cstatic int proc_sel(struct task_struct *p, int which, int who)
which37kernel/sys.cswitch (which) {
which54kernel/sys.cint sys_setpriority(int which, int who, int niceval)
which60kernel/sys.cif (which > 2 || which < 0)
which67kernel/sys.cif (!*p || !proc_sel(*p, which, who))
which84kernel/sys.cint sys_getpriority(int which, int who)
which89kernel/sys.cif (which > 2 || which < 0)
which93kernel/sys.cif (!*p || !proc_sel(*p, which, who))
which55net/kern_sock.hint (*select)(struct socket *sock, int which);
which47net/socket.c/*static*/ int sock_select(struct inode *inode, struct file *file, int which,
which293net/socket.csock_select(struct inode *inode, struct file *file, int which,
which299net/socket.c(which == SEL_IN) ? "in" :
which300net/socket.c(which == SEL_OUT) ? "out" : "ex");
which310net/socket.cif (which == SEL_IN) {
which322net/socket.creturn sock->ops->select(sock, which) ? 1 : 0;
which56net/unix.cstatic int unix_proto_select(struct socket *sock, int which);
which533net/unix.cunix_proto_select(struct socket *sock, int which)
which537net/unix.cif (which == SEL_IN) {
which550net/unix.cif (which == SEL_OUT) {