Searched refs:consumer_thread (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/benchs/ |
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 …]
|
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,
|
D | bench_count.c | 77 .consumer_thread = count_global_consumer, 87 .consumer_thread = count_local_consumer,
|
D | bench_bloom_filter_map.c | 434 .consumer_thread = consumer, 445 .consumer_thread = consumer, 456 .consumer_thread = consumer, 467 .consumer_thread = consumer, 478 .consumer_thread = consumer,
|
D | bench_local_storage.c | 261 .consumer_thread = consumer, 272 .consumer_thread = consumer, 283 .consumer_thread = consumer,
|
D | bench_strncmp.c | 146 .consumer_thread = strncmp_consumer, 157 .consumer_thread = strncmp_consumer,
|
D | bench_ringbufs.c | 524 .consumer_thread = ringbuf_libbpf_consumer, 535 .consumer_thread = ringbuf_custom_consumer, 546 .consumer_thread = perfbuf_libbpf_consumer, 557 .consumer_thread = perfbuf_custom_consumer,
|
D | bench_bpf_loop.c | 101 .consumer_thread = consumer,
|
D | bench_bpf_hashmap_full_update.c | 92 .consumer_thread = consumer,
|
D | bench_local_storage_rcu_tasks_trace.c | 277 .consumer_thread = consumer,
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | bench.h | 53 void *(*consumer_thread)(void *ctx); member
|
D | bench.c | 570 bench->consumer_thread, (void *)(long)i); in setup_benchmark()
|