Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/kernel/
Dtime.c1530 struct clock_sync_data *stp_sync; in stp_sync_clock() local
1533 stp_sync = data; in stp_sync_clock()
1537 clock_sync_cpu(stp_sync); in stp_sync_clock()
1542 while (atomic_read(&stp_sync->cpus) != 0) in stp_sync_clock()
1564 stp_sync->in_sync = -EAGAIN; in stp_sync_clock()
1566 stp_sync->in_sync = 1; in stp_sync_clock()
1577 struct clock_sync_data stp_sync; in stp_work_fn() local
1601 memset(&stp_sync, 0, sizeof(stp_sync)); in stp_work_fn()
1603 atomic_set(&stp_sync.cpus, num_online_cpus() - 1); in stp_work_fn()
1604 stop_machine(stp_sync_clock, &stp_sync, cpu_online_mask); in stp_work_fn()