Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtimer.h72 #define TIMER_PINNED 0x00100000 macro
74 #define TIMER_INIT_FLAGS (TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
78 #define TIMER_TRACE_FLAGMASK (TIMER_MIGRATING | TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_timewait_sock.c189 timer_setup(&tw->tw_timer, tw_timer_handler, TIMER_PINNED); in inet_twsk_alloc()
H A Dinet_connection_sock.c790 timer_setup(&req->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_queue_hash_req()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dtimer.h44 { TIMER_PINNED, "P" }, \
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dcore.c2008 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_setup_timer()
2015 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_init_timer()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dpowernv-cpufreq.c869 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
H A Dcpufreq_interactive.c1603 TIMER_PINNED); in cpufreq_interactive_gov_init()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dmips_ejtag_fdc.c1004 TIMER_PINNED); in mips_ejtag_fdc_tty_probe()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtimer.c892 !(tflags & TIMER_PINNED)) in get_target_base()