tag | line | file | source code |
timeval | 203 | fs/select.c | struct timeval *tvp; |
timeval | 217 | 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 | 305 | include/linux/sched.h | extern struct timeval xtime; |
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 | 91 | include/linux/timex.h | struct timeval time; /* (read only) */ |
timeval | 120 | include/linux/timex.h | extern volatile struct timeval xtime; /* The current time */ |
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 | 40 | kernel/sched.c | volatile struct timeval xtime; /* The current time */ |
timeval | 33 | kernel/time.c | extern struct timeval xtime; |
timeval | 167 | kernel/time.c | static inline void do_gettimeofday(struct timeval *tv) |
timeval | 185 | kernel/time.c | asmlinkage int sys_gettimeofday(struct timeval *tv, struct timezone *tz) |
timeval | 190 | kernel/time.c | struct timeval ktv; |
timeval | 240 | kernel/time.c | asmlinkage int sys_settimeofday(struct timeval *tv, struct timezone *tz) |