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:tv64
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
timing.c
38
vcpu->arch.timing_exit.
tv64
= 0;
in kvmppc_init_timing_stats()
39
vcpu->arch.timing_last_enter.
tv64
= 0;
in kvmppc_init_timing_stats()
85
u64 enter = vcpu->arch.timing_last_enter.
tv64
;
in kvmppc_update_timing_stats()
88
vcpu->arch.timing_last_exit = vcpu->arch.timing_exit.
tv64
;
in kvmppc_update_timing_stats()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
timing.c
38
vcpu->arch.timing_exit.
tv64
= 0;
in kvmppc_init_timing_stats()
39
vcpu->arch.timing_last_enter.
tv64
= 0;
in kvmppc_init_timing_stats()
85
u64 enter = vcpu->arch.timing_last_enter.
tv64
;
in kvmppc_update_timing_stats()
88
vcpu->arch.timing_last_exit = vcpu->arch.timing_exit.
tv64
;
in kvmppc_update_timing_stats()
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
class.c
62
struct timespec64
tv64
= {
in rtc_hctosys()
local
73
tv64
.tv_sec = rtc_tm_to_time64(&tm);
in rtc_hctosys()
76
if (
tv64
.tv_sec > INT_MAX) {
in rtc_hctosys()
82
err = do_settimeofday64(&
tv64
);
in rtc_hctosys()
85
&tm, (long long)
tv64
.tv_sec);
in rtc_hctosys()
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
class.c
63
struct timespec64
tv64
= {
in rtc_hctosys()
local
74
tv64
.tv_sec = rtc_tm_to_time64(&tm);
in rtc_hctosys()
77
if (
tv64
.tv_sec > INT_MAX) {
in rtc_hctosys()
83
err = do_settimeofday64(&
tv64
);
in rtc_hctosys()
86
&tm, (long long)
tv64
.tv_sec);
in rtc_hctosys()
/kernel/linux/linux-5.10/include/linux/
H
A
D
hrtimer.h
263
static inline void hrtimer_set_expires_tv64(struct hrtimer *timer, s64
tv64
)
in hrtimer_set_expires_tv64()
argument
265
timer->node.expires =
tv64
;
in hrtimer_set_expires_tv64()
266
timer->_softexpires =
tv64
;
in hrtimer_set_expires_tv64()
/kernel/linux/linux-6.6/include/linux/
H
A
D
hrtimer.h
260
static inline void hrtimer_set_expires_tv64(struct hrtimer *timer, s64
tv64
)
in hrtimer_set_expires_tv64()
argument
262
timer->node.expires =
tv64
;
in hrtimer_set_expires_tv64()
263
timer->_softexpires =
tv64
;
in hrtimer_set_expires_tv64()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_host.h
175
u64
tv64
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_host.h
169
u64
tv64
;
member
Completed in 10 milliseconds