| tag | line | file | source code |
| timeval | 146 | fs/select.c | struct timeval *tvp; |
| timeval | 157 | fs/select.c | tvp = (struct timeval *) get_fs_long(buffer); |
| timeval | 19 | include/linux/resource.h | struct timeval ru_utime; /* user time used */ |
| timeval | 20 | include/linux/resource.h | struct timeval ru_stime; /* system time used */ |
| timeval | 29 | include/linux/time.h | struct timeval it_interval; /* timer interval */ |
| timeval | 30 | include/linux/time.h | struct timeval it_value; /* current value */ |
| timeval | 17 | kernel/itimer.c | static unsigned long tvtojiffies(struct timeval *value) |
| timeval | 24 | kernel/itimer.c | static void jiffiestotv(unsigned long jiffies, struct timeval *value) |
| timeval | 567 | kernel/sys.c | int sys_gettimeofday(struct timeval *tv, struct timezone *tz) |
| timeval | 593 | kernel/sys.c | int sys_settimeofday(struct timeval *tv, struct timezone *tz) |