Searched refs:TIMER_PINNED (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/include/linux/ |
D | timer.h | 68 #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-v6.1/net/ipv4/ |
D | inet_timewait_sock.c | 186 timer_setup(&tw->tw_timer, tw_timer_handler, TIMER_PINNED); in inet_twsk_alloc()
|
D | inet_connection_sock.c | 971 timer_setup(&nreq->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_timer_handler() 1059 timer_setup(&req->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_queue_hash_req()
|
/Linux-v6.1/include/trace/events/ |
D | timer.h | 44 { TIMER_PINNED, "P" }, \
|
/Linux-v6.1/drivers/cpufreq/ |
D | powernv-cpufreq.c | 869 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
|
/Linux-v6.1/arch/x86/kernel/cpu/mce/ |
D | core.c | 2054 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_setup_timer() 2061 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_init_timer()
|
/Linux-v6.1/drivers/tty/ |
D | mips_ejtag_fdc.c | 1003 TIMER_PINNED); in mips_ejtag_fdc_tty_probe()
|
/Linux-v6.1/kernel/time/ |
D | timer.c | 939 !(tflags & TIMER_PINNED)) in get_target_base()
|