Searched refs:consumer_thread (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dbench.h56 void *(*consumer_thread)(void *ctx); member in struct:bench
H A Dbench.c622 if (!bench->consumer_thread) {
627 bench->consumer_thread, (void *)(long)i);
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c525 .consumer_thread = ringbuf_libbpf_consumer,
537 .consumer_thread = ringbuf_custom_consumer,
549 .consumer_thread = perfbuf_libbpf_consumer,
561 .consumer_thread = perfbuf_custom_consumer,

Completed in 318 milliseconds