stp_sync          645 arch/s390/kernel/time.c 	struct clock_sync_data stp_sync;
stp_sync          669 arch/s390/kernel/time.c 	memset(&stp_sync, 0, sizeof(stp_sync));
stp_sync          671 arch/s390/kernel/time.c 	atomic_set(&stp_sync.cpus, num_online_cpus() - 1);
stp_sync          672 arch/s390/kernel/time.c 	stop_machine_cpuslocked(stp_sync_clock, &stp_sync, cpu_online_mask);