Home
last modified time | relevance | path

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

/include/linux/
A Dtimer.h47 #define TIMER_DEFERRABLE 0x00080000 macro
50 #define TIMER_INIT_FLAGS (TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
54 #define TIMER_TRACE_FLAGMASK (TIMER_MIGRATING | TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
A Dworkqueue.h258 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
340 __INIT_DELAYED_WORK(_work, _func, TIMER_DEFERRABLE)
343 __INIT_DELAYED_WORK_ONSTACK(_work, _func, TIMER_DEFERRABLE)
/include/trace/events/
A Dtimer.h43 { TIMER_DEFERRABLE, "D" }, \

Completed in 7 milliseconds