Searched refs:stp_sync (Results 1 – 1 of 1) sorted by relevance
671 struct clock_sync_data stp_sync; in stp_work_fn() local693 memset(&stp_sync, 0, sizeof(stp_sync)); in stp_work_fn()695 atomic_set(&stp_sync.cpus, num_online_cpus() - 1); in stp_work_fn()696 stop_machine_cpuslocked(stp_sync_clock, &stp_sync, cpu_online_mask); in stp_work_fn()