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:tod_steering_end
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
time.c
77
static unsigned long long
tod_steering_end
;
variable
89
tod_steering_end
= *(unsigned long long *) &tod_clock_base[1];
in time_early_init()
90
vdso_data->arch_data.
tod_steering_end
=
tod_steering_end
;
in time_early_init()
242
adj =
tod_steering_end
- now;
in read_tod_clock()
390
adj =
tod_steering_end
- now;
in clock_sync_global()
399
tod_steering_end
= now + (abs(tod_steering_delta) << 15);
in clock_sync_global()
400
vdso_data->arch_data.
tod_steering_end
=
tod_steering_end
;
in clock_sync_global()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
time.c
73
static unsigned long
tod_steering_end
;
variable
86
tod_steering_end
= tod_clock_base.tod;
in time_early_init()
88
vdso_data[cs].arch_data.
tod_steering_end
=
tod_steering_end
;
in time_early_init()
236
adj =
tod_steering_end
- now;
in read_tod_clock()
382
adj =
tod_steering_end
- now;
in clock_sync_global()
391
tod_steering_end
= now + (abs(tod_steering_delta) << 15);
in clock_sync_global()
393
vdso_data[cs].arch_data.
tod_steering_end
=
tod_steering_end
;
in clock_sync_global()
/kernel/linux/linux-5.10/arch/s390/include/asm/vdso/
H
A
D
data.h
10
__u64
tod_steering_end
;
member
H
A
D
gettimeofday.h
31
adj = vdso->arch_data.
tod_steering_end
- now;
in __arch_get_hw_counter()
/kernel/linux/linux-6.6/arch/s390/include/asm/vdso/
H
A
D
data.h
10
__u64
tod_steering_end
;
member
H
A
D
gettimeofday.h
30
adj = vd->arch_data.
tod_steering_end
- now;
in __arch_get_hw_counter()
Completed in 4 milliseconds