Searched refs:stp_sync (Results 1 – 1 of 1) sorted by relevance
1541 struct clock_sync_data *stp_sync; in stp_sync_clock() local1544 stp_sync = data; in stp_sync_clock()1548 clock_sync_cpu(stp_sync); in stp_sync_clock()1553 while (atomic_read(&stp_sync->cpus) != 0) in stp_sync_clock()1579 stp_sync->in_sync = -EAGAIN; in stp_sync_clock()1581 stp_sync->in_sync = 1; in stp_sync_clock()1592 struct clock_sync_data stp_sync; in stp_work_fn() local1616 memset(&stp_sync, 0, sizeof(stp_sync)); in stp_work_fn()1618 atomic_set(&stp_sync.cpus, num_online_cpus() - 1); in stp_work_fn()1619 stop_machine(stp_sync_clock, &stp_sync, cpu_online_mask); in stp_work_fn()