Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/kernel/
Dtime.c300 static unsigned long clock_sync_flags; variable
326 if (!test_bit(CLOCK_SYNC_HAS_STP, &clock_sync_flags)) in get_phys_clock()
328 if (!test_bit(CLOCK_SYNC_STP, &clock_sync_flags)) in get_phys_clock()
467 set_bit(CLOCK_SYNC_HAS_STP, &clock_sync_flags); in stp_reset()
483 if (!test_bit(CLOCK_SYNC_HAS_STP, &clock_sync_flags)) in stp_init()
543 clear_bit(CLOCK_SYNC_STPINFO_VALID, &clock_sync_flags); in __store_stpinfo()
545 set_bit(CLOCK_SYNC_STPINFO_VALID, &clock_sync_flags); in __store_stpinfo()
551 return stp_online && test_bit(CLOCK_SYNC_STPINFO_VALID, &clock_sync_flags); in stpinfo_valid()
911 if (!test_bit(CLOCK_SYNC_HAS_STP, &clock_sync_flags)) in online_store()
916 set_bit(CLOCK_SYNC_STP, &clock_sync_flags); in online_store()
[all …]