Home
last modified time | relevance | path

Searched refs:clock_get (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/kernel/time/
Dposix-timers.c289 .clock_get = posix_clock_realtime_get, in init_posix_timers()
301 .clock_get = posix_ktime_get_ts, in init_posix_timers()
311 .clock_get = posix_get_monotonic_raw, in init_posix_timers()
315 .clock_get = posix_get_realtime_coarse, in init_posix_timers()
319 .clock_get = posix_get_monotonic_coarse, in init_posix_timers()
323 .clock_get = posix_get_tai, in init_posix_timers()
333 .clock_get = posix_get_boottime, in init_posix_timers()
532 if (!new_clock->clock_get) { in posix_timers_register_clock()
1037 error = kc->clock_get(which_clock, &kernel_tp); in SYSCALL_DEFINE2()
Dposix-cpu-timers.c1489 .clock_get = posix_cpu_clock_get,
1502 .clock_get = process_cpu_clock_get, in init_posix_cpu_timers()
1509 .clock_get = thread_cpu_clock_get, in init_posix_cpu_timers()
Dposix-clock.c440 .clock_get = pc_clock_gettime,
Dalarmtimer.c825 .clock_get = alarm_clock_get, in alarmtimer_init()
/linux-4.4.14/include/linux/
Dposix-timers.h103 int (*clock_get) (const clockid_t which_clock, struct timespec * tp); member
/linux-4.4.14/drivers/char/
Dmmtimer.c777 .clock_get = sgi_clock_get,