Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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)
Dkthread.h152 TIMER_IRQSAFE), \
183 TIMER_IRQSAFE); \
Dworkqueue.h242 (tflags) | TIMER_IRQSAFE), \
316 (_tflags) | TIMER_IRQSAFE); \
324 (_tflags) | TIMER_IRQSAFE); \
/linux-6.6.21/kernel/time/
Dtimer.c1496 if (!(tf & (TIMER_MIGRATING | TIMER_IRQSAFE))) { in del_timer_wait_running()
1563 WARN_ON(in_hardirq() && !(timer->flags & TIMER_IRQSAFE)); in __timer_delete_sync()
1569 if (IS_ENABLED(CONFIG_PREEMPT_RT) && !(timer->flags & TIMER_IRQSAFE)) in __timer_delete_sync()
1744 if (timer->flags & TIMER_IRQSAFE) { in expire_timers()
/linux-6.6.21/include/trace/events/
Dtimer.h45 { TIMER_IRQSAFE, "I" })
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_sw_fence.c519 timer_i915_sw_fence_wake, TIMER_IRQSAFE); in i915_sw_fence_await_dma_fence()