Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_unpriv_bpf_disabled.c11 __u32 ringbuf_val = 0; variable
72 bpf_ringbuf_output(&ringbuf, &ringbuf_val, sizeof(ringbuf_val), 0); in sys_nanosleep_enter()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dunpriv_bpf_disabled.c70 skel->bss->ringbuf_val = 2; in test_unpriv_bpf_disabled_positive()
93 ASSERT_EQ(got_ringbuf_val, skel->bss->ringbuf_val, "check_ringbuf_val"); in test_unpriv_bpf_disabled_positive()