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:timeout_abs_ns
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/include/xen/interface/
H
A
D
vcpu.h
154
uint64_t
timeout_abs_ns
;
member
/kernel/linux/linux-6.6/include/xen/interface/
H
A
D
vcpu.h
137
uint64_t
timeout_abs_ns
;
member
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
xen.c
1334
uint64_t
timeout_abs_ns
;
member
1362
BUILD_BUG_ON(offsetof(struct compat_vcpu_set_singleshot_timer,
timeout_abs_ns
) !=
in kvm_xen_hcall_vcpu_op()
1363
offsetof(struct vcpu_set_singleshot_timer,
timeout_abs_ns
));
in kvm_xen_hcall_vcpu_op()
1364
BUILD_BUG_ON(sizeof_field(struct compat_vcpu_set_singleshot_timer,
timeout_abs_ns
) !=
in kvm_xen_hcall_vcpu_op()
1365
sizeof_field(struct vcpu_set_singleshot_timer,
timeout_abs_ns
));
in kvm_xen_hcall_vcpu_op()
1377
delta = oneshot.
timeout_abs_ns
- get_kvmclock_ns(vcpu->kvm);
in kvm_xen_hcall_vcpu_op()
1383
kvm_xen_start_timer(vcpu, oneshot.
timeout_abs_ns
, delta);
in kvm_xen_hcall_vcpu_op()
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
time.c
273
single.
timeout_abs_ns
= get_abs_timeout(delta);
in xen_vcpuop_set_next_event()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
time.c
281
single.
timeout_abs_ns
= get_abs_timeout(delta);
in xen_vcpuop_set_next_event()
Completed in 9 milliseconds