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:drdtime
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
time.c
117
init_offset =
drdtime
();
in save_counter()
185
return
drdtime
();
in read_const_counter()
190
return
drdtime
();
in sched_clock_read()
223
init_offset = -(
drdtime
() - csr_read64(LOONGARCH_CSR_CNTC));
in time_init()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
time.c
123
init_offset =
drdtime
();
in save_counter()
178
return
drdtime
();
in read_const_counter()
216
init_offset = -(
drdtime
() - csr_read64(LOONGARCH_CSR_CNTC));
in time_init()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
timex.h
29
return
drdtime
();
in get_cycles()
H
A
D
loongarchregs.h
1178
static inline u64
drdtime
(void)
in drdtime()
function
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
timex.h
21
return
drdtime
();
in get_cycles()
H
A
D
loongarch.h
1090
static __always_inline u64
drdtime
(void)
in drdtime()
function
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/
H
A
D
loongson_regs.h
230
static inline u64
drdtime
(void)
in drdtime()
function
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson64/
H
A
D
loongson_regs.h
250
static inline u64
drdtime
(void)
in drdtime()
function
/kernel/linux/linux-5.10/arch/loongarch/kvm/
H
A
D
loongarch.c
1065
*v =
drdtime
() + vcpu->kvm->arch.stablecounter_gftoffset;
in _kvm_get_one_reg()
1126
vcpu->kvm->arch.stablecounter_gftoffset = (signed long)(v -
drdtime
());
in _kvm_set_one_reg()
Completed in 14 milliseconds