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:scratch_array
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_main.c
246
kfree(cqp->
scratch_array
);
in i40iw_destroy_cqp()
247
iwdev->cqp.
scratch_array
= NULL;
in i40iw_destroy_cqp()
567
cqp->
scratch_array
= kcalloc(sqsize, sizeof(*cqp->
scratch_array
), GFP_KERNEL);
in i40iw_create_cqp()
568
if (!cqp->
scratch_array
) {
in i40iw_create_cqp()
595
cqp_init_info.
scratch_array
= cqp->
scratch_array
;
in i40iw_create_cqp()
H
A
D
i40iw.h
155
u64 *
scratch_array
;
member
H
A
D
i40iw_type.h
309
u64 *
scratch_array
;
member
620
u64 *
scratch_array
;
member
H
A
D
i40iw_ctrl.c
475
cqp->
scratch_array
= info->
scratch_array
;
in i40iw_sc_cqp_init()
628
cqp->
scratch_array
[*wqe_idx] = scratch;
in i40iw_sc_cqp_get_next_send_wqe_idx()
749
info->scratch = cqp->
scratch_array
[wqe_idx];
in i40iw_sc_ccq_get_cqe_info()
H
A
D
i40iw_utils.c
466
cqp_request = (struct i40iw_cqp_request *)(unsigned long)cqp->
scratch_array
[wqe_idx];
in i40iw_cleanup_pending_cqp_op()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
hw.c
604
kfree(cqp->
scratch_array
);
in irdma_destroy_cqp()
605
cqp->
scratch_array
= NULL;
in irdma_destroy_cqp()
941
cqp->
scratch_array
= kcalloc(sqsize, sizeof(*cqp->
scratch_array
), GFP_KERNEL);
in irdma_create_cqp()
942
if (!cqp->
scratch_array
) {
in irdma_create_cqp()
973
cqp_init_info.
scratch_array
= cqp->
scratch_array
;
in irdma_create_cqp()
1017
kfree(cqp->
scratch_array
);
in irdma_create_cqp()
1018
cqp->
scratch_array
= NULL;
in irdma_create_cqp()
H
A
D
main.h
177
u64 *
scratch_array
;
member
H
A
D
type.h
234
u64 *
scratch_array
;
member
367
u64 *
scratch_array
;
member
H
A
D
ctrl.c
3111
cqp->
scratch_array
= info->
scratch_array
;
in irdma_sc_cqp_init()
3281
cqp->
scratch_array
[*wqe_idx] = scratch;
in irdma_sc_cqp_get_next_send_wqe_idx()
3382
info->scratch = cqp->
scratch_array
[wqe_idx];
in irdma_sc_ccq_get_cqe_info()
H
A
D
utils.c
543
cqp->
scratch_array
[wqe_idx];
in irdma_cleanup_pending_cqp_op()
Completed in 33 milliseconds