Searched refs:TIMER_MIGRATING (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dtimer.h45 #define TIMER_MIGRATING 0x00040000 macro
46 #define TIMER_BASEMASK (TIMER_CPUMASK | TIMER_MIGRATING)
54 #define TIMER_TRACE_FLAGMASK (TIMER_MIGRATING | TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
/linux-master/include/trace/events/
H A Dtimer.h42 { TIMER_MIGRATING, "M" }, \
/linux-master/kernel/time/
H A Dtimer.c1032 * When a timer is migrating then the TIMER_MIGRATING flag is set and we need
1045 * might re-read @tf between the check for TIMER_MIGRATING
1050 if (!(tf & TIMER_MIGRATING)) {
1161 timer->flags |= TIMER_MIGRATING;
1376 timer->flags |= TIMER_MIGRATING;
1589 if (!(tf & (TIMER_MIGRATING | TIMER_IRQSAFE))) {

Completed in 129 milliseconds