Searched refs:sys_time (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/common_modules/newip/examples/ |
D | nip_udp_client_demo.c | 29 struct timeval sys_time; in _sendto() local 33 gettimeofday(&sys_time, NULL); in _sendto() 34 ret = sprintf(buf, "%ld %6ld NIP_UDP # %6d", sys_time.tv_sec, sys_time.tv_usec, pkt_num); in _sendto()
|
D | nip_tcp_client_demo.c | 30 struct timeval sys_time; in _send() local 33 gettimeofday(&sys_time, NULL); in _send() 34 ret = sprintf(buf, "%ld %6ld NIP_TCP # %6d", sys_time.tv_sec, sys_time.tv_usec, pkt_num); in _send()
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
D | test_vsyscall.c | 171 static inline long sys_time(time_t *t) in sys_time() function 274 t_sys1 = sys_time(&t2_sys1); in test_time() 279 t_sys2 = sys_time(&t2_sys2); in test_time()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/syscalls/ |
D | syscall.tbl | 26 13 64 time sys_time 27 13 spu time sys_time
|
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 24 13 64 time sys_time 25 13 spu time sys_time
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 212 201 common time sys_time
|
/kernel/linux/linux-5.10/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 212 201 common time sys_time
|
/kernel/linux/linux-5.10/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 24 13 64 time sys_time
|
/kernel/linux/linux-5.10/include/linux/ |
D | syscalls.h | 1111 asmlinkage long sys_time(__kernel_old_time_t __user *tloc);
|