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:tscdeadline
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
lapic.c
1519
apic->lapic_timer.
tscdeadline
= 0;
in apic_update_lvtt()
1631
ktimer->
tscdeadline
= 0;
in kvm_apic_inject_pending_timer_irqs()
1633
ktimer->
tscdeadline
= 0;
in kvm_apic_inject_pending_timer_irqs()
1647
ktimer->expired_tscdeadline = ktimer->
tscdeadline
;
in apic_timer_expired()
1679
u64 guest_tsc,
tscdeadline
= ktimer->
tscdeadline
;
in start_sw_tscdeadline()
local
1687
if (unlikely(!
tscdeadline
|| !this_tsc_khz))
in start_sw_tscdeadline()
1695
ns = (
tscdeadline
- guest_tsc) * 1000000ULL;
in start_sw_tscdeadline()
1698
if (likely(
tscdeadline
> guest_tsc) &&
in start_sw_tscdeadline()
1732
apic->lapic_timer.
tscdeadline
in update_target_expiration()
[all...]
H
A
D
lapic.h
36
u64
tscdeadline
;
member
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
lapic.c
1766
apic->lapic_timer.
tscdeadline
= 0;
in apic_update_lvtt()
1886
ktimer->
tscdeadline
= 0;
in kvm_apic_inject_pending_timer_irqs()
1888
ktimer->
tscdeadline
= 0;
in kvm_apic_inject_pending_timer_irqs()
1902
ktimer->expired_tscdeadline = ktimer->
tscdeadline
;
in apic_timer_expired()
1934
u64 guest_tsc,
tscdeadline
= ktimer->
tscdeadline
;
in start_sw_tscdeadline()
local
1942
if (unlikely(!
tscdeadline
|| !this_tsc_khz))
in start_sw_tscdeadline()
1950
ns = (
tscdeadline
- guest_tsc) * 1000000ULL;
in start_sw_tscdeadline()
1953
if (likely(
tscdeadline
> guest_tsc) &&
in start_sw_tscdeadline()
1987
apic->lapic_timer.
tscdeadline
in update_target_expiration()
[all...]
H
A
D
lapic.h
52
u64
tscdeadline
;
member
/kernel/linux/linux-6.6/lib/zstd/common/
H
A
D
cpu.h
120
C(
tscdeadline
, 24)
Completed in 8 milliseconds