tag | line | file | source code |
timeval | 194 | fs/select.c | struct timeval *tvp; |
timeval | 208 | fs/select.c | tvp = (struct timeval *) get_fs_long(buffer); |
timeval | 20 | include/linux/resource.h | struct timeval ru_utime; /* user time used */ |
timeval | 21 | include/linux/resource.h | struct timeval ru_stime; /* system time used */ |
timeval | 31 | include/linux/time.h | struct timeval it_interval; /* timer interval */ |
timeval | 32 | 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 | 693 | kernel/sys.c | int sys_gettimeofday(struct timeval *tv, struct timezone *tz) |
timeval | 726 | kernel/sys.c | int sys_settimeofday(struct timeval *tv, struct timezone *tz) |