Home
last modified time | relevance | path

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

/kernel/
Dhrtimer.c1572 static void migrate_hrtimers(int scpu) in migrate_hrtimers() argument
1577 BUG_ON(cpu_online(scpu)); in migrate_hrtimers()
1578 tick_cancel_sched_timer(scpu); in migrate_hrtimers()
1581 old_base = &per_cpu(hrtimer_bases, scpu); in migrate_hrtimers()
1608 int scpu = (long)hcpu; in hrtimer_cpu_notify() local
1614 init_hrtimers_cpu(scpu); in hrtimer_cpu_notify()
1620 clockevents_notify(CLOCK_EVT_NOTIFY_CPU_DYING, &scpu); in hrtimer_cpu_notify()
1625 clockevents_notify(CLOCK_EVT_NOTIFY_CPU_DEAD, &scpu); in hrtimer_cpu_notify()
1626 migrate_hrtimers(scpu); in hrtimer_cpu_notify()