Searched refs:TIMER_PINNED (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | timer.h | 68 #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 D | inet_timewait_sock.c | 210 timer_setup(&tw->tw_timer, tw_timer_handler, TIMER_PINNED); in inet_twsk_alloc()
|
H A D | inet_connection_sock.c | 1044 timer_setup(&nreq->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_timer_handler() 1139 timer_setup(&req->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_queue_hash_req()
|
/openbmc/linux/include/trace/events/ |
H A D | timer.h | 44 { TIMER_PINNED, "P" }, \
|
/openbmc/linux/drivers/cpufreq/ |
H A D | powernv-cpufreq.c | 869 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | core.c | 2093 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 D | mips_ejtag_fdc.c | 1003 TIMER_PINNED); in mips_ejtag_fdc_tty_probe()
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | vector.c | 57 .timer = __TIMER_INITIALIZER(vector_cleanup_callback, TIMER_PINNED),
|
/openbmc/linux/kernel/time/ |
H A D | timer.c | 939 !(tflags & TIMER_PINNED)) in get_target_base()
|