Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_urandom_usdt.c11 int urand_read_without_sema_buf_sz_sum; variable
20 __sync_fetch_and_add(&urand_read_without_sema_buf_sz_sum, buf_sz); in BPF_USDT()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dusdt.c393 ASSERT_EQ(bss->urand_read_without_sema_buf_sz_sum, 256, "urand_wo_sema_sum"); in subtest_urandom_usdt()