Searched refs:consumer_thread (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/benchs/ |
A D | bench_trigger.c | 208 .consumer_thread = trigger_consumer, 219 .consumer_thread = trigger_consumer, 230 .consumer_thread = trigger_consumer, 241 .consumer_thread = trigger_consumer, 252 .consumer_thread = trigger_consumer, 263 .consumer_thread = trigger_consumer, 274 .consumer_thread = trigger_consumer, 284 .consumer_thread = trigger_consumer, 294 .consumer_thread = trigger_consumer, 304 .consumer_thread = trigger_consumer, [all …]
|
A D | bench_rename.c | 119 .consumer_thread = consumer, 130 .consumer_thread = consumer, 141 .consumer_thread = consumer, 152 .consumer_thread = consumer, 163 .consumer_thread = consumer, 174 .consumer_thread = consumer,
|
A D | bench_count.c | 77 .consumer_thread = count_global_consumer, 87 .consumer_thread = count_local_consumer,
|
A D | bench_bloom_filter_map.c | 435 .consumer_thread = consumer, 447 .consumer_thread = consumer, 459 .consumer_thread = consumer, 471 .consumer_thread = consumer, 483 .consumer_thread = consumer,
|
A D | bench_local_storage.c | 262 .consumer_thread = consumer, 274 .consumer_thread = consumer, 286 .consumer_thread = consumer,
|
A D | bench_strncmp.c | 147 .consumer_thread = strncmp_consumer, 159 .consumer_thread = strncmp_consumer,
|
A D | bench_ringbufs.c | 525 .consumer_thread = ringbuf_libbpf_consumer, 537 .consumer_thread = ringbuf_custom_consumer, 549 .consumer_thread = perfbuf_libbpf_consumer, 561 .consumer_thread = perfbuf_custom_consumer,
|
A D | bench_bpf_loop.c | 102 .consumer_thread = consumer,
|
A D | bench_bpf_hashmap_full_update.c | 91 .consumer_thread = consumer,
|
A D | bench_local_storage_rcu_tasks_trace.c | 265 .consumer_thread = consumer,
|
A D | bench_bpf_hashmap_lookup.c | 279 .consumer_thread = consumer,
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | bench.h | 55 void *(*consumer_thread)(void *ctx); member
|
A D | bench.c | 601 bench->consumer_thread, (void *)(long)i); in setup_benchmark()
|
Completed in 22 milliseconds