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 | 188 | arch/alpha/kernel/time.c | void do_gettimeofday(struct timeval *tv) |
timeval | 198 | 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 | 148 | arch/i386/kernel/time.c | void do_gettimeofday(struct timeval *tv) |
timeval | 163 | arch/i386/kernel/time.c | void do_settimeofday(struct timeval *tv) |
timeval | 69 | arch/m68k/kernel/sys_m68k.c | extern asmlinkage int sys_select(int, fd_set *, fd_set *, fd_set *, struct timeval *); |
timeval | 77 | arch/m68k/kernel/sys_m68k.c | struct timeval *tvp; |
timeval | 87 | arch/m68k/kernel/sys_m68k.c | tvp = (struct timeval *) get_user(buffer+4); |
timeval | 107 | arch/m68k/kernel/time.c | void do_gettimeofday(struct timeval *tv) |
timeval | 122 | arch/m68k/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 | 583 | arch/sparc/kernel/sys_sunos.c | sys_select(int n, fd_set *inp, fd_set *outp, fd_set *exp, struct timeval *tvp); |
timeval | 585 | 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 | 192 | arch/sparc/kernel/time.c | void do_gettimeofday(struct timeval *tv) |
timeval | 205 | arch/sparc/kernel/time.c | void do_settimeofday(struct timeval *tv) |
timeval | 1050 | drivers/scsi/53c7,8xx.h | struct timeval time; |
timeval | 197 | fs/open.c | asmlinkage int sys_utimes(char * filename, struct timeval * utimes) |
timeval | 213 | 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 | 9 | include/asm-sparc/vuid_event.h | struct timeval time; |
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 | 329 | include/linux/sched.h | extern struct timeval xtime; |
timeval | 59 | 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 | 155 | include/linux/timex.h | struct timeval time; /* (read only) */ |
timeval | 173 | include/linux/ufs_fs.h | struct timeval ui_atime; /* 0x10 */ |
timeval | 174 | include/linux/ufs_fs.h | struct timeval ui_mtime; /* 0x18 */ |
timeval | 175 | include/linux/ufs_fs.h | struct timeval ui_ctime; /* 0x20 */ |
timeval | 311 | include/net/sock.h | struct timeval stamp; |
timeval | 185 | 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 | 47 | 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 | 1904 | net/appletalk/ddp.c | err=verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval)); |
timeval | 1907 | net/appletalk/ddp.c | memcpy_tofs((void *)arg,&sk->stamp,sizeof(struct timeval)); |
timeval | 2193 | net/ax25/af_ax25.c | if ((err = verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval))) != 0) |
timeval | 2195 | net/ax25/af_ax25.c | memcpy_tofs((void *)arg, &sk->stamp, sizeof(struct timeval)); |
timeval | 73 | net/ax25/ax25_route.c | struct timeval stamp; |
timeval | 120 | net/ax25/ax25_route.c | extern struct timeval xtime; |
timeval | 1235 | net/ipv4/af_inet.c | err=verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval)); |
timeval | 1238 | net/ipv4/af_inet.c | memcpy_tofs((void *)arg,&sk->stamp,sizeof(struct timeval)); |
timeval | 862 | 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 | 2248 | net/ipx/af_ipx.c | err=verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval)); |
timeval | 2251 | net/ipx/af_ipx.c | memcpy_tofs((void *)arg,&sk->stamp,sizeof(struct timeval)); |
timeval | 1261 | net/netrom/af_netrom.c | if ((err = verify_area(VERIFY_WRITE,(void *)arg,sizeof(struct timeval))) != 0) |
timeval | 1263 | net/netrom/af_netrom.c | memcpy_tofs((void *)arg, &sk->stamp, sizeof(struct timeval)); |