Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/kernel/
Dtime.c82 struct ptff_qto qto; in time_early_init() local
95 if (ptff_query(PTFF_QTO) && ptff(&qto, sizeof(qto), PTFF_QTO) == 0) in time_early_init()
96 lpar_offset = qto.tod_epoch_difference; in time_early_init()
434 struct ptff_qto qto; in clock_sync_global() local
458 if (ptff_query(PTFF_QTO) && ptff(&qto, sizeof(qto), PTFF_QTO) == 0) in clock_sync_global()
459 lpar_offset = qto.tod_epoch_difference; in clock_sync_global()