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:p_pool
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_hw.c
46
struct qed_ptt_pool *
p_pool
= kmalloc(sizeof(*
p_pool
), GFP_KERNEL);
in qed_ptt_pool_alloc()
local
49
if (!
p_pool
)
in qed_ptt_pool_alloc()
52
INIT_LIST_HEAD(&
p_pool
->free_list);
in qed_ptt_pool_alloc()
54
p_pool
->ptts[i].idx = i;
in qed_ptt_pool_alloc()
55
p_pool
->ptts[i].pxp.offset = QED_BAR_INVALID_OFFSET;
in qed_ptt_pool_alloc()
56
p_pool
->ptts[i].pxp.pretend.control = 0;
in qed_ptt_pool_alloc()
57
p_pool
->ptts[i].hwfn_id = p_hwfn->my_id;
in qed_ptt_pool_alloc()
59
list_add(&
p_pool
->ptts[i].list_entry,
in qed_ptt_pool_alloc()
60
&
p_pool
in qed_ptt_pool_alloc()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_hw.c
49
struct qed_ptt_pool *
p_pool
= kmalloc(sizeof(*
p_pool
), GFP_KERNEL);
in qed_ptt_pool_alloc()
local
52
if (!
p_pool
)
in qed_ptt_pool_alloc()
55
INIT_LIST_HEAD(&
p_pool
->free_list);
in qed_ptt_pool_alloc()
57
p_pool
->ptts[i].idx = i;
in qed_ptt_pool_alloc()
58
p_pool
->ptts[i].pxp.offset = QED_BAR_INVALID_OFFSET;
in qed_ptt_pool_alloc()
59
p_pool
->ptts[i].pxp.pretend.control = 0;
in qed_ptt_pool_alloc()
60
p_pool
->ptts[i].hwfn_id = p_hwfn->my_id;
in qed_ptt_pool_alloc()
62
list_add(&
p_pool
->ptts[i].list_entry,
in qed_ptt_pool_alloc()
63
&
p_pool
in qed_ptt_pool_alloc()
[all...]
Completed in 2 milliseconds