Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dposix-timers.c282 .clock_get = posix_clock_realtime_get, in init_posix_timers()
294 .clock_get = posix_ktime_get_ts, in init_posix_timers()
304 .clock_get = posix_get_monotonic_raw, in init_posix_timers()
308 .clock_get = posix_get_realtime_coarse, in init_posix_timers()
312 .clock_get = posix_get_monotonic_coarse, in init_posix_timers()
316 .clock_get = posix_get_tai, in init_posix_timers()
326 .clock_get = posix_get_boottime, in init_posix_timers()
525 if (!new_clock->clock_get) { in posix_timers_register_clock()
1030 error = kc->clock_get(which_clock, &kernel_tp); in SYSCALL_DEFINE2()
Dposix-cpu-timers.c1441 .clock_get = posix_cpu_clock_get,
1454 .clock_get = process_cpu_clock_get, in init_posix_cpu_timers()
1461 .clock_get = thread_cpu_clock_get, in init_posix_cpu_timers()
Dposix-clock.c440 .clock_get = pc_clock_gettime,
Dalarmtimer.c828 .clock_get = alarm_clock_get, in alarmtimer_init()
/linux-4.1.27/include/linux/
Dposix-timers.h103 int (*clock_get) (const clockid_t which_clock, struct timespec * tp); member
/linux-4.1.27/drivers/char/
Dmmtimer.c777 .clock_get = sgi_clock_get,