Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtimer.h68 #define TIMER_PINNED 0x00100000 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)
/openbmc/linux/net/ipv4/
H A Dinet_timewait_sock.c210 timer_setup(&tw->tw_timer, tw_timer_handler, TIMER_PINNED); in inet_twsk_alloc()
H A Dinet_connection_sock.c1034 timer_setup(&nreq->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_timer_handler()
1122 timer_setup(&req->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_queue_hash_req()
/openbmc/linux/include/trace/events/
H A Dtimer.h44 { TIMER_PINNED, "P" }, \
/openbmc/linux/drivers/cpufreq/
H A Dpowernv-cpufreq.c869 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c2093 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_setup_timer()
2100 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_init_timer()
/openbmc/linux/drivers/tty/
H A Dmips_ejtag_fdc.c1003 TIMER_PINNED); in mips_ejtag_fdc_tty_probe()
/openbmc/linux/arch/x86/kernel/apic/
H A Dvector.c57 .timer = __TIMER_INITIALIZER(vector_cleanup_callback, TIMER_PINNED),
/openbmc/linux/kernel/time/
H A Dtimer.c939 !(tflags & TIMER_PINNED)) in get_target_base()