Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dtimer.h49 #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.h154 TIMER_IRQSAFE), \
185 TIMER_IRQSAFE); \
H A Dworkqueue.h247 (tflags) | TIMER_IRQSAFE), \
321 (_tflags) | TIMER_IRQSAFE); \
329 (_tflags) | TIMER_IRQSAFE); \
/linux-6.15/kernel/time/
H A Dtimer.c1585 if (!(tf & (TIMER_MIGRATING | TIMER_IRQSAFE))) { in del_timer_wait_running()
1652 WARN_ON(in_hardirq() && !(timer->flags & TIMER_IRQSAFE)); in __timer_delete_sync()
1658 if (IS_ENABLED(CONFIG_PREEMPT_RT) && !(timer->flags & TIMER_IRQSAFE)) in __timer_delete_sync()
1833 if (timer->flags & TIMER_IRQSAFE) { in expire_timers()
/linux-6.15/include/trace/events/
H A Dtimer.h45 { TIMER_IRQSAFE, "I" })
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_sw_fence.c519 timer_i915_sw_fence_wake, TIMER_IRQSAFE); in i915_sw_fence_await_dma_fence()