Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dtime.c393 long clock_delta; member
518 long clock_delta, flags; in stp_sync_clock() local
531 &clock_delta); in stp_sync_clock()
533 sync->clock_delta = clock_delta; in stp_sync_clock()
534 clock_sync_global(clock_delta); in stp_sync_clock()
554 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()
/linux/arch/s390/include/asm/
H A Dcio.h377 int chsc_sstpc(void *page, unsigned int op, u16 ctrl, long *clock_delta);