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:idle_stat
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_init.c
1222
* lpfc_idle_stat_delay_work -
idle_stat
tracking
1224
* This routine tracks per-cq
idle_stat
and determines polling decisions.
1237
struct lpfc_idle_stat *
idle_stat
;
in lpfc_idle_stat_delay_work()
local
1256
idle_stat
= &phba->sli4_hba.
idle_stat
[i];
in lpfc_idle_stat_delay_work()
1265
diff_idle = wall_idle -
idle_stat
->prev_idle;
in lpfc_idle_stat_delay_work()
1266
diff_wall = wall -
idle_stat
->prev_wall;
in lpfc_idle_stat_delay_work()
1281
idle_stat
->prev_idle = wall_idle;
in lpfc_idle_stat_delay_work()
1282
idle_stat
->prev_wall = wall;
in lpfc_idle_stat_delay_work()
7012
phba->sli4_hba.
idle_stat
in lpfc_sli4_driver_resource_setup()
[all...]
H
A
D
lpfc_sli4.h
947
struct lpfc_idle_stat *
idle_stat
;
member
H
A
D
lpfc_sli.c
7292
* lpfc_init_idle_stat_hb - Initialize
idle_stat
tracking
7295
* This routine initializes the per-cq
idle_stat
to dynamically dictate
7306
struct lpfc_idle_stat *
idle_stat
;
in lpfc_init_idle_stat_hb()
local
7317
idle_stat
= &phba->sli4_hba.
idle_stat
[i];
in lpfc_init_idle_stat_hb()
7319
idle_stat
->prev_idle = get_cpu_idle_time(i, &wall, 1);
in lpfc_init_idle_stat_hb()
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
958
struct lpfc_idle_stat *
idle_stat
;
member
H
A
D
lpfc_init.c
1281
* lpfc_idle_stat_delay_work -
idle_stat
tracking
1283
* This routine tracks per-eq
idle_stat
and determines polling decisions.
1296
struct lpfc_idle_stat *
idle_stat
;
in lpfc_idle_stat_delay_work()
local
1316
idle_stat
= &phba->sli4_hba.
idle_stat
[i];
in lpfc_idle_stat_delay_work()
1325
diff_idle = wall_idle -
idle_stat
->prev_idle;
in lpfc_idle_stat_delay_work()
1326
diff_wall = wall -
idle_stat
->prev_wall;
in lpfc_idle_stat_delay_work()
1341
idle_stat
->prev_idle = wall_idle;
in lpfc_idle_stat_delay_work()
1342
idle_stat
->prev_wall = wall;
in lpfc_idle_stat_delay_work()
8410
phba->sli4_hba.
idle_stat
in lpfc_sli4_driver_resource_setup()
[all...]
H
A
D
lpfc_sli.c
7962
* lpfc_init_idle_stat_hb - Initialize
idle_stat
tracking
7965
* This routine initializes the per-eq
idle_stat
to dynamically dictate
7976
struct lpfc_idle_stat *
idle_stat
;
in lpfc_init_idle_stat_hb()
local
7987
idle_stat
= &phba->sli4_hba.
idle_stat
[i];
in lpfc_init_idle_stat_hb()
7989
idle_stat
->prev_idle = get_cpu_idle_time(i, &wall, 1);
in lpfc_init_idle_stat_hb()
7990
idle_stat
->prev_wall = wall;
in lpfc_init_idle_stat_hb()
8192
* lpfc_cmf_setup - Initialize
idle_stat
tracking
Completed in 79 milliseconds