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:clk_total
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/hp300/
H
A
D
time.c
33
static u32
clk_total
, clk_offset;
variable
65
clk_total
+= INTVAL;
in hp300_tick()
95
ticks += clk_offset +
clk_total
;
in hp300_read_clk()
/kernel/linux/linux-6.6/arch/m68k/hp300/
H
A
D
time.c
33
static u32
clk_total
, clk_offset;
variable
64
clk_total
+= INTVAL;
in hp300_tick()
95
ticks += clk_offset +
clk_total
;
in hp300_read_clk()
/kernel/linux/linux-5.10/arch/m68k/mvme147/
H
A
D
config.c
105
static u32
clk_total
;
variable
123
clk_total
+= PCC_TIMER_CYCLES;
in mvme147_timer_int()
163
ticks +=
clk_total
;
in mvme147_read_clk()
/kernel/linux/linux-6.6/arch/m68k/mvme147/
H
A
D
config.c
104
static u32
clk_total
;
variable
121
clk_total
+= PCC_TIMER_CYCLES;
in mvme147_timer_int()
161
ticks +=
clk_total
;
in mvme147_read_clk()
/kernel/linux/linux-5.10/arch/m68k/bvme6000/
H
A
D
config.c
160
static u32
clk_total
, clk_offset;
variable
176
clk_total
+= RTC_TIMER_CYCLES;
in bvme6000_timer_int()
266
v += clk_offset +
clk_total
;
in bvme6000_read_clk()
/kernel/linux/linux-5.10/arch/m68k/atari/
H
A
D
time.c
38
static u32
clk_total
;
variable
50
clk_total
+= INT_TICKS;
in mfp_timer_c_handler()
88
ticks +=
clk_total
;
in atari_read_clk()
/kernel/linux/linux-6.6/arch/m68k/bvme6000/
H
A
D
config.c
159
static u32
clk_total
, clk_offset;
variable
174
clk_total
+= RTC_TIMER_CYCLES;
in bvme6000_timer_int()
264
v += clk_offset +
clk_total
;
in bvme6000_read_clk()
/kernel/linux/linux-6.6/arch/m68k/atari/
H
A
D
time.c
39
static u32
clk_total
;
variable
50
clk_total
+= INT_TICKS;
in mfp_timer_c_handler()
89
ticks +=
clk_total
;
in atari_read_clk()
/kernel/linux/linux-5.10/arch/m68k/mvme16x/
H
A
D
config.c
356
static u32
clk_total
;
variable
382
clk_total
+= PCC_TIMER_CYCLES;
in mvme16x_timer_int()
428
ticks +=
clk_total
;
in mvme16x_read_clk()
/kernel/linux/linux-5.10/arch/m68k/mac/
H
A
D
via.c
601
static u32
clk_total
, clk_offset;
variable
607
clk_total
+= VIA_TIMER_CYCLES;
in via_timer_handler()
655
ticks += clk_offset +
clk_total
;
in mac_read_clk()
/kernel/linux/linux-6.6/arch/m68k/mac/
H
A
D
via.c
582
static u32
clk_total
, clk_offset;
variable
586
clk_total
+= VIA_TIMER_CYCLES;
in via_timer_handler()
632
ticks += clk_offset +
clk_total
;
in mac_read_clk()
/kernel/linux/linux-6.6/arch/m68k/mvme16x/
H
A
D
config.c
355
static u32
clk_total
;
variable
380
clk_total
+= PCC_TIMER_CYCLES;
in mvme16x_timer_int()
426
ticks +=
clk_total
;
in mvme16x_read_clk()
/kernel/linux/linux-5.10/arch/m68k/amiga/
H
A
D
config.c
474
static u32
clk_total
, clk_offset;
variable
480
clk_total
+= jiffy_ticks;
in ciab_timer_handler()
540
ticks += clk_offset +
clk_total
;
in amiga_read_clk()
/kernel/linux/linux-6.6/arch/m68k/amiga/
H
A
D
config.c
467
static u32
clk_total
, clk_offset;
variable
471
clk_total
+= jiffy_ticks;
in ciab_timer_handler()
532
ticks += clk_offset +
clk_total
;
in amiga_read_clk()
Completed in 9 milliseconds