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:throttle_groups
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr_fw.c
3932
if (!mrioc->
throttle_groups
&& mrioc->num_io_throttle_group) {
in mpi3mr_init_ioc()
3935
mrioc->
throttle_groups
= kcalloc(mrioc->num_io_throttle_group, sz, GFP_KERNEL);
in mpi3mr_init_ioc()
3936
if (!mrioc->
throttle_groups
) {
in mpi3mr_init_ioc()
4263
if (mrioc->
throttle_groups
) {
in mpi3mr_memset_buffers()
4264
tg = mrioc->
throttle_groups
;
in mpi3mr_memset_buffers()
4424
kfree(mrioc->
throttle_groups
);
in mpi3mr_free_mem()
4425
mrioc->
throttle_groups
= NULL;
in mpi3mr_free_mem()
H
A
D
mpi3mr.h
1033
* @
throttle_groups
: Pointer to throttle group info structures
1216
struct mpi3mr_throttle_group_info *
throttle_groups
;
member
H
A
D
mpi3mr_os.c
1265
tg = mrioc->
throttle_groups
+ vdinf_io_throttle_group;
in mpi3mr_update_tgtdev()
Completed in 15 milliseconds