Home
last modified time | relevance | path

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

/linux-2.4.37.9/kernel/
Dtime.c271 if (txc->esterror < 0 || txc->esterror >= NTP_PHASE_LIMIT) { in do_adjtimex()
275 time_esterror = txc->esterror; in do_adjtimex()
379 txc->esterror = time_esterror; in do_adjtimex()
/linux-2.4.37.9/arch/sparc64/solaris/
Dmisc.c607 s32 esterror; member
615 s32 esterror; member
647 ret |= __put_user (t.esterror, &ntp->esterror); in solaris_ntp_gettime()
663 ret |= __get_user (t.esterror, &txp->esterror); in solaris_ntp_adjtime()
674 err |= __put_user (t.esterror, &txp->esterror); in solaris_ntp_adjtime()
/linux-2.4.37.9/include/linux/
Dtimex.h166 long esterror; /* estimated error (usec) */ member
/linux-2.4.37.9/arch/x86_64/ia32/
Dsys_ia32.c2037 s32 offset, freq, maxerror, esterror; member
2063 __get_user(txc.esterror, &utp->esterror) || in sys32_adjtimex()
2088 __put_user(txc.esterror, &utp->esterror) || in sys32_adjtimex()
/linux-2.4.37.9/arch/mips64/kernel/
Dlinux32.c2381 s32 offset, freq, maxerror, esterror; member
2405 __get_user(txc.esterror, &utp->esterror) || in sys32_adjtimex()
2429 __put_user(txc.esterror, &utp->esterror) || in sys32_adjtimex()
/linux-2.4.37.9/arch/ia64/ia32/
Dsys_ia32.c4549 s32 offset, freq, maxerror, esterror; member
4574 __get_user(txc.esterror, &utp->esterror) || in sys32_adjtimex()
4598 __put_user(txc.esterror, &utp->esterror) || in sys32_adjtimex()
/linux-2.4.37.9/arch/ppc64/kernel/
Dsys_ppc32.c1157 s32 offset, freq, maxerror, esterror; member
1184 __get_user(txc.esterror, &utp->esterror) || in sys32_adjtimex()
1211 __put_user(txc.esterror, &utp->esterror) || in sys32_adjtimex()
/linux-2.4.37.9/arch/parisc/kernel/
Dsys_parisc32.c2979 int esterror; /* estimated error (usec) */ member
3014 CP(modes); CP(offset); CP(freq); CP(maxerror); CP(esterror); in sys32_adjtimex()
3021 CP(modes); CP(offset); CP(freq); CP(maxerror); CP(esterror); in sys32_adjtimex()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sparc32.c4326 s32 offset, freq, maxerror, esterror; member
4350 __get_user(txc.esterror, &utp->esterror) || in sys32_adjtimex()
4374 __put_user(txc.esterror, &utp->esterror) || in sys32_adjtimex()
/linux-2.4.37.9/arch/s390x/kernel/
Dlinux32.c4244 s32 offset, freq, maxerror, esterror; member
4268 __get_user(txc.esterror, &utp->esterror) || in sys32_adjtimex()
4292 __put_user(txc.esterror, &utp->esterror) || in sys32_adjtimex()
/linux-2.4.37.9/arch/alpha/kernel/
Dosf_sys.c1265 long esterror; /* estimated error (usec) */ member