Searched refs:TIMER_PINNED (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/linux/ |
D | timer.h | 57 #define TIMER_PINNED 0x00100000 macro 62 #define TIMER_TRACE_FLAGMASK (TIMER_MIGRATING | TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | watchdog.c | 332 timer_setup(t, wd_timer_fn, TIMER_PINNED); in start_watchdog_timer_on()
|
/Linux-v4.19/net/ipv4/ |
D | inet_timewait_sock.c | 188 timer_setup(&tw->tw_timer, tw_timer_handler, TIMER_PINNED); in inet_twsk_alloc()
|
D | inet_connection_sock.c | 756 timer_setup(&req->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_queue_hash_req()
|
/Linux-v4.19/include/trace/events/ |
D | timer.h | 44 { TIMER_PINNED, "P" }, \
|
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/ |
D | mce.c | 1784 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_setup_timer() 1791 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_init_timer()
|
/Linux-v4.19/drivers/cpufreq/ |
D | powernv-cpufreq.c | 868 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
|
/Linux-v4.19/drivers/tty/ |
D | mips_ejtag_fdc.c | 1003 TIMER_PINNED); in mips_ejtag_fdc_tty_probe()
|
/Linux-v4.19/kernel/time/ |
D | timer.c | 874 !(tflags & TIMER_PINNED)) in get_target_base()
|
/Linux-v4.19/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 1031 timer_setup(timer, uv_heartbeat, TIMER_PINNED); in uv_heartbeat_enable()
|