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

/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.c1031 * When a timer is migrating then the TIMER_MIGRATING flag is set and we need
1044 * might re-read @tf between the check for TIMER_MIGRATING
1049 if (!(tf & TIMER_MIGRATING)) {
1160 timer->flags |= TIMER_MIGRATING;
1375 timer->flags |= TIMER_MIGRATING;
1588 if (!(tf & (TIMER_MIGRATING | TIMER_IRQSAFE))) {

Completed in 342 milliseconds