Home
last modified time | relevance | path

Searched refs:esterror (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dtimex.h70 __kernel_long_t esterror;/* estimated error (usec) */ member
108 long long esterror;/* estimated 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->esterror,
/openbmc/linux/include/linux/
H A Dtime32.h32 s32 esterror; member
/openbmc/linux/kernel/time/
H A Dtime.c298 txc->esterror = tx32.esterror; in get_old_timex32()
327 tx32.esterror = txc->esterror; in put_old_timex32()
H A Dntp.c733 time_esterror = clamp(txc->esterror, 0, NTP_PHASE_LIMIT); in process_adjtimex_modes()
810 txc->esterror = time_esterror; in __do_adjtimex()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h281 abi_long esterror; /* Estimated error (microseconds) */ member
310 abi_llong esterror; /* Estimated error (microseconds) */ member
H A Dsyscall.c7377 __get_user(host_tx->esterror, &target_tx->esterror); in target_to_host_timex()
7412 __put_user(host_tx->esterror, &target_tx->esterror); in host_to_target_timex()
7456 __get_user(host_tx->esterror, &target_tx->esterror); in target_to_host_timex64()
7495 __put_user(host_tx->esterror, &target_tx->esterror); in host_to_target_timex64()
/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c1164 long esterror; /* estimated error (usec) */ member