Searched refs:add_timer_on (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | timer.h | 171 extern void add_timer_on(struct timer_list *timer, int cpu);
|
/openbmc/linux/arch/x86/kernel/ |
H A D | tsc_sync.c | 106 add_timer_on(&tsc_sync_check_timer, next_cpu); in tsc_sync_check_timer_fn()
|
/openbmc/linux/drivers/tty/ |
H A D | mips_ejtag_fdc.c | 1009 add_timer_on(&priv->poll_timer, dev->cpu); in mips_ejtag_fdc_tty_probe() 1093 add_timer_on(&priv->poll_timer, dev->cpu); in mips_ejtag_fdc_tty_cpu_up()
|
/openbmc/linux/kernel/time/ |
H A D | clocksource.c | 580 add_timer_on(&watchdog_timer, next_cpu); in clocksource_watchdog() 592 add_timer_on(&watchdog_timer, cpumask_first(cpu_online_mask)); in clocksource_start_watchdog()
|
H A D | timer.c | 1257 void add_timer_on(struct timer_list *timer, int cpu) in add_timer_on() function 1298 EXPORT_SYMBOL_GPL(add_timer_on);
|
/openbmc/linux/drivers/char/ |
H A D | random.c | 1109 add_timer_on(&fast_pool->mix, raw_smp_processor_id()); in add_interrupt_randomness() 1321 add_timer_on(&stack->timer, cpu); in try_to_generate_entropy()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | powernv-cpufreq.c | 689 add_timer_on(&gpstates->timer, cpumask_first(policy->cpus)); in gpstate_timer_handler()
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | vector.c | 1036 add_timer_on(&cl->timer, cpu); in __vector_schedule_cleanup()
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 1027 add_timer_on(&stress_hpt_timer, next_cpu); in stress_hpt_timer_fn()
|
/openbmc/linux/kernel/ |
H A D | workqueue.c | 1960 add_timer_on(timer, cpu); in __queue_delayed_work()
|
/openbmc/linux/Documentation/trace/ |
H A D | ftrace.rst | 1163 <idle>-0 [001] dNs4 21169.031481: wake_up_idle_cpu <-add_timer_on 1164 <idle>-0 [001] dNs4 21169.031482: _raw_spin_unlock_irqrestore <-add_timer_on
|