Searched refs:maxerror (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | timex.h | 69 __kernel_long_t maxerror;/* maximum error (usec) */ member 107 long long maxerror;/* maximum error (usec) */ member
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
H A D | 0014-timeSync-Portable-way-to-print-64bit-time_t.patch | 11 | prefix, tx->offset, tx->freq, tx->maxerror, tx->esterror, 32 - prefix, tx->offset, tx->freq, tx->maxerror, tx->esterror, 36 + prefix, (intmax_t)tx->offset, (intmax_t)tx->freq, (intmax_t)tx->maxerror, (intmax_t)tx-…
|
/openbmc/linux/kernel/time/ |
H A D | time.c | 297 txc->maxerror = tx32.maxerror; in get_old_timex32() 326 tx32.maxerror = txc->maxerror; in put_old_timex32()
|
H A D | ntp.c | 730 time_maxerror = clamp(txc->maxerror, 0, NTP_PHASE_LIMIT); in process_adjtimex_modes() 809 txc->maxerror = time_maxerror; in __do_adjtimex()
|
/openbmc/linux/include/linux/ |
H A D | time32.h | 31 s32 maxerror; member
|
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | leap-a-day.c | 112 tx.maxerror = 0; in clear_time_state()
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 280 abi_long maxerror; /* Maximum error (microseconds) */ member 309 abi_llong maxerror; /* Maximum error (microseconds) */ member
|
H A D | syscall.c | 7418 __get_user(host_tx->maxerror, &target_tx->maxerror); in target_to_host_timex() 7453 __put_user(host_tx->maxerror, &target_tx->maxerror); in host_to_target_timex() 7497 __get_user(host_tx->maxerror, &target_tx->maxerror); in target_to_host_timex64() 7536 __put_user(host_tx->maxerror, &target_tx->maxerror); in host_to_target_timex64()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | osf_sys.c | 1163 long maxerror; /* maximum error (usec) */ member
|