Home
last modified time | relevance | path

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

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

Completed in 27 milliseconds