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:vdso_timestamp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/vdso/
H
A
D
datapage.h
42
* struct
vdso_timestamp
- basetime per clock_id
46
* There is one
vdso_timestamp
object in vvar for each vDSO-accelerated
54
struct
vdso_timestamp
{
struct
100
struct
vdso_timestamp
basetime[VDSO_BASES];
/kernel/linux/linux-6.6/include/vdso/
H
A
D
datapage.h
42
* struct
vdso_timestamp
- basetime per clock_id
46
* There is one
vdso_timestamp
object in vvar for each vDSO-accelerated
54
struct
vdso_timestamp
{
struct
100
struct
vdso_timestamp
basetime[VDSO_BASES];
/kernel/linux/linux-5.10/kernel/time/
H
A
D
vsyscall.c
21
struct
vdso_timestamp
*vdso_ts;
in update_vdso_data()
75
struct
vdso_timestamp
*vdso_ts;
in update_vsyscall()
/kernel/linux/linux-6.6/kernel/time/
H
A
D
vsyscall.c
21
struct
vdso_timestamp
*vdso_ts;
in update_vdso_data()
75
struct
vdso_timestamp
*vdso_ts;
in update_vsyscall()
/kernel/linux/linux-5.10/lib/vdso/
H
A
D
gettimeofday.c
54
const struct
vdso_timestamp
*vdso_ts;
in do_hres_timens()
110
const struct
vdso_timestamp
*vdso_ts = &vd->basetime[clk];
in do_hres()
166
const struct
vdso_timestamp
*vdso_ts = &vd->basetime[clk];
in do_coarse_timens()
201
const struct
vdso_timestamp
*vdso_ts = &vd->basetime[clk];
in do_coarse()
/kernel/linux/linux-6.6/lib/vdso/
H
A
D
gettimeofday.c
54
const struct
vdso_timestamp
*vdso_ts;
in do_hres_timens()
113
const struct
vdso_timestamp
*vdso_ts = &vd->basetime[clk];
in do_hres()
169
const struct
vdso_timestamp
*vdso_ts = &vd->basetime[clk];
in do_coarse_timens()
204
const struct
vdso_timestamp
*vdso_ts = &vd->basetime[clk];
in do_coarse()
Completed in 3 milliseconds