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_buckets_out
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptlan.c
106
int
max_buckets_out
; /* Max buckets to send to IOC */
member
154
static u32
max_buckets_out
= 127;
variable
332
for (i = 0; i < priv->
max_buckets_out
; i++)
in mpt_lan_ioc_reset()
412
priv->mpt_rxfidx = kmalloc_array(priv->
max_buckets_out
, sizeof(int),
in mpt_lan_open()
418
priv->RcvCtl = kcalloc(priv->
max_buckets_out
,
in mpt_lan_open()
423
for (i = 0; i < priv->
max_buckets_out
; i++)
in mpt_lan_open()
518
for (i = 0; i < priv->
max_buckets_out
; i++) {
in mpt_lan_close()
943
// for (i = 0; i < priv->
max_buckets_out
; i++)
in mpt_lan_receive_post_free()
1155
buckets = (priv->
max_buckets_out
- curr);
in mpt_lan_post_receive_buckets()
1331
priv->
max_buckets_out
in mpt_register_lan_device()
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptlan.c
103
int
max_buckets_out
; /* Max buckets to send to IOC */
member
151
static u32
max_buckets_out
= 127;
variable
329
for (i = 0; i < priv->
max_buckets_out
; i++)
in mpt_lan_ioc_reset()
409
priv->mpt_rxfidx = kmalloc_array(priv->
max_buckets_out
, sizeof(int),
in mpt_lan_open()
415
priv->RcvCtl = kcalloc(priv->
max_buckets_out
,
in mpt_lan_open()
420
for (i = 0; i < priv->
max_buckets_out
; i++)
in mpt_lan_open()
515
for (i = 0; i < priv->
max_buckets_out
; i++) {
in mpt_lan_close()
945
// for (i = 0; i < priv->
max_buckets_out
; i++)
in mpt_lan_receive_post_free()
1157
buckets = (priv->
max_buckets_out
- curr);
in mpt_lan_post_receive_buckets()
1334
priv->
max_buckets_out
in mpt_register_lan_device()
[all...]
Completed in 4 milliseconds