Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dposix-timers.h2 #define TIMER_RETRY 1 macro
H A Dposix-timers.c892 return TIMER_RETRY; in common_timer_set()
935 if (ret != TIMER_RETRY) in do_timer_settime()
997 return TIMER_RETRY;
1043 while (timer->kclock->timer_del(timer) == TIMER_RETRY) { in posix_timer_delete()
H A Dposix-cpu-timers.c504 ret = TIMER_RETRY; in posix_cpu_timer_del()
676 ret = TIMER_RETRY; in posix_cpu_timer_set()
1540 while (error == TIMER_RETRY) { in do_cpu_nanosleep()