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:batch_sz
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H
A
D
bench_local_storage_create.c
22
static int
batch_sz
= 32;
variable
48
batch_sz
= ret;
in parse_arg()
120
t->fds = malloc(
batch_sz
* sizeof(*t->fds));
in setup()
126
t->pthds = malloc(
batch_sz
* sizeof(*t->pthds));
in setup()
131
t->pthd_results = malloc(
batch_sz
* sizeof(*t->pthd_results));
in setup()
153
for (i = 0; i <
batch_sz
; i++) {
in sk_producer()
159
for (i = 0; i <
batch_sz
; i++) {
in sk_producer()
181
for (i = 0; i <
batch_sz
; i++) {
in task_producer()
187
for (i = 0; i <
batch_sz
; i++) {
in task_producer()
/kernel/linux/linux-6.6/net/bpf/
H
A
D
test_run.c
285
int err = 0, act, ret, i, nframes = 0,
batch_sz
;
in xdp_test_run_batch()
local
293
batch_sz
= min_t(u32, repeat, xdp->batch_size);
in xdp_test_run_batch()
298
for (i = 0; i <
batch_sz
; i++) {
in xdp_test_run_batch()
Completed in 4 milliseconds