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:clocksource_mips
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
csrc-r4k.c
20
static struct clocksource
clocksource_mips
= {
variable
82
clocksource_mark_unstable(&
clocksource_mips
);
in r4k_clocksource_unstable()
114
clocksource_mips
.rating = 200 + mips_hpt_frequency / 10000000;
in init_r4k_clocksource()
121
clocksource_mips
.vdso_clock_mode = VDSO_CLOCKMODE_R4K;
in init_r4k_clocksource()
123
clocksource_register_hz(&
clocksource_mips
, mips_hpt_frequency);
in init_r4k_clocksource()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
csrc-r4k.c
20
static struct clocksource
clocksource_mips
= {
variable
82
clocksource_mark_unstable(&
clocksource_mips
);
in r4k_clocksource_unstable()
114
clocksource_mips
.rating = 200 + mips_hpt_frequency / 10000000;
in init_r4k_clocksource()
121
clocksource_mips
.vdso_clock_mode = VDSO_CLOCKMODE_R4K;
in init_r4k_clocksource()
123
clocksource_register_hz(&
clocksource_mips
, mips_hpt_frequency);
in init_r4k_clocksource()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H
A
D
csrc-octeon.c
107
static struct clocksource
clocksource_mips
= {
variable
119
u64 mult =
clocksource_mips
.mult;
in sched_clock()
120
u64 shift =
clocksource_mips
.shift;
in sched_clock()
140
clocksource_mips
.rating = 300;
in plat_time_init()
141
clocksource_register_hz(&
clocksource_mips
, octeon_get_clock_rate());
in plat_time_init()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H
A
D
csrc-octeon.c
107
static struct clocksource
clocksource_mips
= {
variable
119
u64 mult =
clocksource_mips
.mult;
in sched_clock()
120
u64 shift =
clocksource_mips
.shift;
in sched_clock()
140
clocksource_mips
.rating = 300;
in plat_time_init()
141
clocksource_register_hz(&
clocksource_mips
, octeon_get_clock_rate());
in plat_time_init()
Completed in 2 milliseconds