Home
last modified time | relevance | path

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

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