Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dposix-timers.c135 static void common_timer_get(struct k_itimer *, struct itimerspec *);
296 .timer_get = common_timer_get, in init_posix_timers()
306 .timer_get = common_timer_get, in init_posix_timers()
328 .timer_get = common_timer_get, in init_posix_timers()
338 .timer_get = common_timer_get, in init_posix_timers()
736 common_timer_get(struct k_itimer *timr, struct itimerspec *cur_setting) in common_timer_get() function
839 common_timer_get(timr, old_setting); in common_timer_set()