Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/ !
H A Dringbuf_bench.c20 long sample_val = 42; variable
49 sizeof(sample_val), 0); in bench_ringbuf()
53 *sample = sample_val; in bench_ringbuf()
63 if (bpf_ringbuf_output(&ringbuf, &sample_val, in bench_ringbuf()
64 sizeof(sample_val), flags)) in bench_ringbuf()
H A Dperfbuf_bench.c19 long sample_val = 42; variable
29 &sample_val, sizeof(sample_val))) in bench_perfbuf()