Searched refs:esterror (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | timex.h | 70 __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 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->esterror,
|
/openbmc/linux/kernel/time/ |
H A D | time.c | 298 txc->esterror = tx32.esterror; in get_old_timex32() 327 tx32.esterror = txc->esterror; in put_old_timex32()
|
H A D | ntp.c | 733 time_esterror = clamp(txc->esterror, 0, NTP_PHASE_LIMIT); in process_adjtimex_modes() 810 txc->esterror = time_esterror; in __do_adjtimex()
|
/openbmc/linux/include/linux/ |
H A D | time32.h | 32 s32 esterror; member
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 281 abi_long esterror; /* Estimated error (microseconds) */ member 310 abi_llong esterror; /* Estimated error (microseconds) */ member
|
H A D | syscall.c | 7417 __get_user(host_tx->esterror, &target_tx->esterror); in target_to_host_timex() 7452 __put_user(host_tx->esterror, &target_tx->esterror); in host_to_target_timex() 7496 __get_user(host_tx->esterror, &target_tx->esterror); in target_to_host_timex64() 7535 __put_user(host_tx->esterror, &target_tx->esterror); in host_to_target_timex64()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | osf_sys.c | 1164 long esterror; /* estimated error (usec) */ member
|