Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dposix-timers.c236 static inline int timer_overrun_to_int(struct k_itimer *timr, int baseval) in timer_overrun_to_int() function
274 info->si_overrun = timer_overrun_to_int(timr, info->si_overrun); in posixtimer_rearm()
777 overrun = timer_overrun_to_int(timr, 0); in SYSCALL_DEFINE1()