Searched refs:TIMER_PINNED (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| A D | timer.h | 48 #define TIMER_PINNED 0x00100000 macro 50 #define TIMER_INIT_FLAGS (TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE) 54 #define TIMER_TRACE_FLAGMASK (TIMER_MIGRATING | TIMER_DEFERRABLE | TIMER_PINNED | TIMER_IRQSAFE)
|
| /linux/kernel/time/ |
| A D | timer.c | 644 WARN_ON_ONCE(!(timer->flags & TIMER_PINNED || in trigger_dyntick_cpu() 959 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL; in get_timer_cpu_base() 975 int index = tflags & TIMER_PINNED ? BASE_LOCAL : BASE_GLOBAL; in get_timer_this_cpu_base() 1312 timer->flags |= TIMER_PINNED; in add_timer_local() 1329 timer->flags &= ~TIMER_PINNED; in add_timer_global() 1357 timer->flags |= TIMER_PINNED; in add_timer_on()
|
| /linux/include/trace/events/ |
| A D | timer.h | 44 { TIMER_PINNED, "P" }, \
|
| /linux/net/ipv4/ |
| A D | inet_connection_sock.c | 1109 timer_setup(&nreq->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_timer_handler() 1204 timer_setup(&req->rsk_timer, reqsk_timer_handler, TIMER_PINNED); in reqsk_queue_hash_req()
|
| /linux/drivers/cpufreq/ |
| A D | powernv-cpufreq.c | 869 TIMER_PINNED | TIMER_DEFERRABLE); in powernv_cpufreq_cpu_init()
|
| /linux/drivers/irqchip/ |
| A D | irq-riscv-imsic-state.c | 444 timer_setup(&lpriv->timer, imsic_local_timer_callback, TIMER_PINNED); in imsic_local_init()
|
| /linux/arch/x86/kernel/cpu/mce/ |
| A D | core.c | 2125 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_setup_timer() 2132 timer_setup(t, mce_timer_fn, TIMER_PINNED); in __mcheck_cpu_init_timer()
|
| /linux/drivers/tty/ |
| A D | mips_ejtag_fdc.c | 1003 TIMER_PINNED); in mips_ejtag_fdc_tty_probe()
|
| /linux/arch/x86/kernel/apic/ |
| A D | vector.c | 57 .timer = __TIMER_INITIALIZER(vector_cleanup_callback, TIMER_PINNED),
|
Completed in 26 milliseconds