Searched refs:TIMER_DEFERRABLE (Results 1 – 3 of 3) sorted by relevance
71 #define TIMER_DEFERRABLE 0x00080000 macro74 #define TIMER_INIT_FLAGS (TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)78 #define TIMER_TRACE_FLAGMASK (TIMER_MIGRATING | TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
206 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)280 __INIT_DELAYED_WORK(_work, _func, TIMER_DEFERRABLE)283 __INIT_DELAYED_WORK_ONSTACK(_work, _func, TIMER_DEFERRABLE)
43 { TIMER_DEFERRABLE, "D" }, \