Home
last modified time | relevance | path

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

/include/linux/
Dtimer.h71 #define TIMER_DEFERRABLE 0x00080000 macro
74 #define TIMER_INIT_FLAGS (TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
78 #define TIMER_TRACE_FLAGMASK (TIMER_MIGRATING | TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
Dworkqueue.h206 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)
/include/trace/events/
Dtimer.h43 { TIMER_DEFERRABLE, "D" }, \