Searched refs:hrtimer_get_res (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/kernel/time/ |
D | posix-timers.c | 281 .clock_getres = hrtimer_get_res, in init_posix_timers() 293 .clock_getres = hrtimer_get_res, in init_posix_timers() 303 .clock_getres = hrtimer_get_res, in init_posix_timers() 315 .clock_getres = hrtimer_get_res, in init_posix_timers() 325 .clock_getres = hrtimer_get_res, in init_posix_timers()
|
D | hrtimer.c | 1187 int hrtimer_get_res(const clockid_t which_clock, struct timespec *tp) in hrtimer_get_res() function 1197 EXPORT_SYMBOL_GPL(hrtimer_get_res);
|
D | alarmtimer.c | 503 return hrtimer_get_res(baseid, tp); in alarm_clock_getres()
|
/linux-4.1.27/sound/core/ |
D | hrtimer.c | 128 hrtimer_get_res(CLOCK_MONOTONIC, &tp); in snd_hrtimer_init()
|
/linux-4.1.27/sound/drivers/pcsp/ |
D | pcsp.c | 49 hrtimer_get_res(CLOCK_MONOTONIC, &tp); in snd_pcsp_create()
|
/linux-4.1.27/include/linux/ |
D | hrtimer.h | 386 extern int hrtimer_get_res(const clockid_t which_clock, struct timespec *tp);
|
/linux-4.1.27/net/sched/ |
D | sch_api.c | 1899 hrtimer_get_res(CLOCK_MONOTONIC, &ts); in psched_show()
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 2227 hrtimer_get_res 2264 hrtimer_get_res
|