Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dtime.c674 struct clock_sync_data stp_sync; in stp_work_fn() local
696 memset(&stp_sync, 0, sizeof(stp_sync)); in stp_work_fn()
698 atomic_set(&stp_sync.cpus, num_online_cpus() - 1); in stp_work_fn()
699 stop_machine_cpuslocked(stp_sync_clock, &stp_sync, cpu_online_mask); in stp_work_fn()