Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/kernel/
Dtime.c354 static unsigned long clock_sync_flags; variable
379 if (!test_bit(CLOCK_SYNC_HAS_STP, &clock_sync_flags)) in get_phys_clock()
381 if (!test_bit(CLOCK_SYNC_STP, &clock_sync_flags)) in get_phys_clock()
523 set_bit(CLOCK_SYNC_HAS_STP, &clock_sync_flags); in stp_reset()
539 if (!test_bit(CLOCK_SYNC_HAS_STP, &clock_sync_flags)) in stp_init()
811 if (!test_bit(CLOCK_SYNC_HAS_STP, &clock_sync_flags)) in stp_online_store()
816 set_bit(CLOCK_SYNC_STP, &clock_sync_flags); in stp_online_store()
818 clear_bit(CLOCK_SYNC_STP, &clock_sync_flags); in stp_online_store()