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:next_cycles
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/kvm/
H
A
D
vcpu_timer.c
49
if (kvm_riscv_current_cycles(gt) < t->
next_cycles
) {
in kvm_riscv_vcpu_hrtimer_expired()
50
delta_ns = kvm_riscv_delta_cycles2ns(t->
next_cycles
, gt, t);
in kvm_riscv_vcpu_hrtimer_expired()
95
t->
next_cycles
= ncycles;
in kvm_riscv_vcpu_update_hrtimer()
116
if (kvm_riscv_current_cycles(gt) < t->
next_cycles
) {
in kvm_riscv_vcpu_vstimer_expired()
117
delta_ns = kvm_riscv_delta_cycles2ns(t->
next_cycles
, gt, t);
in kvm_riscv_vcpu_vstimer_expired()
133
if (!kvm_riscv_delta_cycles2ns(t->
next_cycles
, gt, t) ||
in kvm_riscv_vcpu_timer_pending()
149
delta_ns = kvm_riscv_delta_cycles2ns(t->
next_cycles
, gt, t);
in kvm_riscv_vcpu_timer_blocking()
183
reg_val = t->
next_cycles
;
in kvm_riscv_vcpu_get_reg_timer()
228
t->
next_cycles
= reg_val;
in kvm_riscv_vcpu_set_reg_timer()
283
t->
next_cycles
in kvm_riscv_vcpu_timer_reset()
[all...]
/kernel/linux/linux-5.10/sound/firewire/motu/
H
A
D
amdtp-motu.c
31
unsigned int
next_cycles
;
member
107
p->
next_cycles
= delay / 3072;
in amdtp_motu_set_parameters()
368
p->
next_cycles
++;
in compute_next_elapse_from_start()
371
if (p->
next_cycles
>= 8000) {
in compute_next_elapse_from_start()
372
p->
next_cycles
-= 8000;
in compute_next_elapse_from_start()
384
unsigned int
next_cycles
;
in write_sph()
local
389
next_cycles
= (s->start_cycle + p->
next_cycles
) % 8000;
in write_sph()
390
sph = ((
next_cycles
<< 12) | p->next_ticks) & 0x01ffffff;
in write_sph()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
kvm_vcpu_timer.h
28
u64
next_cycles
;
member
Completed in 3 milliseconds