Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dtime.c493 static struct stp_sstpi stp_info; variable
601 if (stp_info.todoff[0] || stp_info.todoff[1] || in stp_sync_clock()
602 stp_info.todoff[2] || stp_info.todoff[3] || in stp_sync_clock()
603 stp_info.tmd != 2) { in stp_sync_clock()
609 rc = chsc_sstpi(stp_page, &stp_info, in stp_sync_clock()
611 if (rc == 0 && stp_info.tmd != 2) in stp_sync_clock()
655 rc = chsc_sstpi(stp_page, &stp_info, sizeof(struct stp_sstpi)); in stp_work_fn()
656 if (rc || stp_info.c == 0) in stp_work_fn()
695 *(unsigned long long *) stp_info.ctnid); in stp_ctn_id_show()
706 return sprintf(buf, "%i\n", stp_info.ctn); in stp_ctn_type_show()
[all …]