Home
last modified time | relevance | path

Searched refs:sample_val (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dringbuf_bench.c18 long sample_val = 42; variable
43 sizeof(sample_val), 0); in bench_ringbuf()
47 *sample = sample_val; in bench_ringbuf()
55 if (bpf_ringbuf_output(&ringbuf, &sample_val, in bench_ringbuf()
56 sizeof(sample_val), flags)) in bench_ringbuf()
A Dperfbuf_bench.c19 long sample_val = 42; variable
30 &sample_val, sizeof(sample_val))) in bench_perfbuf()

Completed in 4 milliseconds