/linux-4.4.14/tools/testing/selftests/timers/ |
D | adjtick.c | 86 clock_gettime(CLOCK_MONOTONIC, mon); in get_monotonic_and_raw() 87 clock_gettime(CLOCK_MONOTONIC_RAW, raw); in get_monotonic_and_raw() 93 clock_gettime(CLOCK_MONOTONIC, &start); in get_monotonic_and_raw() 94 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw() 95 clock_gettime(CLOCK_MONOTONIC, &end); in get_monotonic_and_raw() 187 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
|
D | nsleep-lat.c | 118 if (clock_gettime(clockid, &start)) in nanosleep_lat_test() 126 clock_gettime(clockid, &start); in nanosleep_lat_test() 129 clock_gettime(clockid, &end); in nanosleep_lat_test() 138 clock_gettime(clockid, &start); in nanosleep_lat_test() 141 clock_gettime(clockid, &end); in nanosleep_lat_test()
|
D | nanosleep.c | 117 if (clock_gettime(clockid, &now)) in nanosleep_test() 123 clock_gettime(clockid, &now); in nanosleep_test() 129 clock_gettime(clockid, &now); in nanosleep_test() 135 clock_gettime(clockid, &now); in nanosleep_test()
|
D | raw_skew.c | 90 clock_gettime(CLOCK_MONOTONIC, &start); in get_monotonic_and_raw() 91 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw() 92 clock_gettime(CLOCK_MONOTONIC, &end); in get_monotonic_and_raw() 112 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
|
D | mqueue-lat.c | 86 clock_gettime(CLOCK_MONOTONIC, &start); in mqueue_lat_test() 91 clock_gettime(CLOCK_REALTIME, &now); in mqueue_lat_test() 101 clock_gettime(CLOCK_MONOTONIC, &end); in mqueue_lat_test()
|
D | leap-a-day.c | 175 clock_gettime(CLOCK_REALTIME, &now); in test_hrtimer_failure() 178 clock_gettime(CLOCK_REALTIME, &now); in test_hrtimer_failure() 225 if (clock_gettime(CLOCK_TAI, &ts)) { in main() 253 clock_gettime(CLOCK_REALTIME, &ts); in main() 348 clock_gettime(CLOCK_TAI, &tai); in main()
|
D | inconsistency-check.c | 113 clock_gettime(clock_type, &list[0]); in consistency_test() 125 clock_gettime(clock_type, &list[i]); in consistency_test() 197 if (!clock_gettime(clockid, &ts)) { in main()
|
D | alarmtimer-suspend.c | 113 clock_gettime(alarm_clock_id, &ts); in sigalarm() 161 clock_gettime(alarm_clock_id, &start_time); in main()
|
D | threadtest.c | 104 clock_gettime(CLOCK_MONOTONIC, &global_list[listcount++]); in shared_thread() 123 clock_gettime(CLOCK_MONOTONIC, &my_list[count]); in independent_thread()
|
D | set-timer-lat.c | 111 clock_gettime(clock_id, &ts); in sigalarm() 153 clock_gettime(clock_id, &start_time); in do_timer()
|
D | leapcrash.c | 88 clock_gettime(CLOCK_REALTIME, &ts); in main()
|
/linux-4.4.14/arch/um/os-Linux/ |
D | time.c | 36 clock_gettime(CLOCK_REALTIME, &realtime_tp); in os_persistent_clock_emulation() 154 clock_gettime(CLOCK_PROCESS_CPUTIME_ID,&ts); in os_vnsecs() 162 clock_gettime(CLOCK_MONOTONIC,&ts); in os_nsecs()
|
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/ |
D | amd_fam14h_idle.c | 232 clock_gettime(CLOCK_REALTIME, &start_time); in amd_fam14h_start() 238 clock_gettime(CLOCK_REALTIME, &dbg_time); in amd_fam14h_start() 251 clock_gettime(CLOCK_REALTIME, &end_time); in amd_fam14h_stop() 258 clock_gettime(CLOCK_REALTIME, &dbg_time); in amd_fam14h_stop()
|
D | cpuidle_sysfs.c | 49 clock_gettime(CLOCK_REALTIME, &start_time); in cpuidle_start() 66 clock_gettime(CLOCK_REALTIME, &end_time); in cpuidle_stop()
|
D | mperf_monitor.c | 191 clock_gettime(CLOCK_REALTIME, &time_start); in mperf_start() 211 clock_gettime(CLOCK_REALTIME, &time_end); in mperf_stop()
|
D | cpupower-monitor.c | 285 clock_gettime(CLOCK_REALTIME, &start); in fork_it() 307 clock_gettime(CLOCK_REALTIME, &end); in fork_it()
|
/linux-4.4.14/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 346 clock_gettime(clock, &start); \ 349 clock_gettime(clock, &middle); \ 352 clock_gettime(clock, &end); \ 480 clock_gettime(clock, &start); in perf_test_thread() 485 clock_gettime(clock, &end); in perf_test_thread() 509 clock_gettime(clock, &start); in perf_test_thread() 511 clock_gettime(clock, &end); in perf_test_thread()
|
/linux-4.4.14/Documentation/ptp/ |
D | testptp.c | 314 if (clock_gettime(clkid, &ts)) { in main() 323 clock_gettime(CLOCK_REALTIME, &ts); in main() 332 clock_gettime(clkid, &ts); in main() 439 if (clock_gettime(clkid, &ts)) { in main()
|
D | ptp.txt | 45 clock_gettime, clock_settime, and clock_adjtime. These calls
|
/linux-4.4.14/tools/testing/selftests/vm/ |
D | transhuge-stress.c | 108 clock_gettime(CLOCK_MONOTONIC, &a); in main() 136 clock_gettime(CLOCK_MONOTONIC, &b); in main()
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vdso.lds.S | 19 clock_gettime;
|
D | vclock_gettime.c | 305 int clock_gettime(clockid_t, struct timespec *)
|
/linux-4.4.14/arch/x86/um/vdso/ |
D | vdso.lds.S | 20 clock_gettime;
|
D | um_vdso.c | 28 int clock_gettime(clockid_t, struct timespec *)
|
/linux-4.4.14/samples/bpf/ |
D | tracex4_user.c | 27 clock_gettime(CLOCK_MONOTONIC, &ts); in time_get_ns()
|
D | trace_output_user.c | 122 clock_gettime(CLOCK_MONOTONIC, &ts); in time_get_ns()
|
/linux-4.4.14/tools/perf/ |
D | perf.h | 28 clock_gettime(CLOCK_MONOTONIC, &ts); in rdclock()
|
D | builtin-stat.c | 241 clock_gettime(CLOCK_MONOTONIC, &ts); in process_interval() 351 clock_gettime(CLOCK_MONOTONIC, &ref_time); in __run_perf_stat() 1286 clock_gettime(CLOCK_REALTIME, &tm); in cmd_stat()
|
D | builtin-sched.c | 182 clock_gettime(CLOCK_MONOTONIC, &ts); in get_nsecs()
|
/linux-4.4.14/arch/tile/kernel/vdso/ |
D | vdso.lds.S | 86 clock_gettime;
|
D | vgettimeofday.c | 197 int clock_gettime(clockid_t clock, struct timespec *ts)
|
/linux-4.4.14/include/linux/ |
D | posix-clock.h | 62 int (*clock_gettime)(struct posix_clock *pc, struct timespec *ts); member
|
/linux-4.4.14/arch/s390/kernel/vdso64/ |
D | Makefile | 3 obj-vdso64 = gettimeofday.o clock_getres.o clock_gettime.o note.o
|
/linux-4.4.14/arch/s390/kernel/vdso32/ |
D | Makefile | 3 obj-vdso32 = gettimeofday.o clock_getres.o clock_gettime.o note.o
|
/linux-4.4.14/kernel/time/ |
D | posix-clock.c | 309 if (cd.clk->ops.clock_gettime) in pc_clock_gettime() 310 err = cd.clk->ops.clock_gettime(cd.clk, ts); in pc_clock_gettime()
|
D | posix-timers.c | 1027 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
|
/linux-4.4.14/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi.c | 296 ret = clock_gettime(CLOCK_MONOTONIC, &ts); in unit_test()
|
/linux-4.4.14/drivers/ptp/ |
D | ptp_clock.c | 169 .clock_gettime = ptp_clock_gettime,
|
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/ |
D | osunixxf.c | 788 if (clock_gettime(CLOCK_REALTIME, &time) == -1) { in acpi_os_wait_semaphore()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 354 ENTRY_COMP(clock_gettime)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 253 COMPAT_SYS_SPU(clock_gettime)
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 237 228 common clock_gettime sys_clock_gettime
|
D | syscall_32.tbl | 274 265 i386 clock_gettime sys_clock_gettime compat_sys_clock_gettime
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-record.txt | 297 records. See clock_gettime(). In particular CLOCK_MONOTONIC and
|
/linux-4.4.14/kernel/ |
D | compat.c | 757 COMPAT_SYSCALL_DEFINE2(clock_gettime, clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE2() argument
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 844 clock_gettime. Systems that implement the ARM architected
|