Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/
Dbench.c19 .consumer_cnt = 1,
323 env.consumer_cnt = strtol(arg, NULL, 10); in parse_arg()
324 if (env.consumer_cnt <= 0) { in parse_arg()
557 state.consumers = calloc(env.consumer_cnt, sizeof(*state.consumers)); in setup_benchmark()
568 for (i = 0; i < env.consumer_cnt; i++) { in setup_benchmark()
Dbench.h27 int consumer_cnt; member
/Linux-v6.1/tools/testing/selftests/bpf/benchs/
Dbench_bpf_loop.c50 if (env.consumer_cnt != 1) { in validate()
Dbench_count.c43 ctx->hits = calloc(env.consumer_cnt, sizeof(*ctx->hits)); in count_local_setup()
Dbench_bpf_hashmap_full_update.c18 if (env.consumer_cnt != 1) { in validate()
Dbench_rename.c20 if (env.consumer_cnt != 1) { in validate()
Dbench_strncmp.c53 if (env.consumer_cnt != 1) { in strncmp_validate()
Dbench_local_storage_rcu_tasks_trace.c88 if (env.consumer_cnt != 1) { in validate()
Dbench_local_storage.c77 if (env.consumer_cnt != 1) { in validate()
Dbench_trigger.c16 if (env.consumer_cnt != 1) { in trigger_validate()
Dbench_bloom_filter_map.c110 if (env.consumer_cnt != 1) { in validate()
Dbench_ringbufs.c98 if (env.consumer_cnt != 1) { in bufs_validate()