Home
last modified time | relevance | path

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

/linux-6.6.21/arch/s390/kernel/
Dtime.c438 static bool stp_online; variable
448 return kstrtobool(p, &stp_online); in early_parse_stp()
463 else if (stp_online) { in stp_reset()
467 stp_online = false; in stp_reset()
482 if (!stp_online) in stp_init()
546 return stp_online && test_bit(CLOCK_SYNC_STPINFO_VALID, &clock_sync_flags); in stpinfo_valid()
680 if (!stp_online) { in stp_work_fn()
892 return sprintf(buf, "%i\n", stp_online); in online_show()
907 stp_online = value; in online_store()
908 if (stp_online) in online_store()