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:epd_pool
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_init.c
3132
struct lpfc_epd_pool *
epd_pool
;
in lpfc_create_expedite_pool()
local
3135
epd_pool
= &phba->
epd_pool
;
in lpfc_create_expedite_pool()
3138
spin_lock_init(&
epd_pool
->lock);
in lpfc_create_expedite_pool()
3140
spin_lock(&
epd_pool
->lock);
in lpfc_create_expedite_pool()
3141
INIT_LIST_HEAD(&
epd_pool
->list);
in lpfc_create_expedite_pool()
3144
list_move_tail(&lpfc_ncmd->list, &
epd_pool
->list);
in lpfc_create_expedite_pool()
3147
epd_pool
->count++;
in lpfc_create_expedite_pool()
3148
if (
epd_pool
->count >= XRI_BATCH)
in lpfc_create_expedite_pool()
3151
spin_unlock(&
epd_pool
in lpfc_create_expedite_pool()
3167
struct lpfc_
epd_pool
*
epd_pool
;
lpfc_destroy_expedite_pool()
local
[all...]
H
A
D
lpfc_sli.c
20683
struct lpfc_epd_pool *
epd_pool
;
in lpfc_release_io_buf()
local
20704
epd_pool
= &phba->
epd_pool
;
in lpfc_release_io_buf()
20705
spin_lock_irqsave(&
epd_pool
->lock, iflag);
in lpfc_release_io_buf()
20706
list_add_tail(&lpfc_ncmd->list, &
epd_pool
->list);
in lpfc_release_io_buf()
20707
epd_pool
->count++;
in lpfc_release_io_buf()
20708
spin_unlock_irqrestore(&
epd_pool
->lock, iflag);
in lpfc_release_io_buf()
20822
struct lpfc_epd_pool *
epd_pool
;
in lpfc_get_io_buf_from_expedite_pool()
local
20824
epd_pool
= &phba->
epd_pool
;
in lpfc_get_io_buf_from_expedite_pool()
[all...]
H
A
D
lpfc.h
714
struct lpfc_epd_pool
epd_pool
;
member
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_init.c
3449
struct lpfc_epd_pool *
epd_pool
;
in lpfc_create_expedite_pool()
local
3452
epd_pool
= &phba->
epd_pool
;
in lpfc_create_expedite_pool()
3455
spin_lock_init(&
epd_pool
->lock);
in lpfc_create_expedite_pool()
3457
spin_lock(&
epd_pool
->lock);
in lpfc_create_expedite_pool()
3458
INIT_LIST_HEAD(&
epd_pool
->list);
in lpfc_create_expedite_pool()
3461
list_move_tail(&lpfc_ncmd->list, &
epd_pool
->list);
in lpfc_create_expedite_pool()
3464
epd_pool
->count++;
in lpfc_create_expedite_pool()
3465
if (
epd_pool
->count >= XRI_BATCH)
in lpfc_create_expedite_pool()
3468
spin_unlock(&
epd_pool
in lpfc_create_expedite_pool()
3484
struct lpfc_
epd_pool
*
epd_pool
;
lpfc_destroy_expedite_pool()
local
[all...]
H
A
D
lpfc_sli.c
21840
struct lpfc_epd_pool *
epd_pool
;
in lpfc_release_io_buf()
local
21860
epd_pool
= &phba->
epd_pool
;
in lpfc_release_io_buf()
21861
spin_lock_irqsave(&
epd_pool
->lock, iflag);
in lpfc_release_io_buf()
21862
list_add_tail(&lpfc_ncmd->list, &
epd_pool
->list);
in lpfc_release_io_buf()
21863
epd_pool
->count++;
in lpfc_release_io_buf()
21864
spin_unlock_irqrestore(&
epd_pool
->lock, iflag);
in lpfc_release_io_buf()
21978
struct lpfc_epd_pool *
epd_pool
;
in lpfc_get_io_buf_from_expedite_pool()
local
21980
epd_pool
= &phba->
epd_pool
;
in lpfc_get_io_buf_from_expedite_pool()
[all...]
H
A
D
lpfc.h
963
struct lpfc_epd_pool
epd_pool
;
member
Completed in 66 milliseconds