Searched refs:gettime (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/test/ |
| H A D | efi_test.c | 280 struct efi_gettime gettime; in efi_runtime_get_time() local 286 if (copy_from_user(&gettime, gettime_user, sizeof(gettime))) in efi_runtime_get_time() 289 status = efi.get_time(gettime.time ? &efi_time : NULL, in efi_runtime_get_time() 290 gettime.capabilities ? &cap : NULL); in efi_runtime_get_time() 292 if (put_user(status, gettime.status)) in efi_runtime_get_time() 298 if (gettime.capabilities) { in efi_runtime_get_time() 301 cap_local = (efi_time_cap_t *)gettime.capabilities; in efi_runtime_get_time() 307 if (gettime.time) { in efi_runtime_get_time() 308 if (copy_to_user(gettime.time, &efi_time, sizeof(efi_time_t))) in efi_runtime_get_time()
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | tty.c | 72 static u8 gettime(void) in gettime() function 122 t0 = gettime(); in getchar_timeout() 128 t1 = gettime(); in getchar_timeout()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ptp/ |
| H A D | testptp.c | 171 int gettime = 0; in main() local 204 gettime = 1; in main() 320 if (gettime) { in main()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | gettime.c | 37 gettime, 1, 1, do_gettime,
|
| H A D | Makefile | 74 obj-$(CONFIG_CMD_GETTIME) += gettime.o
|
| H A D | Kconfig | 1272 bool "gettime - read elapsed time" 1274 Enable the 'gettime' command which reads the elapsed time since
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp_monitor_user.c | 104 static __u64 gettime(void) in gettime() function 200 rec->timestamp = gettime(); in map_collect_record() 234 rec->timestamp = gettime(); in map_collect_record_u64()
|
| H A D | xdp_rxq_info_user.c | 169 static __u64 gettime(void) in gettime() function 270 rec->timestamp = gettime(); in map_collect_percpu()
|
| H A D | xdp_redirect_cpu_user.c | 163 static __u64 gettime(void) in gettime() function 217 rec->timestamp = gettime(); in map_collect_percpu()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | fsys.S | 150 .gettime: label 325 br.many .gettime
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-cpu-timers.c | 50 static struct pid *pid_for_clock(const clockid_t clock, bool gettime) in pid_for_clock() argument 81 if (gettime && (pid == task_pid(current))) in pid_for_clock()
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | whets.c | 1011 gettime(&tnow); in dtime()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist1.txt | 8022 -rw-r--r-- root root 2491 ./usr/share/awk/gettime.awk
|
| H A D | buildhistory_filelist2.txt | 8025 -rw-r--r-- root root 2491 ./usr/share/awk/gettime.awk
|