Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dtime.c433 static bool stp_online; variable
443 return kstrtobool(p, &stp_online); in early_parse_stp()
458 else if (stp_online) { in stp_reset()
462 stp_online = false; in stp_reset()
468 return test_bit(CLOCK_SYNC_HAS_STP, &clock_sync_flags) && stp_online; in stp_enabled()
483 if (!stp_online) in stp_init()
547 return stp_online && test_bit(CLOCK_SYNC_STPINFO_VALID, &clock_sync_flags); in stpinfo_valid()
681 if (!stp_online) { in stp_work_fn()
893 return sysfs_emit(buf, "%i\n", stp_online); in online_show()
908 stp_online = value; in online_store()
[all …]