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:nr_rxqs
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
xdp_rxq_info_user.c
212
unsigned int
nr_rxqs
= bpf_map__def(rx_queue_index_map)->max_entries;
in alloc_record_per_rxq()
local
215
array = calloc(
nr_rxqs
, sizeof(struct record));
in alloc_record_per_rxq()
217
fprintf(stderr, "Mem alloc error (
nr_rxqs
:%u)\n",
nr_rxqs
);
in alloc_record_per_rxq()
225
unsigned int
nr_rxqs
= bpf_map__def(rx_queue_index_map)->max_entries;
in alloc_stats_record()
local
235
for (i = 0; i <
nr_rxqs
; i++)
in alloc_stats_record()
244
unsigned int
nr_rxqs
= bpf_map__def(rx_queue_index_map)->max_entries;
in free_stats_record()
local
247
for (i = 0; i <
nr_rxqs
; i++)
in free_stats_record()
338
unsigned int
nr_rxqs
= bpf_map__def(rx_queue_index_map)->max_entries;
in stats_print()
local
383
for (rxq = 0; rxq <
nr_rxqs
; rx
in stats_print()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H
A
D
mvneta.c
153
#define MVNETA_RX_INTR_MASK(
nr_rxqs
) (((1 <<
nr_rxqs
) - 1) << 8)
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H
A
D
mvneta.c
158
#define MVNETA_RX_INTR_MASK(
nr_rxqs
) (((1 <<
nr_rxqs
) - 1) << 8)
Completed in 16 milliseconds