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:hrtimer_res
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
vdso_datapage.h
86
__u32
hrtimer_res
; /* hrtimer resolution */
member
109
__u32
hrtimer_res
; /* hrtimer resolution */
member
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H
A
D
vdso_datapage.h
23
u32
hrtimer_res
; /* hrtimer resolution */
member
/kernel/linux/linux-5.10/include/vdso/
H
A
D
datapage.h
71
* @
hrtimer_res
: hrtimer resolution
106
u32
hrtimer_res
;
member
/kernel/linux/linux-6.6/include/vdso/
H
A
D
datapage.h
71
* @
hrtimer_res
: hrtimer resolution
106
u32
hrtimer_res
;
member
/kernel/linux/linux-5.10/kernel/time/
H
A
D
vsyscall.c
107
WRITE_ONCE(vdata[CS_HRES_COARSE].
hrtimer_res
, hrtimer_resolution);
in update_vsyscall()
/kernel/linux/linux-6.6/kernel/time/
H
A
D
vsyscall.c
107
WRITE_ONCE(vdata[CS_HRES_COARSE].
hrtimer_res
, hrtimer_resolution);
in update_vsyscall()
/kernel/linux/linux-5.10/arch/nds32/kernel/
H
A
D
vdso.c
223
vdso_data->
hrtimer_res
= hrtimer_resolution;
in update_vsyscall()
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/
H
A
D
gettimeofday.c
217
res->tv_nsec = vdata->
hrtimer_res
;
in __vdso_clock_getres()
/kernel/linux/linux-5.10/lib/vdso/
H
A
D
gettimeofday.c
377
ns = READ_ONCE(vd[CS_HRES_COARSE].
hrtimer_res
);
in __cvdso_clock_getres_common()
/kernel/linux/linux-6.6/lib/vdso/
H
A
D
gettimeofday.c
380
ns = READ_ONCE(vd[CS_HRES_COARSE].
hrtimer_res
);
in __cvdso_clock_getres_common()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
time.c
910
vdso_data->
hrtimer_res
= hrtimer_resolution;
in update_vsyscall()
H
A
D
asm-offsets.c
413
OFFSET(CLOCK_HRTIMER_RES, vdso_data,
hrtimer_res
);
in main()
Completed in 8 milliseconds