Home
last modified time | relevance | path

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

/linux/include/linux/
A Dtimer.h48 #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/kernel/time/
A Dtimer.c644 WARN_ON_ONCE(!(timer->flags & TIMER_PINNED || in trigger_dyntick_cpu()
959 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL; in get_timer_cpu_base()
975 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL; in get_timer_this_cpu_base()
1312 timer->flags |= TIMER_PINNED; in add_timer_local()
1329 timer->flags &= ~TIMER_PINNED; in add_timer_global()
1357 timer->flags |= TIMER_PINNED; in add_timer_on()
/linux/include/trace/events/
A Dtimer.h44 { TIMER_PINNED, "P" }, \
/linux/net/ipv4/
A Dinet_connection_sock.c1109 timer_setup(&nreq->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_timer_handler()
1204 timer_setup(&req->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_queue_hash_req()
/linux/drivers/cpufreq/
A Dpowernv-cpufreq.c869 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
/linux/drivers/irqchip/
A Dirq-riscv-imsic-state.c444 timer_setup(&lpriv->timer, imsic_local_timer_callback, TIMER_PINNED); in imsic_local_init()
/linux/arch/x86/kernel/cpu/mce/
A Dcore.c2125 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_setup_timer()
2132 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_init_timer()
/linux/drivers/tty/
A Dmips_ejtag_fdc.c1003 TIMER_PINNED); in mips_ejtag_fdc_tty_probe()
/linux/arch/x86/kernel/apic/
A Dvector.c57 .timer = __TIMER_INITIALIZER(vector_cleanup_callback, TIMER_PINNED),

Completed in 26 milliseconds