Searched refs:TIMER_IRQSAFE (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dtimer.h31 * @TIMER_IRQSAFE: An irqsafe timer is executed with IRQ disabled and
49 #define TIMER_IRQSAFE 0x00200000 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)
H A Dkthread.h153 TIMER_IRQSAFE), \
184 TIMER_IRQSAFE); \
H A Dworkqueue.h239 (tflags) | TIMER_IRQSAFE), \
313 (_tflags) | TIMER_IRQSAFE); \
321 (_tflags) | TIMER_IRQSAFE); \
/linux-master/include/trace/events/
H A Dtimer.h45 { TIMER_IRQSAFE, "I" })
/linux-master/kernel/time/
H A Dtimer.c1589 if (!(tf & (TIMER_MIGRATING | TIMER_IRQSAFE))) {
1656 WARN_ON(in_hardirq() && !(timer->flags & TIMER_IRQSAFE));
1662 if (IS_ENABLED(CONFIG_PREEMPT_RT) && !(timer->flags & TIMER_IRQSAFE))
1837 if (timer->flags & TIMER_IRQSAFE) {
/linux-master/drivers/gpu/drm/i915/
H A Di915_sw_fence.c519 timer_i915_sw_fence_wake, TIMER_IRQSAFE);

Completed in 153 milliseconds