tag | line | file | source code |
timeval | 209 | fs/select.c | struct timeval *tvp; |
timeval | 223 | 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 | 363 | include/linux/sched.h | extern struct timeval xtime; |
timeval | 47 | include/linux/skbuff.h | struct timeval stamp; |
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 | 89 | include/linux/timex.h | struct timeval time; /* (read only) */ |
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 | 41 | kernel/sched.c | volatile struct timeval xtime; /* The current time */ |
timeval | 193 | kernel/time.c | static inline void do_gettimeofday(struct timeval *tv) |
timeval | 211 | kernel/time.c | asmlinkage int sys_gettimeofday(struct timeval *tv, struct timezone *tz) |
timeval | 216 | kernel/time.c | struct timeval ktv; |
timeval | 266 | kernel/time.c | asmlinkage int sys_settimeofday(struct timeval *tv, struct timezone *tz) |
timeval | 1185 | net/inet/af_inet.c | err=verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval)); |
timeval | 1188 | net/inet/af_inet.c | memcpy_tofs((void *)arg,&sk->stamp,sizeof(struct timeval)); |
timeval | 1247 | net/inet/ipx.c | err=verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval)); |
timeval | 1250 | net/inet/ipx.c | memcpy_tofs((void *)arg,&sk->stamp,sizeof(struct timeval)); |
timeval | 164 | net/inet/sock.h | struct timeval stamp; |