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:cpu_hz
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
time.c
295
}
cpu_hz
[] __initdata = {
in validate_cc_value()
325
if (index >= ARRAY_SIZE(
cpu_hz
))
in validate_cc_value()
329
if (
cpu_hz
[index].max == 0)
in validate_cc_value()
332
if (cc <
cpu_hz
[index].min - deviation
in validate_cc_value()
333
|| cc >
cpu_hz
[index].max + deviation)
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
time.c
295
}
cpu_hz
[] __initdata = {
in validate_cc_value()
325
if (index >= ARRAY_SIZE(
cpu_hz
))
in validate_cc_value()
329
if (
cpu_hz
[index].max == 0)
in validate_cc_value()
332
if (cc <
cpu_hz
[index].min - deviation
in validate_cc_value()
333
|| cc >
cpu_hz
[index].max + deviation)
/kernel/linux/linux-5.10/arch/parisc/kernel/
H
A
D
processor.c
237
boot_cpu_data.
cpu_hz
= 100 * PAGE0->mem_10msec; /* Hz of this PARISC */
in collect_boot_cpu_data()
398
boot_cpu_data.
cpu_hz
/ 1000000,
in show_cpuinfo()
399
boot_cpu_data.
cpu_hz
% 1000000 );
in show_cpuinfo()
H
A
D
setup.c
325
boot_cpu_data.
cpu_hz
/ 1000000,
in parisc_init()
326
boot_cpu_data.
cpu_hz
% 1000000 );
in parisc_init()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H
A
D
processor.c
239
boot_cpu_data.
cpu_hz
= 100 * PAGE0->mem_10msec; /* Hz of this PARISC */
in collect_boot_cpu_data()
405
boot_cpu_data.
cpu_hz
/ 1000000,
in show_cpuinfo()
406
boot_cpu_data.
cpu_hz
% 1000000 );
in show_cpuinfo()
H
A
D
setup.c
265
boot_cpu_data.
cpu_hz
/ 1000000,
in parisc_init()
266
boot_cpu_data.
cpu_hz
% 1000000 );
in parisc_init()
/kernel/linux/linux-5.10/arch/parisc/lib/
H
A
D
delay.c
70
__cr16_delay(usecs * ((unsigned long)boot_cpu_data.
cpu_hz
/ 1000000UL));
in __udelay()
/kernel/linux/linux-6.6/arch/parisc/lib/
H
A
D
delay.c
70
__cr16_delay(usecs * ((unsigned long)boot_cpu_data.
cpu_hz
/ 1000000UL));
in __udelay()
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H
A
D
processor.h
65
unsigned int
cpu_hz
;
member
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H
A
D
processor.h
62
unsigned int
cpu_hz
;
member
Completed in 5 milliseconds