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:prev_wall
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
rack-meter.c
53
u64
prev_wall
;
member
224
total_nsecs = cur_nsecs - rcpu->
prev_wall
;
in rackmeter_do_timer()
225
rcpu->
prev_wall
= cur_nsecs;
in rackmeter_do_timer()
280
rcpu->
prev_wall
= jiffies64_to_nsecs(get_jiffies_64());
in rackmeter_init_cpu_sniffer()
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
rack-meter.c
52
u64
prev_wall
;
member
223
total_nsecs = cur_nsecs - rcpu->
prev_wall
;
in rackmeter_do_timer()
224
rcpu->
prev_wall
= cur_nsecs;
in rackmeter_do_timer()
279
rcpu->
prev_wall
= jiffies64_to_nsecs(get_jiffies_64());
in rackmeter_init_cpu_sniffer()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_sli4.h
148
u64
prev_wall
;
member
H
A
D
lpfc_init.c
1266
diff_wall = wall - idle_stat->
prev_wall
;
in lpfc_idle_stat_delay_work()
1282
idle_stat->
prev_wall
= wall;
in lpfc_idle_stat_delay_work()
H
A
D
lpfc_sli.c
7320
idle_stat->
prev_wall
= wall;
in lpfc_init_idle_stat_hb()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_sli4.h
148
u64
prev_wall
;
member
H
A
D
lpfc_init.c
1326
diff_wall = wall - idle_stat->
prev_wall
;
in lpfc_idle_stat_delay_work()
1342
idle_stat->
prev_wall
= wall;
in lpfc_idle_stat_delay_work()
H
A
D
lpfc_sli.c
7990
idle_stat->
prev_wall
= wall;
in lpfc_init_idle_stat_hb()
Completed in 81 milliseconds