Searched refs:TIMER_PINNED (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Dtimer.h39 * @TIMER_PINNED: A pinned timer will always expire on the CPU on which the
48 #define TIMER_PINNED 0x00100000 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)
/linux-master/kernel/time/
H A Dtimer.c645 WARN_ON_ONCE(!(timer->flags & TIMER_PINNED ||
960 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL;
976 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL;
1305 * Same as add_timer() except that the timer flag TIMER_PINNED is set.
1313 timer->flags |= TIMER_PINNED;
1319 * add_timer_global() - Start a timer without TIMER_PINNED flag set
1322 * Same as add_timer() except that the timer flag TIMER_PINNED is unset.
1330 timer->flags &= ~TIMER_PINNED;
1341 * the TIMER_PINNED flag is set. When timer shouldn't be a pinned timer in
1343 * the TIMER_PINNED fla
[all...]
/linux-master/net/ipv4/
H A Dinet_timewait_sock.c195 timer_setup(&tw->tw_timer, tw_timer_handler, TIMER_PINNED);
H A Dinet_connection_sock.c1039 timer_setup(&nreq->rsk_timer, reqsk_timer_handler, TIMER_PINNED);
1127 timer_setup(&req->rsk_timer, reqsk_timer_handler, TIMER_PINNED);
/linux-master/include/trace/events/
H A Dtimer.h44 { TIMER_PINNED, "P" }, \
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c2100 timer_setup(t, mce_timer_fn, TIMER_PINNED);
2107 timer_setup(t, mce_timer_fn, TIMER_PINNED);
/linux-master/drivers/cpufreq/
H A Dpowernv-cpufreq.c869 TIMER_PINNED | TIMER_DEFERRABLE);
/linux-master/arch/x86/kernel/apic/
H A Dvector.c57 .timer = __TIMER_INITIALIZER(vector_cleanup_callback, TIMER_PINNED),
/linux-master/drivers/tty/
H A Dmips_ejtag_fdc.c1003 TIMER_PINNED);

Completed in 168 milliseconds