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:ep_array
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/mtu3/
H
A
D
mtu3_core.c
561
struct mtu3_ep *
ep_array
;
in mtu3_mem_alloc()
local
577
ep_array
= kcalloc(mtu->num_eps * 2, sizeof(*
ep_array
), GFP_KERNEL);
in mtu3_mem_alloc()
578
if (
ep_array
== NULL)
in mtu3_mem_alloc()
581
mtu->
ep_array
=
ep_array
;
in mtu3_mem_alloc()
582
mtu->in_eps =
ep_array
;
in mtu3_mem_alloc()
583
mtu->out_eps = &
ep_array
[mtu->num_eps];
in mtu3_mem_alloc()
601
kfree(mtu->
ep_array
);
in mtu3_mem_alloc()
609
kfree(mtu->
ep_array
);
in mtu3_mem_free()
[all...]
H
A
D
mtu3.h
335
struct mtu3_ep *
ep_array
;
member
/kernel/linux/linux-6.6/drivers/usb/mtu3/
H
A
D
mtu3_core.c
600
struct mtu3_ep *
ep_array
;
in mtu3_mem_alloc()
local
616
ep_array
= kcalloc(mtu->num_eps * 2, sizeof(*
ep_array
), GFP_KERNEL);
in mtu3_mem_alloc()
617
if (
ep_array
== NULL)
in mtu3_mem_alloc()
620
mtu->
ep_array
=
ep_array
;
in mtu3_mem_alloc()
621
mtu->in_eps =
ep_array
;
in mtu3_mem_alloc()
622
mtu->out_eps = &
ep_array
[mtu->num_eps];
in mtu3_mem_alloc()
640
kfree(mtu->
ep_array
);
in mtu3_mem_alloc()
648
kfree(mtu->
ep_array
);
in mtu3_mem_free()
[all...]
H
A
D
mtu3.h
334
struct mtu3_ep *
ep_array
;
member
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H
A
D
be_iscsi.c
1018
phba->
ep_array
[BE_GET_CRI_FROM_CID(beiscsi_ep->ep_cid)] = NULL;
in beiscsi_free_ep()
1075
phba->
ep_array
[BE_GET_CRI_FROM_CID
in beiscsi_open_conn()
1318
if (!phba->
ep_array
[cri_index]) {
in beiscsi_ep_disconnect()
1320
"BS_%d :
ep_array
at %u cid %u empty\n",
in beiscsi_ep_disconnect()
H
A
D
be_main.h
304
struct iscsi_endpoint **
ep_array
;
member
H
A
D
be_main.c
1892
ep = phba->
ep_array
[cri_index];
in beiscsi_process_cq()
4033
phba->
ep_array
= kcalloc(phba->params.cxns_per_ctrl,
in hba_setup_cid_tbls()
4036
if (!phba->
ep_array
) {
in hba_setup_cid_tbls()
4053
kfree(phba->
ep_array
);
in hba_setup_cid_tbls()
4054
phba->
ep_array
= NULL;
in hba_setup_cid_tbls()
4191
kfree(phba->
ep_array
);
in beiscsi_cleanup_port()
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H
A
D
be_iscsi.c
1018
phba->
ep_array
[BE_GET_CRI_FROM_CID(beiscsi_ep->ep_cid)] = NULL;
in beiscsi_free_ep()
1075
phba->
ep_array
[BE_GET_CRI_FROM_CID
in beiscsi_open_conn()
1317
if (!phba->
ep_array
[cri_index]) {
in beiscsi_ep_disconnect()
1319
"BS_%d :
ep_array
at %u cid %u empty\n",
in beiscsi_ep_disconnect()
H
A
D
be_main.h
303
struct iscsi_endpoint **
ep_array
;
member
H
A
D
be_main.c
1909
ep = phba->
ep_array
[cri_index];
in beiscsi_process_cq()
4034
phba->
ep_array
= kcalloc(phba->params.cxns_per_ctrl,
in hba_setup_cid_tbls()
4037
if (!phba->
ep_array
) {
in hba_setup_cid_tbls()
4047
kfree(phba->
ep_array
);
in hba_setup_cid_tbls()
4048
phba->
ep_array
= NULL;
in hba_setup_cid_tbls()
4185
kfree(phba->
ep_array
);
in beiscsi_cleanup_port()
Completed in 27 milliseconds