Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
Dbench.c20 .consumer_cnt = 1,
174 env.consumer_cnt = strtol(arg, NULL, 10); in parse_arg()
175 if (env.consumer_cnt <= 0) { in parse_arg()
372 state.consumers = calloc(env.consumer_cnt, sizeof(*state.consumers)); in setup_benchmark()
383 for (i = 0; i < env.consumer_cnt; i++) { in setup_benchmark()
Dbench.h27 int consumer_cnt; member
/tools/testing/selftests/bpf/benchs/
Dbench_count.c43 ctx->hits = calloc(env.consumer_cnt, sizeof(*ctx->hits)); in count_local_setup()
Dbench_trigger.c15 if (env.consumer_cnt != 1) { in trigger_validate()
Dbench_rename.c20 if (env.consumer_cnt != 1) { in validate()
Dbench_ringbufs.c98 if (env.consumer_cnt != 1) { in bufs_validate()