Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dbench.c20 .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 Dbench.h27 int consumer_cnt; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/benchs/
H A Dbench_count.c43 ctx->hits = calloc(env.consumer_cnt, sizeof(*ctx->hits)); in count_local_setup()
H A Dbench_rename.c20 if (env.consumer_cnt != 1) { in validate()
H A Dbench_trigger.c15 if (env.consumer_cnt != 1) { in trigger_validate()
H A Dbench_ringbufs.c98 if (env.consumer_cnt != 1) { in bufs_validate()