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:lpj_fine
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/lib/
H
A
D
delay.c
83
lpj_fine
= timer->freq / HZ;
in register_current_timer_delay()
87
arm_delay_ops.ticks_per_jiffy =
lpj_fine
;
in register_current_timer_delay()
99
return
lpj_fine
;
in calibrate_delay_is_known()
/kernel/linux/linux-6.6/arch/arm/lib/
H
A
D
delay.c
83
lpj_fine
= timer->freq / HZ;
in register_current_timer_delay()
87
arm_delay_ops.ticks_per_jiffy =
lpj_fine
;
in register_current_timer_delay()
99
return
lpj_fine
;
in calibrate_delay_is_known()
/kernel/linux/linux-5.10/arch/loongarch/lib/
H
A
D
delay.c
34
__delay((us * 0x000010c7ull * HZ *
lpj_fine
) >> 32);
in __udelay()
40
__delay((ns * 0x00000005ull * HZ *
lpj_fine
) >> 32);
in __ndelay()
/kernel/linux/linux-6.6/arch/loongarch/lib/
H
A
D
delay.c
34
__delay((us * 0x000010c7ull * HZ *
lpj_fine
) >> 32);
in __udelay()
40
__delay((ns * 0x00000005ull * HZ *
lpj_fine
) >> 32);
in __ndelay()
/kernel/linux/linux-5.10/arch/riscv/lib/
H
A
D
delay.c
83
u64 ucycles = (u64)usecs *
lpj_fine
* UDELAY_MULT;
in udelay()
104
unsigned long long ncycles = nsecs *
lpj_fine
* NDELAY_MULT;
in ndelay()
/kernel/linux/linux-6.6/arch/riscv/lib/
H
A
D
delay.c
87
u64 ucycles = (u64)usecs *
lpj_fine
* UDELAY_MULT;
in udelay()
108
unsigned long long ncycles = nsecs *
lpj_fine
* NDELAY_MULT;
in ndelay()
/kernel/linux/linux-5.10/init/
H
A
D
calibrate.c
15
unsigned long
lpj_fine
;
variable
291
} else if ((!printed) &&
lpj_fine
) {
in calibrate_delay()
292
lpj =
lpj_fine
;
in calibrate_delay()
/kernel/linux/linux-6.6/init/
H
A
D
calibrate.c
15
unsigned long
lpj_fine
;
variable
291
} else if ((!printed) &&
lpj_fine
) {
in calibrate_delay()
292
lpj =
lpj_fine
;
in calibrate_delay()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
proc.c
60
(
lpj_fine
* cpu_clock_freq / const_clock_freq) / (500000/HZ),
in show_cpuinfo()
61
((
lpj_fine
* cpu_clock_freq / const_clock_freq) / (5000/HZ)) % 100);
in show_cpuinfo()
H
A
D
time.c
170
lpj_fine
= get_loops_per_jiffy();
in constant_clockevent_init()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
proc.c
60
(
lpj_fine
* cpu_clock_freq / const_clock_freq) / (500000/HZ),
in show_cpuinfo()
61
((
lpj_fine
* cpu_clock_freq / const_clock_freq) / (5000/HZ)) % 100);
in show_cpuinfo()
H
A
D
time.c
177
lpj_fine
= get_loops_per_jiffy();
in constant_clockevent_init()
/kernel/linux/linux-5.10/arch/riscv/kernel/
H
A
D
time.c
28
lpj_fine
= riscv_timebase / HZ;
in time_init()
/kernel/linux/linux-5.10/include/linux/
H
A
D
delay.h
56
extern unsigned long
lpj_fine
;
/kernel/linux/linux-6.6/arch/riscv/kernel/
H
A
D
time.c
43
lpj_fine
= riscv_timebase / HZ;
in time_init()
/kernel/linux/linux-6.6/include/linux/
H
A
D
delay.h
57
extern unsigned long
lpj_fine
;
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
time.c
68
lpj_fine
= arch_timer_rate / HZ;
in time_init()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
time.c
69
lpj_fine
= arch_timer_rate / HZ;
in time_init()
/kernel/linux/linux-5.10/arch/nios2/kernel/
H
A
D
time.c
307
lpj_fine
= freq / HZ;
in nios2_clocksource_init()
/kernel/linux/linux-6.6/arch/nios2/kernel/
H
A
D
time.c
307
lpj_fine
= freq / HZ;
in nios2_clocksource_init()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
tsc.c
1538
lpj_fine
= get_loops_per_jiffy();
in tsc_init()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
tsc.c
1603
lpj_fine
= get_loops_per_jiffy();
in tsc_init()
Completed in 12 milliseconds