Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dbench.c20 .consumer_cnt = 1,
328 env.consumer_cnt = strtol(arg, NULL, 10); in parse_arg()
329 if (env.consumer_cnt <= 0) { in parse_arg()
588 state.consumers = calloc(env.consumer_cnt, sizeof(*state.consumers)); in setup_benchmark()
599 for (i = 0; i < env.consumer_cnt; i++) { in setup_benchmark()
A Dbench.h28 int consumer_cnt; member
/linux-6.3-rc2/tools/testing/selftests/bpf/benchs/
A Dbench_bpf_loop.c50 if (env.consumer_cnt != 1) { in validate()
A Dbench_count.c43 ctx->hits = calloc(env.consumer_cnt, sizeof(*ctx->hits)); in count_local_setup()
A Dbench_bpf_hashmap_full_update.c17 if (env.consumer_cnt != 1) { in validate()
A Dbench_strncmp.c53 if (env.consumer_cnt != 1) { in strncmp_validate()
A Dbench_rename.c20 if (env.consumer_cnt != 1) { in validate()
A Dbench_local_storage_rcu_tasks_trace.c75 if (env.consumer_cnt != 1) { in validate()
A Dbench_local_storage.c77 if (env.consumer_cnt != 1) { in validate()
A Dbench_trigger.c16 if (env.consumer_cnt != 1) { in trigger_validate()
A Dbench_bpf_hashmap_lookup.c116 if (env.consumer_cnt != 1) { in validate()
A Dbench_bloom_filter_map.c110 if (env.consumer_cnt != 1) { in validate()
A Dbench_ringbufs.c98 if (env.consumer_cnt != 1) { in bufs_validate()

Completed in 18 milliseconds