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:num_sqsets
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H
A
D
csio_isr.c
358
int cnt = hw->
num_sqsets
+ k;
in csio_add_msix_desc()
462
while (cnt < hw->
num_sqsets
) {
in csio_reduce_sqsets()
467
hw->
num_sqsets
--;
in csio_reduce_sqsets()
468
if (hw->
num_sqsets
<= cnt)
in csio_reduce_sqsets()
474
csio_dbg(hw, "Reduced sqsets to %d\n", hw->
num_sqsets
);
in csio_reduce_sqsets()
512
cnt = hw->
num_sqsets
+ extra;
in csio_enable_msix()
525
if (cnt < (hw->
num_sqsets
+ extra)) {
in csio_enable_msix()
565
if (hw->cfg_niq < (hw->
num_sqsets
+ extra)) {
in csio_intr_enable()
593
for (i = 0; i < hw->
num_sqsets
+ CSIO_EXTRA_VECS; i++) {
in csio_intr_disable()
H
A
D
csio_init.c
348
hw->
num_sqsets
= num_online_cpus() * hw->num_pports;
in csio_config_queues()
350
if (hw->
num_sqsets
> CSIO_MAX_SCSI_QSETS) {
in csio_config_queues()
351
hw->
num_sqsets
= CSIO_MAX_SCSI_QSETS;
in csio_config_queues()
360
hw->
num_sqsets
, hw->num_scsi_msix_cpus);
in csio_config_queues()
H
A
D
csio_hw.h
463
uint32_t
num_sqsets
; /* Number of SCSI
member
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H
A
D
csio_isr.c
358
int cnt = hw->
num_sqsets
+ k;
in csio_add_msix_desc()
462
while (cnt < hw->
num_sqsets
) {
in csio_reduce_sqsets()
467
hw->
num_sqsets
--;
in csio_reduce_sqsets()
468
if (hw->
num_sqsets
<= cnt)
in csio_reduce_sqsets()
474
csio_dbg(hw, "Reduced sqsets to %d\n", hw->
num_sqsets
);
in csio_reduce_sqsets()
512
cnt = hw->
num_sqsets
+ extra;
in csio_enable_msix()
525
if (cnt < (hw->
num_sqsets
+ extra)) {
in csio_enable_msix()
565
if (hw->cfg_niq < (hw->
num_sqsets
+ extra)) {
in csio_intr_enable()
593
for (i = 0; i < hw->
num_sqsets
+ CSIO_EXTRA_VECS; i++) {
in csio_intr_disable()
H
A
D
csio_init.c
347
hw->
num_sqsets
= num_online_cpus() * hw->num_pports;
in csio_config_queues()
349
if (hw->
num_sqsets
> CSIO_MAX_SCSI_QSETS) {
in csio_config_queues()
350
hw->
num_sqsets
= CSIO_MAX_SCSI_QSETS;
in csio_config_queues()
359
hw->
num_sqsets
, hw->num_scsi_msix_cpus);
in csio_config_queues()
H
A
D
csio_hw.h
463
uint32_t
num_sqsets
; /* Number of SCSI
member
Completed in 8 milliseconds