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:consumer_cnt
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
bench.c
20
.
consumer_cnt
= 1,
173
env.
consumer_cnt
= strtol(arg, NULL, 10);
in parse_arg()
174
if (env.
consumer_cnt
<= 0) {
in parse_arg()
371
state.consumers = calloc(env.
consumer_cnt
, sizeof(*state.consumers));
in setup_benchmark()
382
for (i = 0; i < env.
consumer_cnt
; i++) {
in setup_benchmark()
H
A
D
bench.h
27
int
consumer_cnt
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
bench.c
20
.
consumer_cnt
= 0,
332
env.
consumer_cnt
= strtol(arg, NULL, 10);
in parse_arg()
333
if (env.
consumer_cnt
<= 0) {
in parse_arg()
598
state.consumers = calloc(env.
consumer_cnt
, sizeof(*state.consumers));
in setup_benchmark()
609
for (i = 0; i < env.
consumer_cnt
; i++) {
in setup_benchmark()
H
A
D
bench.h
28
int
consumer_cnt
;
member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/
H
A
D
bench_count.c
43
ctx->hits = calloc(env.
consumer_cnt
, sizeof(*ctx->hits));
in count_local_setup()
H
A
D
bench_trigger.c
15
if (env.
consumer_cnt
!= 1) {
in trigger_validate()
H
A
D
bench_rename.c
20
if (env.
consumer_cnt
!= 1) {
in validate()
H
A
D
bench_ringbufs.c
98
if (env.
consumer_cnt
!= 1) {
in bufs_validate()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H
A
D
bench_bpf_hashmap_full_update.c
17
if (env.
consumer_cnt
!= 0) {
in validate()
H
A
D
bench_bpf_loop.c
50
if (env.
consumer_cnt
!= 0) {
in validate()
H
A
D
bench_strncmp.c
53
if (env.
consumer_cnt
!= 0) {
in strncmp_validate()
H
A
D
bench_rename.c
20
if (env.
consumer_cnt
!= 0) {
in validate()
H
A
D
bench_local_storage_rcu_tasks_trace.c
75
if (env.
consumer_cnt
!= 0) {
in validate()
H
A
D
bench_local_storage.c
77
if (env.
consumer_cnt
!= 0) {
in validate()
H
A
D
bench_bpf_hashmap_lookup.c
116
if (env.
consumer_cnt
!= 0) {
in validate()
H
A
D
bench_local_storage_create.c
74
if (env.
consumer_cnt
!= 0) {
in validate()
H
A
D
bench_trigger.c
16
if (env.
consumer_cnt
!= 0) {
in trigger_validate()
H
A
D
bench_bloom_filter_map.c
110
if (env.
consumer_cnt
!= 0) {
in validate()
H
A
D
bench_ringbufs.c
98
if (env.
consumer_cnt
!= 1) {
in bufs_validate()
Completed in 11 milliseconds