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:max_outstandings
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H
A
D
erdma_cmdq.c
38
cmdq->
max_outstandings
);
in get_comp_wait()
39
if (comp_idx == cmdq->
max_outstandings
) {
in get_comp_wait()
69
devm_kcalloc(&dev->pdev->dev, cmdq->
max_outstandings
,
in erdma_cmdq_wait_res_init()
76
&dev->pdev->dev, cmdq->
max_outstandings
, GFP_KERNEL);
in erdma_cmdq_wait_res_init()
80
for (i = 0; i < cmdq->
max_outstandings
; i++) {
in erdma_cmdq_wait_res_init()
95
sq->depth = cmdq->
max_outstandings
* sq->wqebb_cnt;
in erdma_cmdq_sq_init()
157
eq->depth = cmdq->
max_outstandings
;
in erdma_cmdq_eq_init()
188
cmdq->
max_outstandings
= ERDMA_CMDQ_MAX_OUTSTANDING;
in erdma_cmdq_init()
191
sema_init(&cmdq->credits, cmdq->
max_outstandings
);
in erdma_cmdq_init()
333
/* We must have less than # of
max_outstandings
in erdma_polling_cmd_completions()
[all...]
H
A
D
erdma.h
110
u16
max_outstandings
;
member
Completed in 1 milliseconds