Home
last modified time | relevance | path

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

/linux/include/linux/
A Dtimer.h69 #define TIMER_IRQSAFE 0x00200000 macro
70 #define TIMER_INIT_FLAGS (TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
74 #define TIMER_TRACE_FLAGMASK (TIMER_MIGRATING | TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
A Dkthread.h130 TIMER_IRQSAFE), \
177 TIMER_IRQSAFE); \
A Dworkqueue.h189 (tflags) | TIMER_IRQSAFE), \
255 (_tflags) | TIMER_IRQSAFE); \
263 (_tflags) | TIMER_IRQSAFE); \
/linux/kernel/time/
A Dtimer.c1290 if (!(tf & (TIMER_MIGRATING | TIMER_IRQSAFE))) { in del_timer_wait_running()
1372 WARN_ON(in_irq() && !(timer->flags & TIMER_IRQSAFE)); in del_timer_sync()
1378 if (IS_ENABLED(CONFIG_PREEMPT_RT) && !(timer->flags & TIMER_IRQSAFE)) in del_timer_sync()
1459 if (timer->flags & TIMER_IRQSAFE) { in expire_timers()
/linux/include/trace/events/
A Dtimer.h45 { TIMER_IRQSAFE, "I" })
/linux/drivers/gpu/drm/i915/
A Di915_sw_fence.c515 timer_i915_sw_fence_wake, TIMER_IRQSAFE); in i915_sw_fence_await_dma_fence()

Completed in 16 milliseconds