Searched refs:clock_get (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/kernel/time/ |
D | posix-timers.c | 289 .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()
|
D | posix-cpu-timers.c | 1489 .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()
|
D | posix-clock.c | 440 .clock_get = pc_clock_gettime,
|
D | alarmtimer.c | 825 .clock_get = alarm_clock_get, in alarmtimer_init()
|
/linux-4.4.14/include/linux/ |
D | posix-timers.h | 103 int (*clock_get) (const clockid_t which_clock, struct timespec * tp); member
|
/linux-4.4.14/drivers/char/ |
D | mmtimer.c | 777 .clock_get = sgi_clock_get,
|