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:req_vec
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
H
A
D
ipoib_verbs.c
159
int ret, size,
req_vec
;
in ipoib_transport_dev_init()
local
174
req_vec
= (priv->port - 1) * 2;
in ipoib_transport_dev_init()
177
cq_attr.comp_vector =
req_vec
% priv->ca->num_comp_vectors;
in ipoib_transport_dev_init()
186
cq_attr.comp_vector = (
req_vec
+ 1) % priv->ca->num_comp_vectors;
in ipoib_transport_dev_init()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/
H
A
D
ipoib_verbs.c
159
int ret, size,
req_vec
;
in ipoib_transport_dev_init()
local
175
req_vec
= atomic_inc_return(&counter) * 2;
in ipoib_transport_dev_init()
177
cq_attr.comp_vector =
req_vec
% priv->ca->num_comp_vectors;
in ipoib_transport_dev_init()
186
cq_attr.comp_vector = (
req_vec
+ 1) % priv->ca->num_comp_vectors;
in ipoib_transport_dev_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
pci_irq.c
769
int
req_vec
;
in mlx5_irq_table_create()
local
786
req_vec
= pci_msix_can_alloc_dyn(dev->pdev) ? 1 : total_vec;
in mlx5_irq_table_create()
787
n = pci_alloc_irq_vectors(dev->pdev, 1,
req_vec
, PCI_IRQ_MSIX);
in mlx5_irq_table_create()
Completed in 4 milliseconds