Searched refs:esterror (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/kernel/ |
D | time.c | 271 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/ |
D | misc.c | 607 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/ |
D | timex.h | 166 long esterror; /* estimated error (usec) */ member
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | sys_ia32.c | 2037 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/ |
D | linux32.c | 2381 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/ |
D | sys_ia32.c | 4549 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/ |
D | sys_ppc32.c | 1157 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/ |
D | sys_parisc32.c | 2979 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/ |
D | sys_sparc32.c | 4326 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/ |
D | linux32.c | 4244 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/ |
D | osf_sys.c | 1265 long esterror; /* estimated error (usec) */ member
|