Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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)
/linux-6.6.21/net/ipv4/
Dinet_timewait_sock.c210 timer_setup(&tw->tw_timer, tw_timer_handler, TIMER_PINNED); in inet_twsk_alloc()
Dinet_connection_sock.c1017 timer_setup(&nreq->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_timer_handler()
1105 timer_setup(&req->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_queue_hash_req()
/linux-6.6.21/include/trace/events/
Dtimer.h44 { TIMER_PINNED, "P" }, \
/linux-6.6.21/drivers/cpufreq/
Dpowernv-cpufreq.c869 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
/linux-6.6.21/arch/x86/kernel/cpu/mce/
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()
/linux-6.6.21/drivers/tty/
Dmips_ejtag_fdc.c1003 TIMER_PINNED); in mips_ejtag_fdc_tty_probe()
/linux-6.6.21/arch/x86/kernel/apic/
Dvector.c57 .timer = __TIMER_INITIALIZER(vector_cleanup_callback, TIMER_PINNED),
/linux-6.6.21/kernel/time/
Dtimer.c939 !(tflags & TIMER_PINNED)) in get_target_base()