tag | line | file | source code |
timeval | 388 | arch/alpha/kernel/osf_sys.c | asmlinkage int osf_usleep_thread(struct timeval * sleep, struct timeval * remain) |
timeval | 390 | arch/alpha/kernel/osf_sys.c | struct timeval tmp; |
timeval | 67 | arch/i386/kernel/sys_i386.c | extern asmlinkage int sys_select(int, fd_set *, fd_set *, fd_set *, struct timeval *); |
timeval | 75 | arch/i386/kernel/sys_i386.c | struct timeval *tvp; |
timeval | 84 | arch/i386/kernel/sys_i386.c | tvp = (struct timeval *) get_user(buffer+4); |
timeval | 179 | fs/open.c | asmlinkage int sys_utimes(char * filename, struct timeval * utimes) |
timeval | 196 | fs/open.c | struct timeval times[2]; |
timeval | 210 | fs/select.c | asmlinkage int sys_select(int n, fd_set *inp, fd_set *outp, fd_set *exp, struct timeval *tvp) |
timeval | 54 | include/linux/elfcore.h | struct timeval pr_utime; /* User time */ |
timeval | 55 | include/linux/elfcore.h | struct timeval pr_stime; /* System time */ |
timeval | 56 | include/linux/elfcore.h | struct timeval pr_cutime; /* Cumulative user time */ |
timeval | 57 | include/linux/elfcore.h | struct timeval pr_cstime; /* Cumulative system time */ |
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 | 282 | include/linux/sched.h | extern struct timeval xtime; |
timeval | 49 | include/linux/skbuff.h | struct timeval stamp; /* Time we arrived */ |
timeval | 17 | include/linux/time.h | void do_gettimeofday(struct timeval *tv); |
timeval | 35 | include/linux/time.h | struct timeval it_interval; /* timer interval */ |
timeval | 36 | include/linux/time.h | struct timeval it_value; /* current value */ |
timeval | 132 | include/linux/timex.h | struct timeval time; /* (read only) */ |
timeval | 226 | include/net/sock.h | struct timeval stamp; |
timeval | 28 | kernel/itimer.c | static unsigned long tvtojiffies(struct timeval *value) |
timeval | 40 | 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 | 216 | kernel/time.c | void do_gettimeofday(struct timeval *tv) |
timeval | 233 | kernel/time.c | asmlinkage int sys_gettimeofday(struct timeval *tv, struct timezone *tz) |
timeval | 238 | kernel/time.c | struct timeval ktv; |
timeval | 287 | kernel/time.c | asmlinkage int sys_settimeofday(struct timeval *tv, struct timezone *tz) |
timeval | 290 | kernel/time.c | struct timeval new_tv; |
timeval | 355 | kernel/time.c | void (*hardpps_ptr)(struct timeval *) = (void (*)(struct timeval *))0; |
timeval | 1802 | net/appletalk/ddp.c | err=verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval)); |
timeval | 1805 | net/appletalk/ddp.c | memcpy_tofs((void *)arg,&sk->stamp,sizeof(struct timeval)); |
timeval | 1962 | net/ax25/af_ax25.c | if ((err = verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval))) != 0) |
timeval | 1964 | net/ax25/af_ax25.c | memcpy_tofs((void *)arg, &sk->stamp, sizeof(struct timeval)); |
timeval | 62 | net/ax25/ax25_route.c | struct timeval stamp; |
timeval | 76 | net/ax25/ax25_route.c | extern struct timeval xtime; |
timeval | 1305 | net/ipv4/af_inet.c | err=verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval)); |
timeval | 1308 | net/ipv4/af_inet.c | memcpy_tofs((void *)arg,&sk->stamp,sizeof(struct timeval)); |
timeval | 2856 | net/ipv4/tcp.c | struct timeval tv; |
timeval | 1873 | net/ipx/af_ipx.c | err=verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval)); |
timeval | 1876 | net/ipx/af_ipx.c | memcpy_tofs((void *)arg,&sk->stamp,sizeof(struct timeval)); |
timeval | 1286 | net/netrom/af_netrom.c | if ((err = verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval))) != 0) |
timeval | 1288 | net/netrom/af_netrom.c | memcpy_tofs((void *)arg, &sk->stamp, sizeof(struct timeval)); |