Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dposix-timers.c135 static void common_timer_get(struct k_itimer *, struct itimerspec *);
289 .timer_get = common_timer_get, in init_posix_timers()
299 .timer_get = common_timer_get, in init_posix_timers()
321 .timer_get = common_timer_get, in init_posix_timers()
331 .timer_get = common_timer_get, in init_posix_timers()
729 common_timer_get(struct k_itimer *timr, struct itimerspec *cur_setting) in common_timer_get() function
832 common_timer_get(timr, old_setting); in common_timer_set()