Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dtime.c394 long clock_delta; member
519 long clock_delta, flags; in stp_sync_clock() local
532 &clock_delta); in stp_sync_clock()
534 sync->clock_delta = clock_delta; in stp_sync_clock()
535 clock_sync_global(clock_delta); in stp_sync_clock()
555 clock_sync_local(sync->clock_delta); in stp_sync_clock()
/linux/drivers/s390/cio/
H A Dchsc.c1309 int chsc_sstpc(void *page, unsigned int op, u16 ctrl, long *clock_delta) in chsc_sstpc() argument
1320 s64 clock_delta; in chsc_sstpc() member
1335 if (clock_delta) in chsc_sstpc()
1336 *clock_delta = rr->clock_delta; in chsc_sstpc()