Home
last modified time | relevance | path

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

/linux/include/linux/
A 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/net/ipv4/
A Dinet_timewait_sock.c189 timer_setup(&tw->tw_timer, tw_timer_handler, TIMER_PINNED); in inet_twsk_alloc()
A Dinet_connection_sock.c823 timer_setup(&nreq->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_timer_handler()
913 timer_setup(&req->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_queue_hash_req()
/linux/include/trace/events/
A Dtimer.h44 { TIMER_PINNED, "P" }, \
/linux/arch/x86/kernel/cpu/mce/
A Dcore.c1959 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_setup_timer()
1966 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_init_timer()
/linux/drivers/cpufreq/
A Dpowernv-cpufreq.c869 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
/linux/drivers/tty/
A Dmips_ejtag_fdc.c1004 TIMER_PINNED); in mips_ejtag_fdc_tty_probe()
/linux/kernel/time/
A Dtimer.c886 !(tflags & TIMER_PINNED)) in get_target_base()

Completed in 21 milliseconds