Home
last modified time | relevance | path

Searched refs:consumer_thread (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c578 .consumer_thread = ringbuf_libbpf_consumer,
590 .consumer_thread = ringbuf_custom_consumer,
602 .consumer_thread = perfbuf_libbpf_consumer,
614 .consumer_thread = perfbuf_custom_consumer,
/linux/tools/testing/selftests/bpf/
H A Dbench.h58 void *(*consumer_thread)(void *ctx);
57 void *(*consumer_thread)(void *ctx); global() member
H A Dbench.c690 if (!bench->consumer_thread) { in setup_benchmark()
695 bench->consumer_thread, (void *)(long)i); in setup_benchmark()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_multi_test.c974 static void *consumer_thread(void *arg) in consumer_thread() function
1048 err = pthread_create(&pt[idx], NULL, consumer_thread, (void *) idx); in test_consumers()