Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/net/ipv4/
Dinet_timewait_sock.c189 timer_setup(&tw->tw_timer, tw_timer_handler, TIMER_PINNED); in inet_twsk_alloc()
Dinet_connection_sock.c787 timer_setup(&req->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_queue_hash_req()
/Linux-v5.10/include/trace/events/
Dtimer.h44 { TIMER_PINNED, "P" }, \
/Linux-v5.10/drivers/cpufreq/
Dpowernv-cpufreq.c868 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
/Linux-v5.10/arch/x86/kernel/cpu/mce/
Dcore.c1953 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_setup_timer()
1960 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_init_timer()
/Linux-v5.10/drivers/tty/
Dmips_ejtag_fdc.c1004 TIMER_PINNED); in mips_ejtag_fdc_tty_probe()
/Linux-v5.10/kernel/time/
Dtimer.c884 !(tflags & TIMER_PINNED)) in get_target_base()