Home
last modified time | relevance | path

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

/linux-6.15/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,
/linux-6.15/tools/testing/selftests/bpf/
H A Dbench.h57 void *(*consumer_thread)(void *ctx); member
H A Dbench.c654 if (!bench->consumer_thread) { in setup_benchmark()
659 bench->consumer_thread, (void *)(long)i); in setup_benchmark()
/linux-6.15/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()