tag | line | file | source code |
timeval | 400 | arch/alpha/kernel/osf_sys.c | asmlinkage int osf_usleep_thread(struct timeval * sleep, struct timeval * remain) |
timeval | 402 | arch/alpha/kernel/osf_sys.c | struct timeval tmp; |
timeval | 140 | arch/alpha/kernel/time.c | void do_gettimeofday(struct timeval *tv) |
timeval | 150 | arch/alpha/kernel/time.c | void do_settimeofday(struct timeval *tv) |
timeval | 66 | arch/i386/kernel/sys_i386.c | extern asmlinkage int sys_select(int, fd_set *, fd_set *, fd_set *, struct timeval *); |
timeval | 74 | arch/i386/kernel/sys_i386.c | struct timeval *tvp; |
timeval | 83 | arch/i386/kernel/sys_i386.c | tvp = (struct timeval *) get_user(buffer+4); |
timeval | 144 | arch/i386/kernel/time.c | void do_gettimeofday(struct timeval *tv) |
timeval | 159 | arch/i386/kernel/time.c | void do_settimeofday(struct timeval *tv) |
timeval | 84 | arch/mips/kernel/time.c | void do_gettimeofday(struct timeval *tv) |
timeval | 99 | arch/mips/kernel/time.c | void do_settimeofday(struct timeval *tv) |
timeval | 499 | arch/sparc/kernel/sys_sunos.c | sys_select(int n, fd_set *inp, fd_set *outp, fd_set *exp, struct timeval *tvp); |
timeval | 501 | arch/sparc/kernel/sys_sunos.c | asmlinkage int sunos_select(int width, fd_set *inp, fd_set *outp, fd_set *exp, struct timeval *tvp) |
timeval | 113 | arch/sparc/kernel/time.c | void do_gettimeofday(struct timeval *tv) |
timeval | 123 | arch/sparc/kernel/time.c | void do_settimeofday(struct timeval *tv) |
timeval | 1050 | drivers/scsi/53c7,8xx.h | struct timeval time; |
timeval | 188 | fs/open.c | asmlinkage int sys_utimes(char * filename, struct timeval * utimes) |
timeval | 204 | 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 | 22 | include/linux/resource.h | struct timeval ru_utime; /* user time used */ |
timeval | 23 | include/linux/resource.h | struct timeval ru_stime; /* system time used */ |
timeval | 325 | include/linux/sched.h | extern struct timeval xtime; |
timeval | 57 | include/linux/skbuff.h | struct timeval stamp; /* Time we arrived */ |
timeval | 22 | include/linux/time.h | void do_gettimeofday(struct timeval *tv); |
timeval | 23 | include/linux/time.h | void do_settimeofday(struct timeval *tv); |
timeval | 46 | include/linux/time.h | struct timeval it_interval; /* timer interval */ |
timeval | 47 | include/linux/time.h | struct timeval it_value; /* current value */ |
timeval | 138 | include/linux/timex.h | struct timeval time; /* (read only) */ |
timeval | 255 | include/net/sock.h | struct timeval stamp; |
timeval | 171 | include/net/tcp.h | struct timeval tv; |
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 | 45 | kernel/sched.c | volatile struct timeval xtime; /* The current time */ |
timeval | 87 | kernel/time.c | asmlinkage int sys_gettimeofday(struct timeval *tv, struct timezone *tz) |
timeval | 92 | kernel/time.c | struct timeval ktv; |
timeval | 141 | kernel/time.c | asmlinkage int sys_settimeofday(struct timeval *tv, struct timezone *tz) |
timeval | 144 | kernel/time.c | struct timeval new_tv; |
timeval | 190 | kernel/time.c | void (*hardpps_ptr)(struct timeval *) = (void (*)(struct timeval *))0; |
timeval | 1793 | net/appletalk/ddp.c | err=verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval)); |
timeval | 1796 | net/appletalk/ddp.c | memcpy_tofs((void *)arg,&sk->stamp,sizeof(struct timeval)); |
timeval | 2041 | net/ax25/af_ax25.c | if ((err = verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval))) != 0) |
timeval | 2043 | net/ax25/af_ax25.c | memcpy_tofs((void *)arg, &sk->stamp, sizeof(struct timeval)); |
timeval | 67 | net/ax25/ax25_route.c | struct timeval stamp; |
timeval | 81 | net/ax25/ax25_route.c | extern struct timeval xtime; |
timeval | 1280 | net/ipv4/af_inet.c | err=verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval)); |
timeval | 1283 | net/ipv4/af_inet.c | memcpy_tofs((void *)arg,&sk->stamp,sizeof(struct timeval)); |
timeval | 581 | net/ipv4/icmp.c | struct timeval tv; |
timeval | 51 | net/ipv4/ip_options.c | struct timeval tv; |
timeval | 424 | net/ipv4/ip_options.c | struct timeval tv; |
timeval | 2123 | net/ipx/af_ipx.c | err=verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval)); |
timeval | 2126 | net/ipx/af_ipx.c | memcpy_tofs((void *)arg,&sk->stamp,sizeof(struct timeval)); |
timeval | 1208 | net/netrom/af_netrom.c | if ((err = verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval))) != 0) |
timeval | 1210 | net/netrom/af_netrom.c | memcpy_tofs((void *)arg, &sk->stamp, sizeof(struct timeval)); |