Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/kernel/
A Dtime.c81 struct ptff_qto qto; in time_early_init() local
96 if (ptff_query(PTFF_QTO) && ptff(&qto, sizeof(qto), PTFF_QTO) == 0) in time_early_init()
97 lpar_offset = qto.tod_epoch_difference; in time_early_init()
370 struct ptff_qto qto; in clock_sync_global() local
393 if (ptff_query(PTFF_QTO) && ptff(&qto, sizeof(qto), PTFF_QTO) == 0) in clock_sync_global()
394 lpar_offset = qto.tod_epoch_difference; in clock_sync_global()

Completed in 4 milliseconds