Searched refs:stp_sync (Results 1 – 1 of 1) sorted by relevance
1508 struct clock_sync_data *stp_sync; in stp_sync_clock() local1511 stp_sync = data; in stp_sync_clock()1515 clock_sync_cpu(stp_sync); in stp_sync_clock()1520 while (atomic_read(&stp_sync->cpus) != 0) in stp_sync_clock()1542 stp_sync->in_sync = -EAGAIN; in stp_sync_clock()1544 stp_sync->in_sync = 1; in stp_sync_clock()1555 struct clock_sync_data stp_sync; in stp_work_fn() local1579 memset(&stp_sync, 0, sizeof(stp_sync)); in stp_work_fn()1581 atomic_set(&stp_sync.cpus, num_online_cpus() - 1); in stp_work_fn()1582 stop_machine(stp_sync_clock, &stp_sync, &cpu_online_map); in stp_work_fn()