Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dtime.c427 long clock_delta; member
553 long clock_delta, flags; in stp_sync_clock() local
566 &clock_delta); in stp_sync_clock()
568 sync->clock_delta = clock_delta; in stp_sync_clock()
569 clock_sync_global(clock_delta); in stp_sync_clock()
589 clock_sync_local(sync->clock_delta); in stp_sync_clock()
/linux-6.15/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-6.15/arch/s390/include/asm/
H A Dcio.h375 int chsc_sstpc(void *page, unsigned int op, u16 ctrl, long *clock_delta);