Searched refs:TIMER_PINNED (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/include/linux/ |
D | timer.h | 68 #define TIMER_PINNED 0x00100000 macro 73 #define TIMER_TRACE_FLAGMASK (TIMER_MIGRATING | TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
|
/Linux-v5.4/net/ipv4/ |
D | inet_timewait_sock.c | 189 timer_setup(&tw->tw_timer, tw_timer_handler, TIMER_PINNED); in inet_twsk_alloc()
|
D | inet_connection_sock.c | 754 timer_setup(&req->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_queue_hash_req()
|
/Linux-v5.4/include/trace/events/ |
D | timer.h | 44 { TIMER_PINNED, "P" }, \
|
/Linux-v5.4/arch/x86/kernel/cpu/mce/ |
D | core.c | 1815 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_setup_timer() 1822 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_init_timer()
|
/Linux-v5.4/drivers/cpufreq/ |
D | powernv-cpufreq.c | 867 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
|
/Linux-v5.4/drivers/tty/ |
D | mips_ejtag_fdc.c | 1003 TIMER_PINNED); in mips_ejtag_fdc_tty_probe()
|
/Linux-v5.4/kernel/time/ |
D | timer.c | 872 !(tflags & TIMER_PINNED)) in get_target_base()
|
/Linux-v5.4/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 1012 timer_setup(timer, uv_heartbeat, TIMER_PINNED); in uv_heartbeat_enable()
|