Home
last modified time | relevance | path

Searched refs:consumer_cnt (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/
Dbench.c20 .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()
Dbench.h28 int consumer_cnt; member
/Linux-v6.6/tools/testing/selftests/bpf/benchs/
Dbench_bpf_loop.c50 if (env.consumer_cnt != 0) { in validate()
Dbench_bpf_hashmap_full_update.c17 if (env.consumer_cnt != 0) { in validate()
Dbench_rename.c20 if (env.consumer_cnt != 0) { in validate()
Dbench_strncmp.c53 if (env.consumer_cnt != 0) { in strncmp_validate()
Dbench_local_storage_rcu_tasks_trace.c75 if (env.consumer_cnt != 0) { in validate()
Dbench_trigger.c16 if (env.consumer_cnt != 0) { in trigger_validate()
Dbench_local_storage.c77 if (env.consumer_cnt != 0) { in validate()
Dbench_local_storage_create.c74 if (env.consumer_cnt != 0) { in validate()
Dbench_bpf_hashmap_lookup.c116 if (env.consumer_cnt != 0) { in validate()
Dbench_bloom_filter_map.c110 if (env.consumer_cnt != 0) { in validate()
Dbench_ringbufs.c98 if (env.consumer_cnt != 1) { in bufs_validate()