| tag | line | file | source code |
| timeval | 210 | fs/select.c | struct timeval *tvp; |
| timeval | 224 | 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 | 254 | include/linux/sched.h | extern struct timeval xtime; |
| timeval | 48 | include/linux/skbuff.h | struct timeval stamp; |
| timeval | 17 | include/linux/time.h | void do_gettimeofday(struct timeval *tv); |
| timeval | 42 | include/linux/time.h | struct timeval it_interval; /* timer interval */ |
| timeval | 43 | include/linux/time.h | struct timeval it_value; /* current value */ |
| timeval | 89 | include/linux/timex.h | struct timeval time; /* (read only) */ |
| timeval | 18 | kernel/itimer.c | static unsigned long tvtojiffies(struct timeval *value) |
| timeval | 25 | kernel/itimer.c | static void jiffiestotv(unsigned long jiffies, struct timeval *value) |
| timeval | 43 | kernel/sched.c | volatile struct timeval xtime; /* The current time */ |
| timeval | 199 | kernel/time.c | void do_gettimeofday(struct timeval *tv) |
| timeval | 216 | kernel/time.c | asmlinkage int sys_gettimeofday(struct timeval *tv, struct timezone *tz) |
| timeval | 221 | kernel/time.c | struct timeval ktv; |
| timeval | 271 | kernel/time.c | asmlinkage int sys_settimeofday(struct timeval *tv, struct timezone *tz) |
| timeval | 274 | kernel/time.c | struct timeval new_tv; |
| timeval | 1276 | net/inet/af_inet.c | err=verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval)); |
| timeval | 1279 | net/inet/af_inet.c | memcpy_tofs((void *)arg,&sk->stamp,sizeof(struct timeval)); |
| timeval | 1832 | net/inet/ipx.c | err=verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval)); |
| timeval | 1835 | net/inet/ipx.c | memcpy_tofs((void *)arg,&sk->stamp,sizeof(struct timeval)); |
| timeval | 187 | net/inet/sock.h | struct timeval stamp; |
| timeval | 2657 | net/inet/tcp.c | struct timeval tv; |