Home
last modified time | relevance | path

Searched refs:maxerror (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dtimex.h69 __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 D0014-timeSync-Portable-way-to-print-64bit-time_t.patch11 | 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/include/linux/
H A Dtime32.h31 s32 maxerror; member
/openbmc/linux/kernel/time/
H A Dtime.c297 txc->maxerror = tx32.maxerror; in get_old_timex32()
326 tx32.maxerror = txc->maxerror; in put_old_timex32()
H A Dntp.c730 time_maxerror = txc->maxerror; in process_adjtimex_modes()
810 txc->maxerror = time_maxerror; in __do_adjtimex()
/openbmc/linux/tools/testing/selftests/timers/
H A Dleap-a-day.c112 tx.maxerror = 0; in clear_time_state()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h280 abi_long maxerror; /* Maximum error (microseconds) */ member
309 abi_llong maxerror; /* Maximum error (microseconds) */ member
H A Dsyscall.c7373 __get_user(host_tx->maxerror, &target_tx->maxerror); in target_to_host_timex()
7408 __put_user(host_tx->maxerror, &target_tx->maxerror); in host_to_target_timex()
7452 __get_user(host_tx->maxerror, &target_tx->maxerror); in target_to_host_timex64()
7491 __put_user(host_tx->maxerror, &target_tx->maxerror); in host_to_target_timex64()
/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c1163 long maxerror; /* maximum error (usec) */ member