Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:maxerror
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
timex.h
27
__kernel_long_t
maxerror
;
member
65
long long
maxerror
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
timex.h
27
__kernel_long_t
maxerror
;
member
65
long long
maxerror
;
member
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
timex.h
69
__kernel_long_t
maxerror
;/* maximum error (usec) */
member
107
long long
maxerror
;/* maximum error (usec) */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
timex.h
69
__kernel_long_t
maxerror
;/* maximum error (usec) */
member
107
long long
maxerror
;/* maximum error (usec) */
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
time32.h
31
s32
maxerror
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
time32.h
31
s32
maxerror
;
member
/kernel/linux/linux-5.10/kernel/time/
H
A
D
time.c
297
txc->
maxerror
= tx32.
maxerror
;
in get_old_timex32()
326
tx32.
maxerror
= txc->
maxerror
;
in put_old_timex32()
H
A
D
ntp.c
457
/* Bump the
maxerror
field */
in second_overflow()
682
time_maxerror = clamp(txc->
maxerror
, (long long)0, (long long)NTP_PHASE_LIMIT);
in process_adjtimex_modes()
761
txc->
maxerror
= time_maxerror;
in __do_adjtimex()
/kernel/linux/linux-6.6/kernel/time/
H
A
D
time.c
297
txc->
maxerror
= tx32.
maxerror
;
in get_old_timex32()
326
tx32.
maxerror
= txc->
maxerror
;
in put_old_timex32()
H
A
D
ntp.c
457
/* Bump the
maxerror
field */
in second_overflow()
730
time_maxerror = txc->
maxerror
;
in process_adjtimex_modes()
810
txc->
maxerror
= time_maxerror;
in __do_adjtimex()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
timex.h
14
__kernel_long_t
maxerror
;
member
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H
A
D
leap-a-day.c
110
/* Clear
maxerror
, as it can cause UNSYNC to be set */
in clear_time_state()
112
tx.
maxerror
= 0;
in clear_time_state()
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H
A
D
leap-a-day.c
110
/* Clear
maxerror
, as it can cause UNSYNC to be set */
in clear_time_state()
112
tx.
maxerror
= 0;
in clear_time_state()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
osf_sys.c
1164
long
maxerror
; /* maximum error (usec) */
member
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
osf_sys.c
1163
long
maxerror
; /* maximum error (usec) */
member
Completed in 13 milliseconds