Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dtime.c432 long clock_delta; member
552 long clock_delta, flags; in stp_sync_clock() local
565 &clock_delta); in stp_sync_clock()
567 sync->clock_delta = clock_delta; in stp_sync_clock()
568 clock_sync_global(clock_delta); in stp_sync_clock()
588 clock_sync_local(sync->clock_delta); in stp_sync_clock()
/openbmc/linux/drivers/s390/cio/
H A Dchsc.c1258 int chsc_sstpc(void *page, unsigned int op, u16 ctrl, long *clock_delta) in chsc_sstpc() argument
1269 s64 clock_delta; in chsc_sstpc() member
1284 if (clock_delta) in chsc_sstpc()
1285 *clock_delta = rr->clock_delta; in chsc_sstpc()
/openbmc/linux/arch/s390/include/asm/
H A Dcio.h372 int chsc_sstpc(void *page, unsigned int op, u16 ctrl, long *clock_delta);