Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H 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-6.15/kernel/time/
H A Dtimer.c643 WARN_ON_ONCE(!(timer->flags & TIMER_PINNED || in trigger_dyntick_cpu()
958 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL; in get_timer_cpu_base()
972 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL; in get_timer_this_cpu_base()
1307 timer->flags |= TIMER_PINNED; in add_timer_local()
1324 timer->flags &= ~TIMER_PINNED; in add_timer_global()
1352 timer->flags |= TIMER_PINNED; in add_timer_on()
/linux-6.15/include/trace/events/
H A Dtimer.h44 { TIMER_PINNED, "P" }, \
/linux-6.15/net/ipv4/
H A Dinet_connection_sock.c1097 timer_setup(&nreq->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_timer_handler()
1192 timer_setup(&req->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_queue_hash_req()
/linux-6.15/drivers/cpufreq/
H A Dpowernv-cpufreq.c866 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
/linux-6.15/drivers/irqchip/
H A Dirq-riscv-imsic-state.c521 timer_setup(&lpriv->timer, imsic_local_timer_callback, TIMER_PINNED); in imsic_local_init()
/linux-6.15/arch/x86/kernel/cpu/mce/
H A Dcore.c2170 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_setup_timer()
2177 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_init_timer()
/linux-6.15/drivers/tty/
H A Dmips_ejtag_fdc.c1003 TIMER_PINNED); in mips_ejtag_fdc_tty_probe()
/linux-6.15/arch/x86/kernel/apic/
H A Dvector.c57 .timer = __TIMER_INITIALIZER(vector_cleanup_callback, TIMER_PINNED),