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