Searched refs:TIMER_DEFERRABLE (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
H A Dtimer.h68 #define TIMER_DEFERRABLE 0x1LU macro
88 __TIMER_INITIALIZER((_function), (_expires), (_data), TIMER_DEFERRABLE)
134 __init_timer((timer), TIMER_DEFERRABLE)
157 __setup_timer_on_stack((timer), (fn), (data), TIMER_DEFERRABLE)
H A Dworkqueue.h178 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
253 __INIT_DELAYED_WORK(_work, _func, TIMER_DEFERRABLE)
256 __INIT_DELAYED_WORK_ONSTACK(_work, _func, TIMER_DEFERRABLE)
/linux-4.1.27/kernel/time/
H A Dtimer.c110 return ((unsigned int)(unsigned long)base & TIMER_DEFERRABLE); tbase_get_deferrable()

Completed in 52 milliseconds