Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dposix-timers.c138 static int common_timer_del(struct k_itimer *timer);
290 .timer_del = common_timer_del, in init_posix_timers()
300 .timer_del = common_timer_del, in init_posix_timers()
322 .timer_del = common_timer_del, in init_posix_timers()
332 .timer_del = common_timer_del, in init_posix_timers()
918 static int common_timer_del(struct k_itimer *timer) in common_timer_del() function