Home
last modified time | relevance | path

Searched refs:producer_thread (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/benchs/
H A Dbench_rename.c113 .producer_thread = producer,
123 .producer_thread = producer,
133 .producer_thread = producer,
143 .producer_thread = producer,
153 .producer_thread = producer,
163 .producer_thread = producer,
H A Dbench_count.c66 .producer_thread = count_global_producer,
75 .producer_thread = count_local_producer,
H A Dbench_bloom_filter_map.c429 .producer_thread = producer,
440 .producer_thread = producer,
451 .producer_thread = producer,
462 .producer_thread = producer,
473 .producer_thread = producer,
H A Dbench_local_storage.c256 .producer_thread = producer,
267 .producer_thread = producer,
278 .producer_thread = producer,
H A Dbench_strncmp.c141 .producer_thread = strncmp_producer,
152 .producer_thread = strncmp_producer,
H A Dbench_ringbufs.c524 .producer_thread = bufs_sample_producer,
536 .producer_thread = bufs_sample_producer,
548 .producer_thread = bufs_sample_producer,
560 .producer_thread = bufs_sample_producer,
H A Dbench_bpf_crypto.c170 .producer_thread = crypto_producer,
181 .producer_thread = crypto_producer,
H A Dbench_trigger.c455 .producer_thread = trigger_producer,
466 .producer_thread = trigger_producer_batch, \
490 .producer_thread = uprobe_producer_##PRODUCER, \
H A Dbench_bpf_loop.c96 .producer_thread = producer,
H A Dbench_bpf_hashmap_full_update.c85 .producer_thread = producer,
H A Dbench_local_storage_rcu_tasks_trace.c259 .producer_thread = producer,
H A Dbench_local_storage_create.c254 .producer_thread = producer,
H A Dbench_bpf_hashmap_lookup.c273 .producer_thread = producer,
H A Dbench_htab_mem.c347 .producer_thread = htab_mem_producer,
/linux-6.15/tools/testing/selftests/bpf/
H A Dbench.h56 void *(*producer_thread)(void *ctx); member
H A Dbench.c677 if (!bench->producer_thread) { in setup_benchmark()
682 bench->producer_thread, (void *)(long)i); in setup_benchmark()