Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/kernel/
Dtime.c444 static struct stp_sstpi stp_info; variable
540 int rc = chsc_sstpi(stp_page, &stp_info, sizeof(struct stp_sstpi)); in __store_stpinfo()
567 if (stp_info.todoff[0] || stp_info.todoff[1] || in stp_sync_clock()
568 stp_info.todoff[2] || stp_info.todoff[3] || in stp_sync_clock()
569 stp_info.tmd != 2) { in stp_sync_clock()
577 if (rc == 0 && stp_info.tmd != 2) in stp_sync_clock()
624 if (!stp_info.lu || !check_sync_clock()) { in stp_check_leap()
698 if (rc || stp_info.c == 0) in stp_work_fn()
716 else if (stp_info.lu) in stp_work_fn()
740 *(unsigned long long *) stp_info.ctnid); in ctn_id_show()
[all …]