tag | line | file | source code |
which | 31 | kernel/itimer.c | int _getitimer(int which, struct itimerval *value) |
which | 35 | kernel/itimer.c | switch (which) { |
which | 56 | kernel/itimer.c | int sys_getitimer(int which, struct itimerval *value) |
which | 63 | kernel/itimer.c | error = _getitimer(which, &get_buffer); |
which | 73 | kernel/itimer.c | int _setitimer(int which, struct itimerval *value, struct itimerval *ovalue) |
which | 80 | kernel/itimer.c | if (ovalue && (k = _getitimer(which, ovalue)) < 0) |
which | 82 | kernel/itimer.c | switch (which) { |
which | 101 | kernel/itimer.c | int sys_setitimer(int which, struct itimerval *value, struct itimerval *ovalue) |
which | 110 | kernel/itimer.c | error = _setitimer(which, &set_buffer, ovalue ? &get_buffer : 0); |
which | 38 | kernel/sys.c | static int proc_sel(struct task_struct *p, int which, int who) |
which | 40 | kernel/sys.c | switch (which) { |
which | 57 | kernel/sys.c | int sys_setpriority(int which, int who, int niceval) |
which | 63 | kernel/sys.c | if (which > 2 || which < 0) |
which | 70 | kernel/sys.c | if (!*p || !proc_sel(*p, which, who)) |
which | 87 | kernel/sys.c | int sys_getpriority(int which, int who) |
which | 92 | kernel/sys.c | if (which > 2 || which < 0) |
which | 96 | kernel/sys.c | if (!*p || !proc_sel(*p, which, who)) |
which | 57 | net/socket.c | static int sock_select(struct inode *inode, struct file *file, int which, select_table *seltable); |
which | 142 | net/tcp/sock.c | static int ip_proto_select(struct socket *sock, int which, select_table *wait); |
which | 143 | net/tcp/sock.h | int (*select)(volatile struct sock *sk, int which, select_table *wait); |